Skip to content

Commit

Permalink
ci: bump k8s upstream to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
juadk committed May 21, 2024
1 parent ae048c6 commit b3c0b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ui-k3s-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
type: string
k8s_upstream_version:
description: Rancher cluster upstream version to use
default: '"v1.26.10+k3s2"'
default: '"v1.28.9+k3s1"'
type: string
proxy:
description: Deploy a proxy (none/rancher/elemental)
Expand All @@ -38,7 +38,7 @@ jobs:
max-parallel: 4
matrix:
k8s_downstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_downstream_version || '"v1.27.8+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.26.10+k3s2"')) }}
k8s_upstream_version: ${{ fromJSON(format('[{0}]', inputs.k8s_upstream_version || '"v1.28.9+k3s1"')) }}
rancher_version: ${{ fromJSON(format('[{0}]', inputs.rancher_version || '"stable/latest","latest/devel/2.7","latest/devel/2.8"')) }}
uses: ./.github/workflows/master_e2e.yaml
secrets:
Expand Down

0 comments on commit b3c0b1b

Please sign in to comment.