Skip to content

Commit

Permalink
[ci] upgrade from beta to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Feb 26, 2024
1 parent 81c76f5 commit b92453e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests-helm-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
- name: Upgrade helm on latest beta
run: |
tox -e dev.k8s.start
tox -e syft.test.helm.upgrade
UPGRADE_TYPE=BetaToDev tox -e syft.test.helm.upgrade
tox -e dev.k8s.destroy
2 changes: 1 addition & 1 deletion packages/grid/scripts/helm_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$UPGRADE_TYPE" == "ProdToDev" ]; then
UPGRADE_ARGS=""
elif [ "$UPGRADE_TYPE" == "BetaToDev" ]; then
INSTALL_SOURCE=$BETA # latest published beta
UPGRADE_SOURCE=$DEV # local chart
UPGRADE_SOURCE=$DEV # local chart
INSTALL_ARGS=""
UPGRADE_ARGS=""
else
Expand Down

0 comments on commit b92453e

Please sign in to comment.