Skip to content

Commit

Permalink
fix(tx-data-provider): do not seed testdata again on upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed May 13, 2024
1 parent 688d97b commit cd7c7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/tx-data-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: tx-data-provider
description: A Helm chart for Kubernetes

type: application
version: 0.0.3
version: 0.0.4
appVersion: 0.0.1

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ metadata:
annotations:
# This is what defines this resource as a hook. Without this line, the
# job is considered part of the release.
"helm.sh/hook": post-install,post-upgrade
"helm.sh/hook": post-install
"helm.sh/hook-weight": "-4"
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
Expand Down

0 comments on commit cd7c7ba

Please sign in to comment.