Skip to content

Commit

Permalink
Update mariadb Docker tag to v11
Browse files Browse the repository at this point in the history
  • Loading branch information
RB committed Nov 16, 2023
1 parent be15879 commit 11ab1aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/cluster/default/mariadb/mariadb-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: mariadb-backup
image: mariadb:10.11.5
image: mariadb:11.1.3
envFrom:
- secretRef:
name: mariadb
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cluster/default/mariadb/mariadb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
restartPolicy: Always
containers:
- name: db
image: mariadb:10.11.5
image: mariadb:11.1.3
resources:
requests:
memory: 200M
Expand Down

0 comments on commit 11ab1aa

Please sign in to comment.