2 Commits

5 changed files with 34 additions and 8 deletions

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: flink-kube-operator name: flink-kube-operator
description: Helm chart for flink kube operator description: Helm chart for flink kube operator
type: application type: application
version: 1.2.0 version: 1.2.2
appVersion: "0.1.1" appVersion: "0.1.1"

View File

@@ -43,10 +43,6 @@ spec:
secretKeyRef: secretKeyRef:
name: {{ .Release.Name }}-flink-secrets name: {{ .Release.Name }}-flink-secrets
key: minio_secret_key key: minio_secret_key
- name: FLINK_TASKMANAGER_HOST
valueFrom:
fieldRef:
fieldPath: spec.hostname
volumeMounts: volumeMounts:
- name: rocksdb-storage - name: rocksdb-storage
mountPath: /opt/flink/rocksdb mountPath: /opt/flink/rocksdb
@@ -54,14 +50,24 @@ spec:
- name: flink-checkpoint - name: flink-checkpoint
mountPath: /opt/flink/checkpoints mountPath: /opt/flink/checkpoints
{{- end }} {{- end }}
{{- if eq .Values.flink.state.savepoint.storageType "filesystem" }}
- name: flink-savepoint
mountPath: /opt/flink/savepoint
{{- end }}
resources: resources:
{{- toYaml .Values.flink.taskManager.resources | nindent 10 }} {{- toYaml .Values.flink.taskManager.resources | nindent 10 }}
{{- if eq .Values.flink.state.checkpoint.storageType "filesystem" }}
volumes: volumes:
{{- if eq .Values.flink.state.checkpoint.storageType "filesystem" }}
- name: flink-checkpoint - name: flink-checkpoint
persistentVolumeClaim: persistentVolumeClaim:
claimName: {{ .Release.Name }}-flink-checkpoint-pvc claimName: {{ .Release.Name }}-flink-checkpoint-pvc
{{- end }} {{- end }}
{{- if eq .Values.flink.state.savepoint.storageType "filesystem" }}
- name: flink-savepoint
persistentVolumeClaim:
claimName: {{ .Release.Name }}-flink-savepoint-pvc
{{- end }}
volumeClaimTemplates: volumeClaimTemplates:
- metadata: - metadata:
name: rocksdb-storage name: rocksdb-storage

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,26 @@
apiVersion: v1 apiVersion: v1
entries: entries:
flink-kube-operator: flink-kube-operator:
- apiVersion: v2
appVersion: 0.1.1
created: "2025-05-17T14:34:55.317942453+03:30"
description: Helm chart for flink kube operator
digest: 422a34dc173ebe29adccd46d7ef94505cc022ff20ccbfb85ac3e6e201cba476c
name: flink-kube-operator
type: application
urls:
- flink-kube-operator-1.2.2.tgz
version: 1.2.2
- apiVersion: v2
appVersion: 0.1.1
created: "2025-05-17T14:01:29.891695937+03:30"
description: Helm chart for flink kube operator
digest: 404ed2c28ff43b630b44c1215be5369417a1b9b2747ae24e2963a6b81813e7dc
name: flink-kube-operator
type: application
urls:
- flink-kube-operator-1.2.1.tgz
version: 1.2.1
- apiVersion: v2 - apiVersion: v2
appVersion: 0.1.1 appVersion: 0.1.1
created: "2025-05-17T12:47:25.848097207+03:30" created: "2025-05-17T12:47:25.848097207+03:30"
@@ -207,4 +227,4 @@ entries:
urls: urls:
- flink-kube-operator-0.1.0.tgz - flink-kube-operator-0.1.0.tgz
version: 0.1.0 version: 0.1.0
generated: "2025-04-15T12:06:59.397928815+03:30" generated: "2025-05-17T14:34:55.317942453+03:30"