Skip to content

Commit 4b13732

Browse files
authored
Using bitnamilegacy rather than bitnami for kubectl images (#4482)
<!-- Thanks for sending a pull request! Here are some tips for you: #### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Pulling kubectl from the bitnamilegacy repo rather than the bitnami repo as per advice from: https://hub.docker.com/r/bitnami/kubectl
1 parent 564e563 commit 4b13732

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

magefiles/kind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func getImagesUsedInTestsOrControllers() []string {
2525
return []string{
2626
"nginx:1.27.0", // Used by ingress-controller
2727
"alpine:3.20.0",
28-
"bitnami/kubectl:1.30",
28+
"bitnamilegacy/kubectl:1.30",
2929
}
3030
}
3131

testsuite/testcases/basic/gang.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
containers:
1313
- name: sleep
1414
imagePullPolicy: IfNotPresent
15-
image: bitnami/kubectl:1.24.8
15+
image: bitnamilegacy/kubectl:1.24.8
1616
command: ["bash", "-c"]
1717
args:
1818
- |
@@ -77,4 +77,4 @@ jobs:
7777
timeout: "100s"
7878
expectedEvents:
7979
- submitted:
80-
- succeeded:
80+
- succeeded:

testsuite/testcases/basic/service_headless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
containers:
1515
- name: client
1616
imagePullPolicy: IfNotPresent
17-
image: bitnami/kubectl:1.24.8
17+
image: bitnamilegacy/kubectl:1.24.8
1818
command: ["bash", "-c"]
1919
args:
2020
- |

0 commit comments

Comments
 (0)