fix: sync charts + add hooks for cinder
diff --git a/charts/cinder/requirements.lock b/charts/cinder/requirements.lock
index 57e368f..247eb57 100644
--- a/charts/cinder/requirements.lock
+++ b/charts/cinder/requirements.lock
@@ -3,4 +3,4 @@
repository: file://../../openstack-helm-infra/helm-toolkit
version: 0.2.50
digest: sha256:67fc0fd70898d60cddd5c634b632205a7716bfeb21e57adaeda464efbcfa2ce3
-generated: "2023-01-13T22:23:15.656648671Z"
+generated: "2023-01-18T19:17:50.242264032Z"
diff --git a/charts/cinder/templates/job-backup-storage-init.yaml b/charts/cinder/templates/job-backup-storage-init.yaml
index 8168b90..62db734 100644
--- a/charts/cinder/templates/job-backup-storage-init.yaml
+++ b/charts/cinder/templates/job-backup-storage-init.yaml
@@ -53,6 +53,10 @@
labels:
{{ tuple $envAll "cinder" "backup-storage-init" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
annotations:
+{{- if .Values.helm3_hook }}
+ "helm.sh/hook": post-install,post-upgrade
+ "helm.sh/hook-delete-policy": before-hook-creation
+{{- end }}
{{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }}
spec:
template:
diff --git a/charts/cinder/templates/job-storage-init.yaml b/charts/cinder/templates/job-storage-init.yaml
index 0f06c22..e28a35e 100644
--- a/charts/cinder/templates/job-storage-init.yaml
+++ b/charts/cinder/templates/job-storage-init.yaml
@@ -54,6 +54,11 @@
name: cinder-storage-init
labels:
{{ tuple $envAll "cinder" "storage-init" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }}
+ annotations:
+{{- if .Values.helm3_hook }}
+ "helm.sh/hook": post-install,post-upgrade
+ "helm.sh/hook-delete-policy": before-hook-creation
+{{- end }}
spec:
template:
metadata: