This is an automated email from the ASF dual-hosted git repository. nicknezis pushed a commit to branch helm-bookkeeper-fix in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
commit 57d463a5440a0b453075de166d962ca9fbcc9a03 Author: Billy Romansky <[email protected]> AuthorDate: Sat Mar 19 19:13:55 2022 -0400 modified: Chart.yaml.template modified: templates/bookie.yaml --- deploy/kubernetes/helm/Chart.yaml.template | 2 +- deploy/kubernetes/helm/templates/bookie.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/kubernetes/helm/Chart.yaml.template b/deploy/kubernetes/helm/Chart.yaml.template index 458d7e0..a1f4d9e 100644 --- a/deploy/kubernetes/helm/Chart.yaml.template +++ b/deploy/kubernetes/helm/Chart.yaml.template @@ -18,7 +18,7 @@ apiVersion: v2 name: heron version: VERSION -kubeVersion: >= 1.16 +kubeVersion: ">=1.16" appVersion: VERSION description: Heron is a fast distributed streaming engine for processing large data volumes with velocity type: application diff --git a/deploy/kubernetes/helm/templates/bookie.yaml b/deploy/kubernetes/helm/templates/bookie.yaml index 8ed27ed..e71569e 100644 --- a/deploy/kubernetes/helm/templates/bookie.yaml +++ b/deploy/kubernetes/helm/templates/bookie.yaml @@ -29,6 +29,7 @@ {{- $bookieStorageCapacity := .Values.bookieStorageCapacity }} {{- $bookieStorageHostPath := .Values.bookieStorageHostPath }} +{{- if or .Release.IsInstall .Values.initialize}} apiVersion: v1 kind: ConfigMap metadata:
