Skip to content

Commit

Permalink
chore(deps): update mariadb docker tag to v10.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 24, 2024
1 parent 1c475f6 commit 3a498df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
spec:
containers:
- name: mariadb
image: mariadb:10.11.7
image: mariadb:10.11.8
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
mountPath: /etc/mysql/conf.d
initContainers:
- name: init-0
image: mariadb:10.11.7
image: mariadb:10.11.8
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: mariadb
key: mcserver-password

image: mariadb:10.11.7
image: mariadb:10.11.8
imagePullPolicy: IfNotPresent

port: 3306
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
name: mariadb
key: mcserver-password

image: mariadb:10.11.7
image: mariadb:10.11.8
imagePullPolicy: IfNotPresent

port: 3306
Expand Down

0 comments on commit 3a498df

Please sign in to comment.