Skip to content

Commit

Permalink
Current MariaDB 10.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Feb 19, 2023
1 parent 8b5c19a commit cdc1ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/mariadb-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ spec:
mountPath: /etc/mysql/conf.d
- name: initdb
mountPath: /docker-entrypoint-initdb.d
image: mariadb:10.5.15-focal@sha256:c911279a1005ed40435962466920eafa5e55b1f5c51182086e76ccf7262b45cd
image: mariadb:10.5.19-focal@sha256:ce75a36261b12948b411f6debb71254d92889c8a06e2ebc34c761f90416b1024
containers:
- name: mariadb
image: mariadb:10.5.15-focal@sha256:c911279a1005ed40435962466920eafa5e55b1f5c51182086e76ccf7262b45cd
image: mariadb:10.5.19-focal@sha256:ce75a36261b12948b411f6debb71254d92889c8a06e2ebc34c761f90416b1024
ports:
- containerPort: 3306
name: mysql
Expand Down

0 comments on commit cdc1ff5

Please sign in to comment.