Skip to content

Commit 43beeea

Browse files
committed
Update migrations hook in helm chart
1 parent 43e3d80 commit 43beeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tfstater/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: application
33
name: tfstater
44
description: An HTTP Terraform state backend with locking support
55

6-
version: 0.1.1
6+
version: 0.1.2
77
appVersion: 0.1.0
88
kubeVersion: ">=1.14.0-0"
99

charts/tfstater/templates/hooks/job-migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
{{- include "tfstater.labels" . | nindent 4 }}
77
annotations:
8-
helm.sh/hook: pre-install,pre-upgrade
8+
helm.sh/hook: post-install,pre-upgrade
99
helm.sh/hook-weight: "0"
1010
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
1111
spec:

0 commit comments

Comments
 (0)