Skip to content

Commit

Permalink
Update docker.io/library/mariadb Docker tag to v11.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent 18dc59e commit e74aef4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kube/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: app
image: docker.io/library/mariadb:11.4.3
image: docker.io/library/mariadb:11.5.2
args:
- --binlog-format=ROW
- --transaction-isolation=READ-COMMITTED
Expand Down
2 changes: 1 addition & 1 deletion kube/nextcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: nextcloud
mountPath: /data:z
- name: init-db
image: docker.io/library/mariadb:11.4.3
image: docker.io/library/mariadb:11.5.2
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion kube/wordpress1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
mountPath: /var/www/html/wp-content:z
initContainers:
- name: init-db
image: docker.io/library/mariadb:11.4.3
image: docker.io/library/mariadb:11.5.2
command:
- sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion kube/wordpress2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
mountPath: /var/www/html/wp-content:z
initContainers:
- name: init-db
image: docker.io/library/mariadb:11.4.3
image: docker.io/library/mariadb:11.5.2
command:
- sh
- -c
Expand Down

0 comments on commit e74aef4

Please sign in to comment.