Skip to content

Commit bf833b0

Browse files
author
mgianluc
committed
(chore) update release tag
1 parent 2c229f3 commit bf833b0

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.5.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:main
11+
- image: projectsveltos/jsonnet-controller:v0.5.0
1212
name: manager

manifest/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ spec:
416416
- --v=5
417417
command:
418418
- /manager
419-
image: projectsveltos/jsonnet-controller:main
419+
image: projectsveltos/jsonnet-controller:v0.5.0
420420
livenessProbe:
421421
httpGet:
422422
path: /healthz

0 commit comments

Comments
 (0)