Skip to content

Commit 16f64f4

Browse files
chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0
Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@v1.9.0...v1.10.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 c7a3503 commit 16f64f4

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.9.0
59+
uses: helm/kind-action@v1.10.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.9.0
59+
uses: helm/kind-action@v1.10.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
@@ -43,7 +43,7 @@ jobs:
4343
run: ct lint --config tests/ct.yaml
4444

4545
- name: Create kind cluster
46-
uses: helm/kind-action@v1.9.0
46+
uses: helm/kind-action@v1.10.0
4747
if: steps.list-changed.outputs.changed == 'true'
4848

4949
- name: Run chart-testing (install)

0 commit comments

Comments
 (0)