From a5db58bfd3f6376cdd6066327229acc222df3cca Mon Sep 17 00:00:00 2001 From: regadas Date: Thu, 16 Mar 2023 07:26:40 +0000 Subject: [PATCH] Prepare v0.5.0 release --- 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 4d6cce83..0e05f412 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.4.2-beta.7" +version: "0.5.0" 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 ab593ccb..ce3a9eb3 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.4.2-beta.7 + name: ghcr.io/spotify/flink-operator:v0.5.0 pullPolicy: IfNotPresent # The definition of the kube-rbac-proxy image