Compare commits
No commits in common. "renovate/docker.io-library-mysql-9.x" and "main" have entirely different histories.
renovate/d
...
main
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mysql
|
- name: mysql
|
||||||
image: docker.io/library/mysql:9.1.0
|
image: docker.io/library/mysql:8.4.3
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: mysql
|
name: mysql
|
||||||
|
|
|
@ -27,7 +27,7 @@ spec:
|
||||||
app: mysql
|
app: mysql
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker.io/library/mysql:9.1
|
- image: docker.io/library/mysql:5.7
|
||||||
name: mysql
|
name: mysql
|
||||||
resources: {}
|
resources: {}
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue