We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa8f7d commit ac603eaCopy full SHA for ac603ea
helm-chart/flink-operator/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
name: flink-operator
3
appVersion: "1.0"
4
description: A Helm chart for flink on Kubernetes operator
5
-version: "0.4.2-beta.7"
+version: "0.5.0"
6
keywords:
7
- flink
8
home: https://github.com/spotify/flink-on-k8s-operator
helm-chart/flink-operator/values.yaml
@@ -24,7 +24,7 @@ rbac:
24
25
# The definition of the operator image
26
operatorImage:
27
- name: ghcr.io/spotify/flink-operator:v0.4.2-beta.7
+ name: ghcr.io/spotify/flink-operator:v0.5.0
28
pullPolicy: IfNotPresent
29
30
# The definition of the kube-rbac-proxy image
0 commit comments