From 3d7c4e7919b9e2fb4474a2250735a07cf48fa444 Mon Sep 17 00:00:00 2001 From: Filipe Regadas Date: Fri, 29 Nov 2024 10:17:58 -0500 Subject: [PATCH] Prepare helm charts for v0.5.1 release (#836) --- helm-chart/flink-operator/Chart.yaml | 2 +- helm-chart/flink-operator/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-chart/flink-operator/Chart.yaml b/helm-chart/flink-operator/Chart.yaml index 9032d371..d5a51f7b 100644 --- a/helm-chart/flink-operator/Chart.yaml +++ b/helm-chart/flink-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 name: flink-operator appVersion: "1.0" description: A Helm chart for flink on Kubernetes operator -version: "0.5.1-alpha.1" +version: "0.5.1" keywords: - flink home: https://github.com/spotify/flink-on-k8s-operator diff --git a/helm-chart/flink-operator/values.yaml b/helm-chart/flink-operator/values.yaml index dc85691c..62eeed08 100644 --- a/helm-chart/flink-operator/values.yaml +++ b/helm-chart/flink-operator/values.yaml @@ -24,7 +24,7 @@ rbac: # The definition of the operator image operatorImage: - name: ghcr.io/spotify/flink-operator:v0.5.1-alpha.1 + name: ghcr.io/spotify/flink-operator:v0.5.1 pullPolicy: IfNotPresent # The definition of the kube-rbac-proxy image