diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index faaa5c8..bd5c482 100644 --- a/helm/chart/Chart.yaml +++ b/helm/chart/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: flink-kube-operator description: Helm chart for flink kube operator type: application -version: 1.1.0 +version: 1.1.1 appVersion: "0.1.1" dependencies: - name: minio diff --git a/helm/chart/templates/flink/config.yaml b/helm/chart/templates/flink/config.yaml index 2255237..2569a3d 100644 --- a/helm/chart/templates/flink/config.yaml +++ b/helm/chart/templates/flink/config.yaml @@ -21,7 +21,7 @@ execution.checkpointing.interval: {{ .Values.flink.state.checkpoint.interval }} execution.checkpointing.mode: {{ .Values.flink.state.checkpoint.mode }} {{- if eq .Values.flink.state.checkpoint.storageType "filesystem" }} - state.checkpoints.dir: /opt/flink/checkpoints/ + state.checkpoints.dir: file:///opt/flink/checkpoints/ {{- else if eq .Values.flink.state.checkpoint.storageType "s3" }} state.checkpoints.dir: s3://flink/checkpoints/ {{- end }} diff --git a/helm/flink-kube-operator-1.1.1.tgz b/helm/flink-kube-operator-1.1.1.tgz new file mode 100644 index 0000000..e228265 Binary files /dev/null and b/helm/flink-kube-operator-1.1.1.tgz differ diff --git a/helm/index.yaml b/helm/index.yaml index fc4dcc9..3064344 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -3,18 +3,18 @@ entries: flink-kube-operator: - apiVersion: v2 appVersion: 0.1.1 - created: "2025-04-13T10:00:10.79626445+03:30" + created: "2025-04-13T10:37:39.948174933+03:30" dependencies: - name: minio repository: https://charts.bitnami.com/bitnami version: 16.0.2 description: Helm chart for flink kube operator - digest: 36e78032b5b381dc5b99e647e6c42fe8c270e1141c271d2326d2117cc8700fc8 + digest: 0b5f5e707279a564ad9e6c10fb3e565ff1af0ba2058b3f4bc04546dc8db8f68c name: flink-kube-operator type: application urls: - - flink-kube-operator-1.1.0.tgz - version: 1.1.0 + - flink-kube-operator-1.1.1.tgz + version: 1.1.1 - apiVersion: v2 appVersion: 0.1.1 created: "2025-04-12T23:13:39.394371646+03:30" @@ -193,4 +193,4 @@ entries: urls: - flink-kube-operator-0.1.0.tgz version: 0.1.0 -generated: "2025-04-13T10:00:10.782977799+03:30" +generated: "2025-04-13T10:37:39.928098588+03:30"