Skip to content

Commit 2fbccc8

Browse files
committed
chore(kustomize): releasing v0.7.1
Signed-off-by: Dario Tranchitella <[email protected]>
1 parent 16a0e2d commit 2fbccc8

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 ?= v0.7.0
6+
VERSION ?= v0.7.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/control-plane-components.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4310,7 +4310,7 @@ spec:
43104310
- --leader-elect
43114311
command:
43124312
- /manager
4313-
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.7.0
4313+
image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.7.1
43144314
livenessProbe:
43154315
httpGet:
43164316
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji
8-
newTag: v0.7.0
8+
newTag: v0.7.1

0 commit comments

Comments
 (0)