Skip to content

Commit

Permalink
Merge pull request #36 from soerenschneider/renovate/mariadb-11.x
Browse files Browse the repository at this point in the history
Update mariadb Docker tag to v11.5.2
  • Loading branch information
soerenschneider authored Sep 14, 2024
2 parents d9060a3 + d538925 commit c414e9c
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.4.2"
image: "mariadb:11.5.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.4.2"
image: "mariadb:11.5.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.4.2
image: mariadb:11.5.2
env:
- name: MYSQL_ROOT_PASSWORD
value: "onlyoffice"
Expand Down

0 comments on commit c414e9c

Please sign in to comment.