change name to include server

This commit is contained in:
Rob Parker
2017-09-15 14:57:45 +01:00
parent f91d838064
commit 31aade5eae
55 changed files with 6 additions and 6 deletions

View File

@@ -14,6 +14,6 @@
apiVersion: v1 apiVersion: v1
description: IBM MQ queue manager description: IBM MQ queue manager
name: ibm-mq-advanced-dev name: ibm-mqadvanced-server-dev
version: 0.1.0 version: 0.1.0
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png

View File

@@ -18,7 +18,7 @@ This chart deploys a single IBM MQ Advanced for Developers server (queue manager
To install the chart with the release name `foo`: To install the chart with the release name `foo`:
```bash ```bash
helm install --name foo stable/ibm-mq-advanced-dev --set license=accept helm install --name foo stable/ibm-mqadvanced-server-dev --set license=accept
``` ```
This command accepts the [IBM MQ Advanced for Developers license](LICENSE) and deploys an MQ Advanced for Developers server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation. This command accepts the [IBM MQ Advanced for Developers license](LICENSE) and deploys an MQ Advanced for Developers server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -40,7 +40,7 @@ kubectl delete pvc -l release=foo
``` ```
## Configuration ## Configuration
The following table lists the configurable parameters of the `ibm-mq-advanced-dev` chart and their default values. The following table lists the configurable parameters of the `ibm-mqadvanced-server-dev` chart and their default values.
| Parameter | Description | Default | | Parameter | Description | Default |
| -------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- | | -------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |

View File

@@ -14,6 +14,6 @@
apiVersion: v1 apiVersion: v1
description: IBM MQ queue manager description: IBM MQ queue manager
name: ibm-mq-advanced-prod name: ibm-mqadvanced-server-prod
version: 0.1.0 version: 0.1.0
icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png icon: https://developer.ibm.com/messaging/wp-content/uploads/sites/18/2017/07/IBM-MQ-Square-200.png

View File

@@ -18,7 +18,7 @@ This chart deploys a single IBM MQ Advanced server (queue manager) into an IBM C
To install the chart with the release name `foo`: To install the chart with the release name `foo`:
```bash ```bash
helm install --name foo stable/ibm-mq-advanced-prod --set license=accept helm install --name foo stable/ibm-mqadvanced-server-prod --set license=accept
``` ```
This command accepts the [IBM MQ Advanced license](LICENSE) and deploys an MQ Advanced server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation. This command accepts the [IBM MQ Advanced license](LICENSE) and deploys an MQ Advanced server on the Kubernetes cluster. The [configuration](#configuration) section lists the parameters that can be configured during installation.
@@ -40,7 +40,7 @@ kubectl delete pvc -l release=foo
``` ```
## Configuration ## Configuration
The following table lists the configurable parameters of the `ibm-mq-advanced-prod` chart and their default values. The following table lists the configurable parameters of the `ibm-mqadvanced-server-prod` chart and their default values.
| Parameter | Description | Default | | Parameter | Description | Default |
| ------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- | | ------------------------------- | ----------------------------------------------- | ---------------------------------------------------------- |