From 81fc83be094269f0f19c4dc4d243ac137a750e09 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Wed, 27 Nov 2024 21:34:08 +0100 Subject: [PATCH] chore: update operator image tag version --- Makefile | 2 +- config/manager/kustomization.yaml | 2 +- dist/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2db667d..c55b5f9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Image URL to use all building/pushing image targets -IMG ?= jkaninda/goma-operator:0.1.0-rc.1 +IMG ?= jkaninda/goma-operator:0.1.0-rc.2 # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.31.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 1513572..58081b8 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: jkaninda/goma-operator - newTag: 0.1.0-rc.1 + newTag: 0.1.0-rc.2 diff --git a/dist/install.yaml b/dist/install.yaml index 1278d61..1e9fe36 100644 --- a/dist/install.yaml +++ b/dist/install.yaml @@ -1788,7 +1788,7 @@ spec: - --health-probe-bind-address=:8081 command: - /manager - image: jkaninda/goma-operator:0.1.0-rc.1 + image: jkaninda/goma-operator:0.1.0-rc.2 livenessProbe: httpGet: path: /healthz