Skip to content

Commit

Permalink
fix: enable helm hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Nov 27, 2024
1 parent 23cee95 commit e285ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ testkube-cloud-api:
# -- Toggle whether to run database migrations
enabled: true
# -- Toggle whether to enable pre-install & pre-upgrade hooks (should be disabled if mongo is installed using this chart)
useHelmHooks: false
useHelmHooks: true
image:
# -- Migrations image repository
repository: kubeshop/testkube-enterprise-api-migrations
Expand Down

0 comments on commit e285ef5

Please sign in to comment.