Skip to content

Commit b47c0b0

Browse files
authored
fix: moved off deprecated bitnami Docker images. Fixes 14785 (#14786)
Signed-off-by: Xavier Hardy <xavierhardy@users.noreply.github.com>
1 parent a4b9cb3 commit b47c0b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/expectedfailures/pod-termination-failure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
args: ["echo sleeping for {{inputs.parameters.seconds}} seconds; sleep {{inputs.parameters.seconds}}; echo done"]
3838
- name: check-status
3939
script:
40-
image: bitnami/kubectl:1.15.3-ol-7-r165
40+
image: bitnamilegacy/kubectl:1.15.3-ol-7-r165
4141
command: [bash]
4242
source: |
4343
host=`hostname`;
@@ -55,7 +55,7 @@ spec:
5555
parameters:
5656
- name: pod
5757
container:
58-
image: bitnami/kubectl:1.15.3-ol-7-r165
58+
image: bitnamilegacy/kubectl:1.15.3-ol-7-r165
5959
command: [bash, -c]
6060
args: ["kubectl delete po {{inputs.parameters.pod}}"]
6161

0 commit comments

Comments
 (0)