Skip to content

Commit ba500e9

Browse files
vdicevoigt
andauthored
chore(helm-chart-smoketest): bump versions
Co-authored-by: Christoph Voigt <[email protected]>
1 parent a7d8533 commit ba500e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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:
@@ -51,7 +51,7 @@ jobs:
5151
tags: ${{ matrix.config.name }}:chart-test
5252

5353
- name: Upload artifact
54-
uses: actions/upload-artifact@v4
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: image-${{ matrix.config.name }}
5757
path: /tmp/${{ matrix.config.name }}.tar
@@ -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)