chore(deps): update docker.io/library/mysql docker tag to v9
All checks were successful
/ build-deployer (push) Successful in 27s
/ build-keycloak (push) Successful in 43s
/ build-freetakserver (push) Successful in 1m19s
/ build-openbao-csi-provider (push) Successful in 1m4s
/ build-pethublocal (push) Successful in 42s
/ build-synapse (push) Successful in 39s
/ build-traefik-forward-auth (push) Successful in 35s
/ diff-and-deploy (push) Successful in 1m5s
/ build-openbao (push) Successful in 9m28s
All checks were successful
/ build-deployer (push) Successful in 27s
/ build-keycloak (push) Successful in 43s
/ build-freetakserver (push) Successful in 1m19s
/ build-openbao-csi-provider (push) Successful in 1m4s
/ build-pethublocal (push) Successful in 42s
/ build-synapse (push) Successful in 39s
/ build-traefik-forward-auth (push) Successful in 35s
/ diff-and-deploy (push) Successful in 1m5s
/ build-openbao (push) Successful in 9m28s
This commit is contained in:
parent
e3ab1aa2b4
commit
166b8fca4d
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:8.4.3
|
image: docker.io/library/mysql:9.1.0
|
||||||
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:5.7
|
- image: docker.io/library/mysql:9.1
|
||||||
name: mysql
|
name: mysql
|
||||||
resources: {}
|
resources: {}
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue