diff --git a/Makefile b/Makefile index 1a30c40..91e4b75 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.2.1 +VERSION ?= v0.2.2 # 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 15bb827..cc0945b 100644 --- a/config/control-plane-components.yaml +++ b/config/control-plane-components.yaml @@ -4034,7 +4034,7 @@ spec: - --leader-elect command: - /manager - image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.2.1 + image: docker.io/clastix/cluster-api-control-plane-provider-kamaji:v0.2.2 livenessProbe: httpGet: path: /healthz diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3bcf1e4..dc4bf5e 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.2.1 + newTag: v0.2.2