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 1d7c2b2 commit 80f59b0Copy full SHA for 80f59b0
.github/workflows/build.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
command: test
39
- name: Setup Kubernetes
40
- uses: helm/kind-action@v1.10.0
+ uses: helm/kind-action@v1.12.0
41
42
version: "v0.26.0" # https://github.com/kubernetes-sigs/kind/releases
43
node_image: "kindest/node:v1.32.0"
.github/workflows/publish.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Run chart-testing (lint)
78
run: (cd charts/k8s-aws-iam-controller && helm lint .)
79
- name: Create kind ${{ matrix.k8s }} cluster
80
81
82
83
node_image: kindest/node:${{ matrix.k8s }}
0 commit comments