Skip to content

Commit

Permalink
ci(aks): bump k8s version to 1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed May 8, 2024
1 parent 36df972 commit 2fcde8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
env:
AZURE_CORE_OUTPUT: none
K8S_VERSION: ${{ inputs.k8s_version || fromJSON('{"1.8":"1.26", "latest":"1.26"}')[matrix.bundle_version] }}
K8S_VERSION: ${{ inputs.k8s_version || fromJSON('{"1.8":"1.28", "latest":"1.28"}')[matrix.bundle_version] }}
JUJU_VERSION: ${{ fromJSON('{"1.8":"3.1","latest":"3.1"}')[ matrix.bundle_version ] }}
UATS_BRANCH: ${{ inputs.uats_branch || fromJSON('{"1.8":"main", "latest":"main"}')[matrix.bundle_version] }}
PYTHON_VERSION: "3.8"
Expand Down

0 comments on commit 2fcde8b

Please sign in to comment.