File tree 1 file changed +6
-2
lines changed 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -171,8 +171,9 @@ jobs:
171
171
cd ci
172
172
helm install jupyterhub --repo https://jupyterhub.github.io/helm-chart/ jupyterhub --values ../dev-config.yaml --version=$UPGRADE_FROM_VERSION ${{ matrix.upgrade-from-extra-args }}
173
173
174
- echo ""
175
- echo "Installing Helm diff plugin while k8s resources are initializing"
174
+ - name : " Install helm diff plugin"
175
+ if : matrix.test == 'upgrade'
176
+ run : |
176
177
helm plugin install https://github.com/databus23/helm-diff
177
178
178
179
# ref: https://github.com/jacobtomlinson/gha-read-helm-chart
@@ -212,6 +213,9 @@ jobs:
212
213
run : |
213
214
. ./ci/common
214
215
helm upgrade --install jupyterhub ./jupyterhub --values dev-config.yaml
216
+
217
+ - name : Await local chart
218
+ run : |
215
219
await_jupyterhub
216
220
await_autohttps_tls_cert_acquisition
217
221
You can’t perform that action at this time.
0 commit comments