From 9a4cc6c9d8280bdeb8373d291da2dc6e11d9df9c Mon Sep 17 00:00:00 2001 From: Rafal Korepta Date: Fri, 15 Sep 2023 13:47:12 +0200 Subject: [PATCH] operator: Align artifacthub.io/images with the appVersion --- charts/operator/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 9d422ae72d..5803b3e2dc 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -34,9 +34,9 @@ annotations: url: https://helm.sh/docs/intro/install/ artifacthub.io/images: | - name: redpanda-operator - image: docker.redpanda.com/redpandadata/redpanda-operator:v23.2.5 + image: docker.redpanda.com/redpandadata/redpanda-operator:v23.2.7 - name: redpanda - image: docker.redpanda.com/redpandadata/redpanda:v23.2.5 + image: docker.redpanda.com/redpandadata/redpanda:v23.2.7 - name: kube-rbac-proxy image: gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0 artifacthub.io/crds: |