From d42d32fcd584f29efc0a05c5b895e57bddbc2170 Mon Sep 17 00:00:00 2001 From: Hao Xin Date: Tue, 25 Jan 2022 23:34:53 +0800 Subject: [PATCH] Chart: Use the latest version of operator image (#225) --- helm-chart/flink-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/flink-operator/values.yaml b/helm-chart/flink-operator/values.yaml index b82efb9f..25fadb47 100644 --- a/helm-chart/flink-operator/values.yaml +++ b/helm-chart/flink-operator/values.yaml @@ -24,7 +24,7 @@ rbac: # The defination of the operator image operatorImage: - name: ghcr.io/spotify/flink-operator:v0.3.3 + name: ghcr.io/spotify/flink-operator:latest pullPolicy: IfNotPresent # Defines security context for operator container