Skip to content

Commit b8a0d0c

Browse files
author
Md. Alif Biswas
authored
Update MariaDB Image (#264)
Signed-off-by: Alif Biswas <alif@appscode.com>
1 parent 2270ede commit b8a0d0c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

catalog/active_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"3.2.13"
6060
],
6161
"MariaDB": [
62-
"10.5",
62+
"10.5.8",
6363
"10.4.17"
6464
],
6565
"Memcached": [

catalog/backup_tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"1.3.0-opendistro"
6161
],
6262
"mariadb-backup-10.5.8": [
63-
"10.5",
63+
"10.5.8",
6464
"10.4.17"
6565
],
6666
"mongodb-backup-3.4.17-v5": [

catalog/raw/mariadb/mariadb-10.5.yaml renamed to catalog/raw/mariadb/mariadb-10.5.8.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: catalog.kubedb.com/v1alpha1
22
kind: MariaDBVersion
33
metadata:
4-
name: "10.5"
4+
name: 10.5.8
55
namespace: default
66
spec:
77
db:
8-
image: kubedb/mariadb:10.5
8+
image: kubedb/mariadb:10.5.8
99
exporter:
1010
image: kubedb/mysqld-exporter:v0.11.0
1111
initContainer:
@@ -18,4 +18,4 @@ spec:
1818
name: mariadb-backup-10.5.8
1919
restoreTask:
2020
name: mariadb-restore-10.5.8
21-
version: "10.5"
21+
version: 10.5.8

catalog/restore_tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"1.3.0-opendistro"
6161
],
6262
"mariadb-restore-10.5.8": [
63-
"10.5",
63+
"10.5.8",
6464
"10.4.17"
6565
],
6666
"mongodb-restore-3.4.17-v5": [

charts/kubedb-catalog/templates/mariadb/mariadb-10.5.yaml renamed to charts/kubedb-catalog/templates/mariadb/mariadb-10.5.8.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
apiVersion: catalog.kubedb.com/v1alpha1
33
kind: MariaDBVersion
44
metadata:
5-
name: '10.5'
5+
name: '10.5.8'
66
labels:
77
{{- include "kubedb-catalog.labels" . | nindent 4 }}
88
spec:
99
db:
10-
image: '{{ .Values.image.registry }}/mariadb:10.5'
10+
image: '{{ .Values.image.registry }}/mariadb:10.5.8'
1111
exporter:
1212
image: '{{ .Values.image.registry }}/mysqld-exporter:v0.11.0'
1313
initContainer:
@@ -20,5 +20,5 @@ spec:
2020
name: mariadb-backup-10.5.8
2121
restoreTask:
2222
name: mariadb-restore-10.5.8
23-
version: "10.5"
23+
version: 10.5.8
2424
{{ end }}

0 commit comments

Comments
 (0)