Skip to content

Commit 8f3ba5a

Browse files
vdicevoigt
andcommitted
chore(helm-chart-smoketest): bump versions
Co-authored-by: Christoph Voigt <[email protected]> Signed-off-by: Vaughn Dice <[email protected]>
1 parent a7d8533 commit 8f3ba5a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/helm-chart-smoketest.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
workflow_call:
55

66
env:
7-
K8S_VERSION: v1.31.2
7+
# TODO: Bump K8s versions
8+
# At time of writing, Using 1.32.2 with kind leads to https://github.com/kubernetes-sigs/kind/issues/3795
9+
K8S_VERSION: v1.31.6
810
MICROK8S_CHANNEL: 1.31/stable
9-
SHIM_SPIN_VERSION: v0.17.0
11+
SHIM_SPIN_VERSION: v0.18.0
1012
DOCKER_BUILD_SUMMARY: false
1113

1214
jobs:
@@ -85,7 +87,7 @@ jobs:
8587
- name: Install helm
8688
uses: Azure/setup-helm@v4
8789
with:
88-
version: v3.15.4
90+
version: v3.17.2
8991

9092
- name: Download artifact
9193
uses: actions/download-artifact@v4
@@ -106,7 +108,7 @@ jobs:
106108

107109
- name: Create minikube cluster
108110
if: matrix.config.type == 'minikube'
109-
uses: medyagh/[email protected].18
111+
uses: medyagh/[email protected].19
110112
with:
111113
container-runtime: containerd
112114
kubernetes-version: ${{ env.K8S_VERSION }}

0 commit comments

Comments
 (0)