diff --git a/helm/chart/Chart.yaml b/helm/chart/Chart.yaml index 855edaa..8ce2c38 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.0.0 +version: 1.0.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 d128807..3e51828 100644 --- a/helm/chart/templates/flink/config.yaml +++ b/helm/chart/templates/flink/config.yaml @@ -28,4 +28,6 @@ rest.profiling.enabled: true s3.endpoint: http://{{ .Release.Name }}-minio:9000 s3.path.style.access: true + {{- toYaml .Values.flink.properties | default "" | nindent 4 }} + {{- end }} diff --git a/helm/chart/values.yaml b/helm/chart/values.yaml index e8f8836..0f5c7cd 100644 --- a/helm/chart/values.yaml +++ b/helm/chart/values.yaml @@ -137,6 +137,9 @@ flink: jobManager: processMemory: 4096m # Size of job manager process memory + properties: + jobmanager.rpc.timeout: 300s + taskManager: numberOfTaskSlots: 12 # Number of task slots for task manager diff --git a/helm/flink-kube-operator-1.0.1.tgz b/helm/flink-kube-operator-1.0.1.tgz new file mode 100644 index 0000000..435da87 Binary files /dev/null and b/helm/flink-kube-operator-1.0.1.tgz differ diff --git a/helm/index.yaml b/helm/index.yaml index ce2787b..874eca3 100644 --- a/helm/index.yaml +++ b/helm/index.yaml @@ -1,6 +1,20 @@ apiVersion: v1 entries: flink-kube-operator: + - apiVersion: v2 + appVersion: 0.1.1 + created: "2025-04-12T23:13:39.394371646+03:30" + dependencies: + - name: minio + repository: https://charts.bitnami.com/bitnami + version: 16.0.2 + description: Helm chart for flink kube operator + digest: 14b08b443b4118cee4c279f62b498bc040b4a3e7ebafa8e195606e3d9b21810a + name: flink-kube-operator + type: application + urls: + - flink-kube-operator-1.0.1.tgz + version: 1.0.1 - apiVersion: v2 appVersion: 0.1.1 created: "2025-04-06T01:52:09.478716316+03:30" @@ -165,4 +179,4 @@ entries: urls: - flink-kube-operator-0.1.0.tgz version: 0.1.0 -generated: "2025-04-06T01:52:09.466886557+03:30" +generated: "2025-04-12T23:13:39.378113533+03:30"