From 2fcde8b64880dd6a5c81e545bc4938d788f8499a Mon Sep 17 00:00:00 2001 From: Orfeas Kourkakis Date: Wed, 8 May 2024 17:30:44 +0200 Subject: [PATCH] ci(aks): bump k8s version to 1.28 --- .github/workflows/deploy-to-aks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-aks.yaml b/.github/workflows/deploy-to-aks.yaml index cbf4b6bdf..b2415c1d4 100644 --- a/.github/workflows/deploy-to-aks.yaml +++ b/.github/workflows/deploy-to-aks.yaml @@ -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"