File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 k8s-test :
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-22 .04
1414 steps :
1515 # GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
1616 - name : Start a local k8s cluster
2121 # - k3s versions at https://github.com/k3s-io/k3s/tags
2222 # - helm versions at https://github.com/helm/helm/tags
2323 k3s-channel : latest
24- # k3s-version: v1.22.2 +k3s1
25- # helm-version: v3.7 .0
24+ # k3s-version: v1.29.0 +k3s1
25+ # helm-version: v3.13 .0
2626
2727 - name : Verify function of k8s, kubectl, and helm
2828 run : |
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 test_install_k3s :
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-22.04
1717 name : Test K3s and Helm
1818 strategy :
1919 fail-fast : false
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-22 .04
4141 steps :
4242 # GitHub Action reference: https://github.com/jupyterhub/action-k3s-helm
4343 - name : Start a local k8s cluster
4848 # - k3s versions at https://github.com/k3s-io/k3s/tags
4949 # - helm versions at https://github.com/helm/helm/tags
5050 k3s-channel : latest
51- # k3s-version: v1.22.2 +k3s1
52- # helm-version: v3.7 .0
51+ # k3s-version: v1.29.0 +k3s1
52+ # helm-version: v3.13 .0
5353
5454 - name : Verify function of k8s, kubectl, and helm
5555 run : |
Original file line number Diff line number Diff line change @@ -56,16 +56,16 @@ outputs:
5656 description : Path to kubeconfig file
5757 value : ${{ steps.set-output.outputs.kubeconfig }}
5858 k3s-version :
59- description : " Installed k3s version, such as v1.20 .0+k3s2 "
59+ description : " Installed k3s version, such as v1.29 .0+k3s1 "
6060 value : " ${{ steps.set-output.outputs.k3s-version }}"
6161 k8s-version :
62- description : " Installed k8s version, such as v1.20 .0"
62+ description : " Installed k8s version, such as v1.29 .0"
6363 value : " ${{ steps.set-output.outputs.k8s-version }}"
6464 calico-version :
65- description : " Installed calico version, such as v3.20.2 "
65+ description : " Installed calico version, such as v3.27.0 "
6666 value : " ${{ steps.set-output.outputs.calico-version }}"
6767 helm-version :
68- description : " Installed helm version, such as v3.4.2 "
68+ description : " Installed helm version, such as v3.13.0 "
6969 value : " ${{ steps.set-output.outputs.helm-version }}"
7070
7171runs :
You can’t perform that action at this time.
0 commit comments