Skip to content

Commit

Permalink
ci(aks): bump k8s version to 1.28 (#892)
Browse files Browse the repository at this point in the history
Closes #891
  • Loading branch information
orfeas-k authored May 29, 2024
1 parent 9d90e57 commit 938b4b8
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.5","latest":"3.5"}')[ 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 938b4b8

Please sign in to comment.