Skip to content

Commit 5244135

Browse files
committed
chore(kustomize): releasing v0.4.2
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent e5cccfe commit 5244135

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
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.4.1
6+
VERSION ?= 0.4.2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5264,7 +5264,7 @@ spec:
52645264
valueFrom:
52655265
fieldRef:
52665266
fieldPath: spec.serviceAccountName
5267-
image: clastix/kamaji:v0.4.1
5267+
image: clastix/kamaji:v0.4.2
52685268
imagePullPolicy: Always
52695269
livenessProbe:
52705270
httpGet:

config/manager/kustomization.yaml

+1-1
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.4.1
16+
newTag: v0.4.2

0 commit comments

Comments
 (0)