Skip to content

Commit

Permalink
Update migrations hook in helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Nov 18, 2021
1 parent 43e3d80 commit 43beeea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tfstater/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: application
name: tfstater
description: An HTTP Terraform state backend with locking support

version: 0.1.1
version: 0.1.2
appVersion: 0.1.0
kubeVersion: ">=1.14.0-0"

Expand Down
2 changes: 1 addition & 1 deletion charts/tfstater/templates/hooks/job-migrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
helm.sh/hook-delete-policy: before-hook-creation,hook-succeeded
spec:
Expand Down

0 comments on commit 43beeea

Please sign in to comment.