diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index eba3955..678babe 100644 --- a/helm/chart/Chart.yaml +++ b/helm/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: flink-kube-operator description: Helm chart for flink kube operator type: application -version: 0.1.10 +version: 0.1.11 appVersion: "0.1.0" diff --git a/helm/chart/templates/flink/deploy.yaml b/helm/chart/templates/flink/deploy.yaml index 3815da3..4920497 100644 --- a/helm/chart/templates/flink/deploy.yaml +++ b/helm/chart/templates/flink/deploy.yaml @@ -17,7 +17,7 @@ rootLogger.appenderRef.console.ref = ConsoleAppender high-availability.type: kubernetes kubernetes.namespace: {{ .Release.Namespace }} - kubernetes.cluster-id: cluster-one + kubernetes.cluster-id: {{ .Release.Name }}-cluster execution.checkpointing.interval: 5min execution.checkpointing.mode: EXACTLY_ONCE web.upload.dir: {{ .Values.flink.state.data.dir }}/web-upload diff --git a/helm/flink-kube-operator-0.1.11.tgz b/helm/flink-kube-operator-0.1.11.tgz new file mode 100644 index 0000000..322a30d Binary files /dev/null and b/helm/flink-kube-operator-0.1.11.tgz differ diff --git a/helm/index.yaml b/helm/index.yaml index 9637772..2b763a7 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -3,7 +3,17 @@ entries: flink-kube-operator: - apiVersion: v2 appVersion: 0.1.0 - created: "2025-01-18T01:32:48.777685476+03:30" + created: "2025-03-04T17:44:50.556817712+03:30" + description: Helm chart for flink kube operator + digest: 0daa98c63b443018c2072a2d7448c972faff2274fb04433c613532b408cd3ab1 + name: flink-kube-operator + type: application + urls: + - flink-kube-operator-0.1.11.tgz + version: 0.1.11 + - apiVersion: v2 + appVersion: 0.1.0 + created: "2025-03-04T17:44:50.55639695+03:30" description: Helm chart for flink kube operator digest: e091256eeb8640b61443cbe4781426ef493737ab0ac1145e568426bb2c1ed3ba name: flink-kube-operator @@ -111,4 +121,4 @@ entries: urls: - flink-kube-operator-0.1.0.tgz version: 0.1.0 -generated: "2025-01-18T01:32:48.775624376+03:30" +generated: "2025-03-04T17:44:50.554379355+03:30"