File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
22
22
# This is the chart version. This version number should be incremented each time you make changes
23
23
# to the chart and its templates, including the app version.
24
24
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25
- version : 0.1.1
25
+ version : 0.1.2
26
26
27
27
# This is the version number of the application being deployed. This version number should be
28
28
# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -33,6 +33,9 @@ superset:
33
33
superset import_datasources -p {{ .Values.extraConfigMountPath }}/import_datasources.yaml
34
34
fi
35
35
fi
36
+ jobAnnotations :
37
+ " helm.sh/hook " : post-install,post-upgrade
38
+ " helm.sh/hook-delete-policy " : " before-hook-creation, hook-succeeded"
36
39
37
40
configOverrides :
38
41
secret : |
You can’t perform that action at this time.
0 commit comments