standardize on library/mysql for image
Some checks failed
/ diff-and-deploy (push) Has been cancelled
Some checks failed
/ diff-and-deploy (push) Has been cancelled
This commit is contained in:
parent
96eb344233
commit
76f8bd7576
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: docker.io/library/mysql:8.4.3
|
||||
image: library/mysql:8.4.3
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
|||
app: mysql
|
||||
spec:
|
||||
containers:
|
||||
- image: docker.io/library/mysql:5.7
|
||||
- image: library/mysql:5.7
|
||||
name: mysql
|
||||
resources: {}
|
||||
ports:
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: mysql
|
||||
image: mysql:9
|
||||
image: library/mysql:9.1.0
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue