|
5 | 5 | "name": "mariadb-persistent",
|
6 | 6 | "annotations": {
|
7 | 7 | "openshift.io/display-name": "MariaDB",
|
8 |
| - "description": "MariaDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.", |
| 8 | + "description": "MariaDB database service, with persistent storage. For more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md.\n\nNOTE: Scaling to more than one replica is not supported. You must have persistent volumes available in your cluster to use this template.", |
9 | 9 | "iconClass": "icon-mariadb",
|
10 | 10 | "tags": "database,mariadb",
|
11 | 11 | "openshift.io/long-description": "This template provides a standalone MariaDB server with a database created. The database is stored on persistent storage. The database name, username, and password are chosen via parameters when provisioning this service.",
|
12 | 12 | "openshift.io/provider-display-name": "Red Hat, Inc.",
|
13 |
| - "openshift.io/documentation-url": "https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md", |
| 13 | + "openshift.io/documentation-url": "https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md", |
14 | 14 | "openshift.io/support-url": "https://access.redhat.com"
|
15 | 15 | }
|
16 | 16 | },
|
17 |
| - "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${MYSQL_USER}\n Password: ${MYSQL_PASSWORD}\n Database Name: ${MYSQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:3306/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.1/README.md.", |
| 17 | + "message": "The following service(s) have been created in your project: ${DATABASE_SERVICE_NAME}.\n\n Username: ${MYSQL_USER}\n Password: ${MYSQL_PASSWORD}\n Database Name: ${MYSQL_DATABASE}\n Connection URL: mysql://${DATABASE_SERVICE_NAME}:3306/\n\nFor more information about using this template, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/blob/master/10.2/root/usr/share/container-scripts/mysql/README.md.", |
18 | 18 | "labels": {
|
19 | 19 | "template": "mariadb-persistent-template"
|
20 | 20 | },
|
|
99 | 99 | ],
|
100 | 100 | "from": {
|
101 | 101 | "kind": "ImageStreamTag",
|
102 |
| - "name": "mariadb:10.1", |
| 102 | + "name": "mariadb:${MARIADB_VERSION}", |
103 | 103 | "namespace": "${NAMESPACE}"
|
104 | 104 | }
|
105 | 105 | }
|
|
260 | 260 | "value": "sampledb",
|
261 | 261 | "required": true
|
262 | 262 | },
|
| 263 | + { |
| 264 | + "name": "MARIADB_VERSION", |
| 265 | + "displayName": "Version of MariaDB Image", |
| 266 | + "description": "Version of MariaDB image to be used (10.0, 10.1, 10.2 or latest).", |
| 267 | + "value": "10.2", |
| 268 | + "required": true |
| 269 | + }, |
263 | 270 | {
|
264 | 271 | "name": "VOLUME_CAPACITY",
|
265 | 272 | "displayName": "Volume Capacity",
|
|
0 commit comments