Skip to content

Commit

Permalink
chore(ci): restore helm/kind version, add cdn.dl.k8s.io to allowed tr…
Browse files Browse the repository at this point in the history
…affic.
  • Loading branch information
Zenithar committed Jan 3, 2025
1 parent ec67246 commit d63a1da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
repo.maven.apache.org:443
*.datadoghq.com:443
dl.k8s.io:443
cdn.dl.k8s.io:443
- name: Checkout Git Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Create K8s Kind Cluster
uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 # v1.4.0
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
with:
cluster_name: kubehound.test.local
config: test/setup/test-cluster/cluster.yaml
Expand Down

0 comments on commit d63a1da

Please sign in to comment.