Skip to content

Commit

Permalink
bump secretgen-controller to v0.7.0 for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhelfand committed Nov 16, 2021
1 parent acf5e99 commit 8167469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/secretgen-controller.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
deploy_secretgen-controller() {
if [ "$KAPPCTRL_E2E_SECRETGEN_CONTROLLER" == "true" ]; then
echo "Deploying secretgen-controller..."
kapp deploy -a sg -f https://github.com/vmware-tanzu/carvel-secretgen-controller/releases/download/v0.5.0/release.yml -c -y
kapp deploy -a sg -f https://github.com/vmware-tanzu/carvel-secretgen-controller/releases/download/v0.7.0/release.yml -c -y
else
echo "Skipping secretgen-controller deployment"
fi
Expand Down

0 comments on commit 8167469

Please sign in to comment.