chore(deps): update mysql docker tag to v9 #22

Merged
finn merged 1 commit from renovate/mysql-9.x into main 2025-01-11 03:06:14 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 96eb344233 - Show all commits

View file

@ -28,7 +28,7 @@ spec:
spec: spec:
containers: containers:
- name: mysql - name: mysql
image: mysql:8 image: mysql:9
envFrom: envFrom:
- secretRef: - secretRef:
name: mysql name: mysql

View file

@ -72,7 +72,7 @@ spec:
spec: spec:
containers: containers:
- name: mysql - name: mysql
image: library/mysql:8.4.3 image: library/mysql:9.1.0
env: env:
- name: MYSQL_DATABASE - name: MYSQL_DATABASE
value: wordpress value: wordpress