File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3939 - name : Install chart publishing dependencies (chartpress, helm)
4040 run : |
4141 . ./ci/common
42- setup_helm v3.4.0
42+ setup_helm v3.4.1
4343 pip install --no-cache-dir chartpress
4444
4545 - name : Setup push rights to jupyterhub/helm-chart
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
2222 include :
2323 # This version of k3s uses kubernetes v1.18
2424 - k3s-version : v1.18.10+k3s2
25- helm_version : v3.4.0
25+ helm_version : v3.4.1
2626 test : main
2727 - k3s-version : v1.18.10+k3s2
28- helm_version : v3.4.0
28+ helm_version : v3.4.1
2929 test : auth
3030 - k3s-version : v1.18.10+k3s2
31- helm_version : v3.4.0
31+ helm_version : v3.4.1
3232 test : helm
3333 steps :
3434 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11#! /bin/sh
22# Use https://www.shellcheck.net/ to reduce mistakes if you make changes to this file.
33
4- setup_helm () {
5- helm_version = $1
4+ setup_helm () {
5+ helm_version= " ${1} "
66 echo " setup helm ${helm_version} "
7- curl -sf https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION=v ${helm_version} bash
7+ curl -sf https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | DESIRED_VERSION=" ${helm_version} " bash
88}
99
1010await_jupyterhub () {
@@ -22,7 +22,7 @@ await_binderhub() {
2222 kubectl rollout status --watch --timeout 300s deployment/binder
2323}
2424
25- full_namespace_report () {
25+ full_namespace_report () {
2626 # list config (secret,configmap)
2727 kubectl get secret,cm
2828 # list networking (service,ingress)
You can’t perform that action at this time.
0 commit comments