Skip to content

Commit fa56044

Browse files
committed
chore(kustomize): releasing v0.6.1
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 6ba4b4a commit fa56044

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
@@ -3,7 +3,7 @@
33
# To re-generate a bundle for another specific version without changing the standard setup, you can:
44
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
55
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
6-
VERSION ?= 0.6.0
6+
VERSION ?= 0.6.1
77

88
# CHANNELS define the bundle channels used in the bundle.
99
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")

config/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8016,7 +8016,7 @@ spec:
80168016
valueFrom:
80178017
fieldRef:
80188018
fieldPath: spec.serviceAccountName
8019-
image: clastix/kamaji:v0.6.0
8019+
image: clastix/kamaji:v0.6.1
80208020
imagePullPolicy: Always
80218021
livenessProbe:
80228022
httpGet:

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: clastix/kamaji
16-
newTag: v0.6.0
16+
newTag: v0.6.1

0 commit comments

Comments
 (0)