diff --git a/Makefile b/Makefile index 150a05c..f045650 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Image URL to use all building/pushing image targets -IMG ?= gcr.io/aamoyel/kubipam:v0.1.1 +IMG ?= gcr.io/aamoyel/kubipam:v0.1.2 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.29.0 diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 819a809..ad23702 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -141,4 +141,4 @@ kind: Kustomization images: - name: aamoyel/kubipam newName: gcr.io/aamoyel/kubipam - newTag: v0.1.1 + newTag: v0.1.2 diff --git a/deploy/bundle.yaml b/deploy/bundle.yaml index 59d003a..8dd4565 100644 --- a/deploy/bundle.yaml +++ b/deploy/bundle.yaml @@ -645,7 +645,7 @@ spec: - --metrics-bind-address=0.0.0.0:8080 command: - /manager - image: gcr.io/aamoyel/kubipam:v0.1.1 + image: gcr.io/aamoyel/kubipam:v0.1.2 livenessProbe: httpGet: path: /healthz