We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d8533 commit 85fc9b8Copy full SHA for 85fc9b8
.github/workflows/helm-chart-smoketest.yml
@@ -4,9 +4,9 @@ on:
4
workflow_call:
5
6
env:
7
- K8S_VERSION: v1.31.2
8
- MICROK8S_CHANNEL: 1.31/stable
9
- SHIM_SPIN_VERSION: v0.17.0
+ K8S_VERSION: v1.32.2
+ MICROK8S_CHANNEL: 1.32/stable
+ SHIM_SPIN_VERSION: v0.18.0
10
DOCKER_BUILD_SUMMARY: false
11
12
jobs:
@@ -85,7 +85,7 @@ jobs:
85
- name: Install helm
86
uses: Azure/setup-helm@v4
87
with:
88
- version: v3.15.4
+ version: v3.17.2
89
90
- name: Download artifact
91
uses: actions/download-artifact@v4
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Create minikube cluster
108
if: matrix.config.type == 'minikube'
109
- uses: medyagh/[email protected].18
+ uses: medyagh/[email protected].19
110
111
container-runtime: containerd
112
kubernetes-version: ${{ env.K8S_VERSION }}
0 commit comments