Skip to content

Commit 017f7dc

Browse files
authored
[cherry-pick] Update MariaDB Image version from 10.5 to 10.5.8 (#85) (#86)
/cherry-pick Signed-off-by: Alif Biswas <alif@appscode.com>
1 parent b620e7d commit 017f7dc

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs/auto-backup/examples/sample-mariadb-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
stash.appscode.com/backup-blueprint: mariadb-backup-template
88
stash.appscode.com/schedule: "*/3 * * * *"
99
spec:
10-
version: "10.5"
10+
version: "10.5.8"
1111
replicas: 1
1212
storageType: Durable
1313
storage:

docs/auto-backup/examples/sample-mariadb-3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
stash.appscode.com/backup-blueprint: mariadb-backup-template
88
params.stash.appscode.com/args: --databases mysql
99
spec:
10-
version: "10.5"
10+
version: "10.5.8"
1111
replicas: 1
1212
storageType: Durable
1313
storage:

docs/auto-backup/examples/sample-mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
annotations:
77
stash.appscode.com/backup-blueprint: mariadb-backup-template
88
spec:
9-
version: "10.5"
9+
version: "10.5.8"
1010
replicas: 1
1111
storageType: Durable
1212
storage:

docs/auto-backup/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ metadata:
132132
annotations:
133133
stash.appscode.com/backup-blueprint: mariadb-backup-template
134134
spec:
135-
version: "10.5"
135+
version: "10.5.8"
136136
replicas: 1
137137
storageType: Durable
138138
storage:
@@ -303,7 +303,7 @@ metadata:
303303
stash.appscode.com/backup-blueprint: mariadb-backup-template
304304
stash.appscode.com/schedule: "*/3 * * * *"
305305
spec:
306-
version: "10.5"
306+
version: "10.5.8"
307307
replicas: 1
308308
storageType: Durable
309309
storage:
@@ -499,7 +499,7 @@ metadata:
499499
stash.appscode.com/backup-blueprint: mariadb-backup-template
500500
params.stash.appscode.com/args: --databases mysql
501501
spec:
502-
version: "10.5"
502+
version: "10.5.8"
503503
replicas: 1
504504
storageType: Durable
505505
storage:

docs/customization/examples/sample-mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: sample-mariadb
55
namespace: demo
66
spec:
7-
version: "10.5"
7+
version: "10.5.8"
88
replicas: 1
99
storageType: Durable
1010
storage:

docs/kubedb/cluster/examples/sample-mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: sample-mariadb
55
namespace: demo
66
spec:
7-
version: "10.5"
7+
version: "10.5.8"
88
replicas: 3
99
storageType: Durable
1010
storage:

docs/kubedb/cluster/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ metadata:
5757
name: sample-mariadb
5858
namespace: demo
5959
spec:
60-
version: "10.5"
60+
version: "10.5.8"
6161
replicas: 3
6262
storageType: Durable
6363
storage:
@@ -230,7 +230,7 @@ You don't need to worry about appbindings if you are using KubeDB. It creates an
230230
```bash
231231
$ kubectl get appbinding -n demo
232232
NAME TYPE VERSION AGE
233-
sample-mariadb kubedb.com/mariadb 10.5 62m
233+
sample-mariadb kubedb.com/mariadb 10.5.8 62m
234234
```
235235
236236
We have a appbinding named same as database name `sample-mariadb`. We will use this later for connecting into this database.

docs/kubedb/standalone/examples/sample-mariadb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: sample-mariadb
55
namespace: demo
66
spec:
7-
version: "10.5"
7+
version: "10.5.8"
88
replicas: 1
99
storageType: Durable
1010
storage:

docs/kubedb/standalone/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ metadata:
5757
name: sample-mariadb
5858
namespace: demo
5959
spec:
60-
version: "10.5"
60+
version: "10.5.8"
6161
replicas: 1
6262
storageType: Durable
6363
storage:
@@ -213,7 +213,7 @@ You don't need to worry about appbindings if you are using KubeDB. It creates an
213213
```bash
214214
$ kubectl get appbinding -n demo
215215
NAME TYPE VERSION AGE
216-
sample-mariadb kubedb.com/mariadb 10.5 62m
216+
sample-mariadb kubedb.com/mariadb 10.5.8 62m
217217
```
218218
219219
We have a appbinding named same as database name `sample-mariadb`. We will use this later for connecting into this database.

0 commit comments

Comments
 (0)