diff --git a/Makefile b/Makefile index aecf779..477acbf 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # To re-generate a bundle for another specific version without changing the standard setup, you can: # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2) # - use environment variables to overwrite this value (e.g export VERSION=0.0.2) -VERSION ?= v0.7.0 +VERSION ?= v0.7.1 # CHANNELS define the bundle channels used in the bundle. # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable") diff --git a/config/control-plane-components.yaml b/config/control-plane-components.yaml index 477219c..f1f84bd 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -4310,7 +4310,7 @@ spec: - --leader-elect command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.7.0 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.7.1 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 89d36d2..c9c3963 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: docker.io/clastix/cluster-api-control-plane-provider-kamaji - newTag: v0.7.0 + newTag: v0.7.1