Skip to content

Commit

Permalink
Merge pull request #2309 from GiganticMinecraft/renovate/mariadb-10.x
Browse files Browse the repository at this point in the history
chore(deps): update mariadb docker tag to v10.11.10
  • Loading branch information
outductor authored Nov 18, 2024
2 parents 5bd7fa7 + 0fdc214 commit a6cb36b
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.9
image: mariadb:10.11.10
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.9
image: mariadb:10.11.10
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
generate: false
key: mcserver-password

image: mariadb:10.11.9
image: mariadb:10.11.10
imagePullPolicy: IfNotPresent

port: 3306
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
generate: false
key: mcserver-password

image: mariadb:10.11.9
image: mariadb:10.11.10
imagePullPolicy: IfNotPresent

port: 3306
Expand Down

0 comments on commit a6cb36b

Please sign in to comment.