Skip to content

Commit b839d52

Browse files
authored
Merge pull request #284 from CrowdStrike/dependabot/github_actions/helm/kind-action-1.10.0
chore(deps): bump helm/kind-action from 1.9.0 to 1.10.0
2 parents c7a3503 + 16f64f4 commit b839d52

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)