Skip to content

Commit 30570d1

Browse files
authored
Merge pull request #5 from gianlucam76/prep
Prepare for release v0.2.0
2 parents fc7a7bc + 3f41000 commit 30570d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ARCH ?= amd64
2525
OS ?= $(shell uname -s | tr A-Z a-z)
2626
K8S_LATEST_VER ?= $(shell curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)
2727
export CONTROLLER_IMG ?= $(REGISTRY)/$(IMAGE_NAME)
28-
TAG ?= main
28+
TAG ?= v0.2.0
2929

3030
.PHONY: all
3131
all: build

config/default/manager_image_patch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ spec:
88
spec:
99
containers:
1010
# Change the value of image field below to your controller image URL
11-
- image: projectsveltos/jsonnet-controller-amd64:main
11+
- image: projectsveltos/jsonnet-controller-amd64:v0.2.0
1212
name: manager

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ spec:
378378
- --v=5
379379
command:
380380
- /manager
381-
image: projectsveltos/jsonnet-controller-amd64:main
381+
image: projectsveltos/jsonnet-controller-amd64:v0.2.0
382382
livenessProbe:
383383
httpGet:
384384
path: /healthz

0 commit comments

Comments
 (0)