Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions kyverno/tests/kind/kyverno_install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49569,7 +49569,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: "bitnami/kubectl:1.28.5"
image: "bitnamilegacy/kubectl:1.28.5"
imagePullPolicy:
command:
- /bin/bash
Expand Down Expand Up @@ -49622,7 +49622,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: "bitnami/kubectl:1.28.5"
image: "bitnamilegacy/kubectl:1.28.5"
imagePullPolicy:
command:
- /bin/bash
Expand Down Expand Up @@ -49675,7 +49675,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: "bitnami/kubectl:1.28.5"
image: "bitnamilegacy/kubectl:1.28.5"
imagePullPolicy:
command:
- /bin/bash
Expand Down Expand Up @@ -49728,7 +49728,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: "bitnami/kubectl:1.28.5"
image: "bitnamilegacy/kubectl:1.28.5"
imagePullPolicy:
command:
- /bin/bash
Expand Down Expand Up @@ -49781,7 +49781,7 @@ spec:
serviceAccountName: kyverno-cleanup-jobs
containers:
- name: cleanup
image: "bitnami/kubectl:1.28.5"
image: "bitnamilegacy/kubectl:1.28.5"
imagePullPolicy:
command:
- /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions mysql/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,9 +622,9 @@ def _mysql_docker_repo():
if MYSQL_VERSION in ('5.6', '5.7'):
return 'bergerx/mysql-replication'
elif MYSQL_VERSION.startswith('8') or MYSQL_VERSION == 'latest':
return 'bitnami/mysql'
return 'bitnamilegacy/mysql'
elif MYSQL_FLAVOR == 'mariadb':
return 'bitnami/mariadb'
return 'bitnamilegacy/mariadb'
elif MYSQL_FLAVOR == 'percona':
return 'percona/percona-server'
else:
Expand Down
2 changes: 1 addition & 1 deletion openldap/tests/compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
openldap:
image: "bitnami/openldap:${OPENLDAP_VERSION}"
image: "bitnamilegacy/openldap:${OPENLDAP_VERSION}"
platform: linux/amd64
ports:
- "1389:1389"
Expand Down
2 changes: 1 addition & 1 deletion tomcat/tests/compose/standalone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
timeout: 5s
retries: 3
tomcat:
image: bitnami/tomcat:${TOMCAT_VERSION}
image: bitnamilegacy/tomcat:${TOMCAT_VERSION}
hostname: tomcat
ports:
- 8080:8080
Expand Down
Loading