We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e3d80 commit 43beeeaCopy full SHA for 43beeea
charts/tfstater/Chart.yaml
@@ -3,7 +3,7 @@ type: application
3
name: tfstater
4
description: An HTTP Terraform state backend with locking support
5
6
-version: 0.1.1
+version: 0.1.2
7
appVersion: 0.1.0
8
kubeVersion: ">=1.14.0-0"
9
charts/tfstater/templates/hooks/job-migrations.yaml
@@ -5,7 +5,7 @@ metadata:
labels:
{{- include "tfstater.labels" . | nindent 4 }}
annotations:
- helm.sh/hook: pre-install,pre-upgrade
+ helm.sh/hook: post-install,pre-upgrade
helm.sh/hook-weight: "0"
10
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
11
spec:
0 commit comments