Skip to content

Commit 360a63f

Browse files
chore(deps): bump helm/kind-action from 1.10.0 to 1.12.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.10.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 194cdd6 commit 360a63f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/helm-node-sensor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cp tests/node-values.yaml helm-charts/falcon-sensor/ci/node-values.yaml
5757
5858
- name: Create kind cluster
59-
uses: helm/kind-action@v1.10.0
59+
uses: helm/kind-action@v1.12.0
6060

6161
- name: Run chart-testing (install) using Node sensor
6262
run: ct install --config tests/ct.yaml --helm-extra-set-args "--set node.image.tag=${{ secrets.FALCON_NODE_TAG }} --set node.image.registryConfigJSON=${{ secrets.FALCON_REGISTRY_TOKEN }} --set falcon.cid=${{ secrets.FALCON_CID }}"

.github/workflows/helm-sidecar-sensor.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
cp tests/sidecar-values.yaml helm-charts/falcon-sensor/ci/sidecar-values.yaml
5757
5858
- name: Create kind cluster
59-
uses: helm/kind-action@v1.10.0
59+
uses: helm/kind-action@v1.12.0
6060

6161
- name: Run chart-testing (install) using Sidecar sensor
6262
run: ct install --config tests/ct.yaml --helm-extra-set-args "--set container.image.tag=${{ secrets.FALCON_SIDECAR_TAG }} --set container.image.pullSecrets.registryConfigJSON=${{ secrets.FALCON_REGISTRY_TOKEN }} --set falcon.cid=${{ secrets.FALCON_CID }}"

.github/workflows/helm-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ct lint --config tests/ct.yaml
4545

4646
- name: Create kind cluster
47-
uses: helm/kind-action@v1.10.0
47+
uses: helm/kind-action@v1.12.0
4848
if: steps.list-changed.outputs.changed == 'true'
4949

5050
- name: Run chart-testing (install)

0 commit comments

Comments
 (0)