Skip to content

Commit

Permalink
fix: helm chart image refs (#839)
Browse files Browse the repository at this point in the history
* 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 <mnairn@redhat.com>
  • Loading branch information
mikenairn committed Aug 27, 2024
1 parent 1c8ddab commit e27edf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
5 changes: 3 additions & 2 deletions charts/kuadrant-operator/templates/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e27edf4

Please sign in to comment.