Skip to content

Commit d6c7726

Browse files
apparently we also need cdn.dl.k8s.io:443 too (#894)
1 parent 9fa10ef commit d6c7726

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/build_test_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
api.codecov.io:443
6363
ingest.codecov.io:443
6464
dl.k8s.io:443
65+
cdn.dl.k8s.io:443
6566
6667
- uses: actions/checkout@v4
6768
with:

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
helm.cilium.io:443
115115
linode.github.io:443
116116
dl.k8s.io:443
117+
cdn.dl.k8s.io:443
117118
118119
- uses: actions/checkout@v4
119120
with:

.github/workflows/e2e-upgrade-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
helm.cilium.io:443
7878
linode.github.io:443
7979
dl.k8s.io:443
80+
cdn.dl.k8s.io:443
8081
8182
- uses: actions/checkout@v4
8283
with:

.github/workflows/go-analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
storage.googleapis.com:443
5858
golangci-lint.run:443
5959
dl.k8s.io:443
60+
cdn.dl.k8s.io:443
6061
6162
- uses: actions/checkout@v4
6263

.github/workflows/pull_request_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
api.codecov.io:443
6666
ingest.codecov.io:443
6767
dl.k8s.io:443
68+
cdn.dl.k8s.io:443
6869
6970
- uses: actions/checkout@v4
7071

0 commit comments

Comments
 (0)