File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 k8s-test :
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 # GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
1313 - name : Setup k8s cluster
1414 uses : jupyterhub/action-k3s-helm@v3
1515 with :
16- k3s-channel : v1.23 # https://update.k3s.io/v1-release/channels
16+ k3s-channel : v1.25 # https://update.k3s.io/v1-release/channels
1717 metrics-enabled : false
1818 traefik-enabled : false
1919
@@ -23,16 +23,16 @@ jobs:
2323 helm install jupyterhub jupyterhub \
2424 --repo https://jupyterhub.github.io/helm-chart/
2525
26- # GitHub Action reference: https://github.com/jupyterhub/action-k8s-await-workloads
26+ # GitHub Action reference: https://github.com/jupyterhub/action-k8s-await-workloads#readme
2727 - name : Await jupyterhub
28- uses : jupyterhub/action-k8s-await-workloads@v1
28+ uses : jupyterhub/action-k8s-await-workloads@v2
2929 with :
3030 workloads : " " # all
3131 namespace : " " # default
3232 timeout : 60
3333 max-restarts : 0
3434
35- # GitHub Action reference: https://github.com/jupyterhub/action-k8s-namespace-report
35+ # GitHub Action reference: https://github.com/jupyterhub/action-k8s-namespace-report#readme
3636 - name : Emit namespace report
3737 uses : jupyterhub/action-k8s-namespace-report@v1
3838 if : always()
Original file line number Diff line number Diff line change 3737
3838jobs :
3939 k8s-test :
40- runs-on : ubuntu-20.04
40+ runs-on : ubuntu-latest
4141 steps :
4242 # GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
4343 - name : Setup k8s cluster
44- uses : jupyterhub/action-k3s-helm@v2
44+ uses : jupyterhub/action-k3s-helm@v3
4545 with :
46- k3s-channel : v1.23 # https://update.k3s.io/v1-release/channels
46+ k3s-channel : v1.25 # https://update.k3s.io/v1-release/channels
4747 metrics-enabled : false
4848 traefik-enabled : false
4949
@@ -53,16 +53,16 @@ jobs:
5353 helm install jupyterhub jupyterhub \
5454 --repo https://jupyterhub.github.io/helm-chart/
5555
56- # GitHub Action reference: https://github.com/jupyterhub/action-k8s-await-workloads
56+ # GitHub Action reference: https://github.com/jupyterhub/action-k8s-await-workloads#readme
5757 - name : Await jupyterhub
58- uses : jupyterhub/action-k8s-await-workloads@v1
58+ uses : jupyterhub/action-k8s-await-workloads@v2
5959 with :
6060 workloads : " " # all
6161 namespace : " " # default
6262 timeout : 60
6363 max-restarts : 0
6464
65- # GitHub Action reference: https://github.com/jupyterhub/action-k8s-namespace-report
65+ # GitHub Action reference: https://github.com/jupyterhub/action-k8s-namespace-report#readme
6666 - name : Emit namespace report
6767 uses : jupyterhub/action-k8s-namespace-report@v1
6868 if : always()
You can’t perform that action at this time.
0 commit comments