From e27edf43f8d8a54ac4bed9eb9f1e8fa612f90c00 Mon Sep 17 00:00:00 2001 From: Michael Nairn Date: Tue, 27 Aug 2024 16:38:33 +0100 Subject: [PATCH] fix: helm chart image refs (#839) * Set correct image ref in helm chart for main branch * Set DNS_OPERATOR_VERSION to latest, consistent with Authorino and Limitador Signed-off-by: Michael Nairn --- Makefile | 2 +- charts/kuadrant-operator/templates/manifests.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 81904dd37..cc87545a7 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ endif LIMITADOR_OPERATOR_BUNDLE_IMG ?= quay.io/kuadrant/limitador-operator-bundle:$(LIMITADOR_OPERATOR_BUNDLE_IMG_TAG) ## dns -DNS_OPERATOR_VERSION ?= main +DNS_OPERATOR_VERSION ?= latest kuadrantdns_bundle_is_semantic := $(call is_semantic_version,$(DNS_OPERATOR_VERSION)) ifeq (latest,$(DNS_OPERATOR_VERSION)) diff --git a/charts/kuadrant-operator/templates/manifests.yaml b/charts/kuadrant-operator/templates/manifests.yaml index 33b4853e3..8050f13e3 100644 --- a/charts/kuadrant-operator/templates/manifests.yaml +++ b/charts/kuadrant-operator/templates/manifests.yaml @@ -13380,7 +13380,8 @@ spec: - weighted type: object providerRefs: - description: providerRefS is a list of references to provider secrets. + description: providerRefs is a list of references to provider secrets. + Max is one but intention is to allow this to be more in the future items: properties: name: @@ -16193,7 +16194,7 @@ spec: env: - name: RELATED_IMAGE_WASMSHIM value: oci://quay.io/kuadrant/wasm-shim:latest - image: quay.io/kuadrant/kuadrant-operator:remove_managed_zone_api + image: quay.io/kuadrant/kuadrant-operator:latest livenessProbe: httpGet: path: /healthz