standardize on library/mysql for image
Some checks failed
/ diff-and-deploy (push) Has been cancelled

This commit is contained in:
Finn 2025-01-10 19:08:11 -08:00
parent 96eb344233
commit 76f8bd7576
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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:

View file

@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: mysql
image: mysql:9
image: library/mysql:9.1.0
envFrom:
- secretRef:
name: mysql