chore: update operator image tag version

This commit is contained in:
Jonas Kaninda
2024-11-27 21:34:08 +01:00
parent 46d1851f08
commit 81fc83be09
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Image URL to use all building/pushing image targets # 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 refers to the version of kubebuilder assets to be downloaded by envtest binary.
ENVTEST_K8S_VERSION = 1.31.0 ENVTEST_K8S_VERSION = 1.31.0

View File

@@ -5,4 +5,4 @@ kind: Kustomization
images: images:
- name: controller - name: controller
newName: jkaninda/goma-operator newName: jkaninda/goma-operator
newTag: 0.1.0-rc.1 newTag: 0.1.0-rc.2

2
dist/install.yaml vendored
View File

@@ -1788,7 +1788,7 @@ spec:
- --health-probe-bind-address=:8081 - --health-probe-bind-address=:8081
command: command:
- /manager - /manager
image: jkaninda/goma-operator:0.1.0-rc.1 image: jkaninda/goma-operator:0.1.0-rc.2
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /healthz path: /healthz