diff --git a/charts/temporal/Chart.yaml b/charts/temporal/Chart.yaml index 00933220..b68aa6ea 100644 --- a/charts/temporal/Chart.yaml +++ b/charts/temporal/Chart.yaml @@ -49,7 +49,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.12.4 +version: 0.12.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/charts/temporal/templates/server-job.yaml b/charts/temporal/templates/server-job.yaml index 4cf24693..c0834cc6 100644 --- a/charts/temporal/templates/server-job.yaml +++ b/charts/temporal/templates/server-job.yaml @@ -124,11 +124,11 @@ metadata: app.kubernetes.io/component: database app.kubernetes.io/part-of: {{ .Chart.Name }} annotations: - {{- if .Values.cassandra.enabled }} - "helm.sh/hook": post-install,pre-upgrade - {{- else }} + # {{- if .Values.cassandra.enabled }} + # "helm.sh/hook": post-install,pre-upgrade + # {{- else }} "helm.sh/hook": pre-install,pre-upgrade - {{- end }} + # {{- end }} "helm.sh/hook-weight": "1" {{- if not .Values.debug }} "helm.sh/hook-delete-policy": hook-succeeded,hook-failed