Skip to content

Commit 85fc9b8

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 85fc9b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

66
env:
7-
K8S_VERSION: v1.31.2
8-
MICROK8S_CHANNEL: 1.31/stable
9-
SHIM_SPIN_VERSION: v0.17.0
7+
K8S_VERSION: v1.32.2
8+
MICROK8S_CHANNEL: 1.32/stable
9+
SHIM_SPIN_VERSION: v0.18.0
1010
DOCKER_BUILD_SUMMARY: false
1111

1212
jobs:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install helm
8686
uses: Azure/setup-helm@v4
8787
with:
88-
version: v3.15.4
88+
version: v3.17.2
8989

9090
- name: Download artifact
9191
uses: actions/download-artifact@v4
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Create minikube cluster
108108
if: matrix.config.type == 'minikube'
109-
uses: medyagh/[email protected].18
109+
uses: medyagh/[email protected].19
110110
with:
111111
container-runtime: containerd
112112
kubernetes-version: ${{ env.K8S_VERSION }}

0 commit comments

Comments
 (0)