diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index d74ef2f..196e63a 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.12 +version: 0.1.13 appVersion: "0.1.0" diff --git a/helm/chart/templates/flink/deploy.yaml b/helm/chart/templates/flink/deploy.yaml index 528f214..c8f619a 100644 --- a/helm/chart/templates/flink/deploy.yaml +++ b/helm/chart/templates/flink/deploy.yaml @@ -142,6 +142,9 @@ spec: value: localhost:8081 - name: SAVEPOINT_PATH value: file://{{ .Values.flink.state.savepoints.dir }} + - name: NAMESPACE + value: "{{ .Release.Namespace }}" + resources: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: diff --git a/helm/flink-kube-operator-0.1.13.tgz b/helm/flink-kube-operator-0.1.13.tgz new file mode 100644 index 0000000..71dbe51 Binary files /dev/null and b/helm/flink-kube-operator-0.1.13.tgz differ diff --git a/helm/index.yaml b/helm/index.yaml index c399a3c..347073e 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-03-04T18:04:35.492256662+03:30" + created: "2025-03-04T23:13:19.698003661+03:30" + description: Helm chart for flink kube operator + digest: d104b9242362415a7b920e4e2af975730e208ff73db17b8d2afd11ea8b78b4a2 + name: flink-kube-operator + type: application + urls: + - flink-kube-operator-0.1.13.tgz + version: 0.1.13 + - apiVersion: v2 + appVersion: 0.1.0 + created: "2025-03-04T23:13:19.697555829+03:30" description: Helm chart for flink kube operator digest: f58802990389ecde00a49a442f6e83a007e281e972d07f2979657d2763fe94ba name: flink-kube-operator @@ -131,4 +141,4 @@ entries: urls: - flink-kube-operator-0.1.0.tgz version: 0.1.0 -generated: "2025-03-04T18:04:35.488770144+03:30" +generated: "2025-03-04T23:13:19.694944031+03:30"