Skip to content

Commit

Permalink
Update mariadb Docker tag to v11.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 6, 2025
1 parent c4878c9 commit 17552cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/mariadb/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "mariadb"
image: "mariadb:11.5.2"
image: "mariadb:11.6.2"
envFrom:
- configMapRef:
name: "mariadb"
Expand Down
2 changes: 1 addition & 1 deletion apps/nextcloud/components/mariadb/mariadb-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: "mariadb"
image: "mariadb:11.5.2"
image: "mariadb:11.6.2"
envFrom:
- configMapRef:
name: "mariadb"
Expand Down
2 changes: 1 addition & 1 deletion apps/onlyoffice/components/mariadb/mariadb-sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
type: "RuntimeDefault"
containers:
- name: mariadb
image: mariadb:11.5.2
image: mariadb:11.6.2
env:
- name: MYSQL_ROOT_PASSWORD
value: "onlyoffice"
Expand Down

0 comments on commit 17552cc

Please sign in to comment.