Skip to content

Commit

Permalink
ci: help upgrade-from steps work during transition
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 21, 2021
1 parent 8ce16b3 commit 0c582f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,15 @@ jobs:
- k3s-channel: v1.19
test: upgrade
upgrade-from: stable
upgrade-from-extra-args: >-
--set proxy.secretToken=111111
--set hub.cookieSecret=222222
--set auth.state.cryptoKey=333333
- k3s-channel: v1.19
test: upgrade
upgrade-from: dev
upgrade-from-extra-args: >-
--set proxy.secretToken=111111
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -163,7 +169,7 @@ jobs:
#
# https://github.com/helm/helm/issues/9244
cd ci
helm install jupyterhub --repo https://jupyterhub.github.io/helm-chart/ jupyterhub --values ../dev-config.yaml --version=$UPGRADE_FROM_VERSION
helm install jupyterhub --repo https://jupyterhub.github.io/helm-chart/ jupyterhub --values ../dev-config.yaml --version=$UPGRADE_FROM_VERSION ${{ matrix.upgrade-from-extra-args }}
echo ""
echo "Installing Helm diff plugin while k8s resources are initializing"
Expand Down

0 comments on commit 0c582f6

Please sign in to comment.