From b07ae1c494ae43ceace75bb7a24765a3891ced8b Mon Sep 17 00:00:00 2001 From: Satbir Chahal Date: Fri, 9 Aug 2024 12:46:40 -0700 Subject: [PATCH] chore(charts/flink-operator): update to v0.3.9 (#328) --- charts/flink-operator/Chart.yaml | 4 ++-- charts/flink-operator/README.md | 2 +- charts/flink-operator/templates/manager-role.yaml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/flink-operator/Chart.yaml b/charts/flink-operator/Chart.yaml index bf78fa38..3768b55b 100644 --- a/charts/flink-operator/Chart.yaml +++ b/charts/flink-operator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 description: Intalls the Spotify-version of the Flink-on-K8S-Operator name: flink-operator -version: 0.2.0 -appVersion: v0.3.0 +version: 0.2.1 +appVersion: v0.3.9 sources: - https://github.com/spotify/flink-on-k8s-operator/releases maintainers: diff --git a/charts/flink-operator/README.md b/charts/flink-operator/README.md index 3fd2940d..862b1a36 100644 --- a/charts/flink-operator/README.md +++ b/charts/flink-operator/README.md @@ -1,6 +1,6 @@ # flink-operator -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![AppVersion: v0.3.9](https://img.shields.io/badge/AppVersion-v0.3.9-informational?style=flat-square) Intalls the Spotify-version of the Flink-on-K8S-Operator diff --git a/charts/flink-operator/templates/manager-role.yaml b/charts/flink-operator/templates/manager-role.yaml index 1d49798d..736c9128 100644 --- a/charts/flink-operator/templates/manager-role.yaml +++ b/charts/flink-operator/templates/manager-role.yaml @@ -193,3 +193,4 @@ rules: - get - create - update + - delete