Skip to content

Commit

Permalink
Upversion to 2.0.6 (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Don Penney <[email protected]>
  • Loading branch information
donpenney authored Jun 24, 2020
1 parent ec1d429 commit b5ad801
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DEBUGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ To re-apply a new set of overrides to an existing installation the Helm upgrade
command can simply be re-executed.
```
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.5.tgz
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.6.tgz
```

## Enabling version API interaction logs
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@ A pre-built copy of the Deployment Manager Helm chart can be downloaded from
this repo at the following location. Alternatively, it can be accessed
directly from the cloned repo in the ```docs/charts``` directory.
https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.5.tgz
https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.6.tgz
It can be deployed using the following command.
```bash
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.5.tgz
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.6.tgz
```
If any configuration values need to be overridden at installation time then a
Expand All @@ -536,7 +536,7 @@ further details on managing and deploying Helm charts please refer to Helm
documentation for more information.
```bash
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.5.tgz
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.6.tgz
```
The default Helm chart assumes that the Deployment Manager image is present in
Expand All @@ -552,7 +552,7 @@ image location can be overridden to specify a private URL using the following
syntax assuming that the private registry is hosted at "your.registry.org".
```bash
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.5.tgz
helm upgrade --install deployment-manager --set "manager.image.repository=your.registry.com/wind-river/cloud-platform-deployment-manager" wind-river-cloud-platform-deployment-manager-2.0.6.tgz
```
Expand Down Expand Up @@ -640,7 +640,7 @@ more detailed information on how to set playbook variables and how to run
playbooks please refer to the Ansible documentation.
```bash
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.5.tgz" -e @ansible-overrides.yaml
$ ansible-playbook docs/playbooks/wind-river-cloud-platform-deployment-manager-playbook.yaml -e "deployment_manager_chart==/some/other/path/wind-river-cloud-platform-deployment-manager-2.0.6.tgz" -e @ansible-overrides.yaml
```
The system deployment configuration file must be specified using the
Expand Down
10 changes: 5 additions & 5 deletions docs/charts/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ entries:
wind-river-cloud-platform-deployment-manager:
- apiVersion: v1
appVersion: "1.0"
created: "2020-06-24T14:18:01.938710042-04:00"
created: "2020-06-24T17:04:49.732509509-04:00"
description: A Helm chart for the Deployment Manager
digest: 4e212378d7740b27565e0f81b8d3922c408a09e36efffa2537370517eaad7c2f
digest: cf0b189a3a3229f2cbec157e64bea898dea0ae5c9b323c43bc4d67684c37e41d
icon: https://www.windriver.com/resources/images/wr-logo-red-2018.png
name: wind-river-cloud-platform-deployment-manager
urls:
- wind-river-cloud-platform-deployment-manager-2.0.5.tgz
version: 2.0.5
generated: "2020-06-24T14:18:01.936666206-04:00"
- wind-river-cloud-platform-deployment-manager-2.0.6.tgz
version: 2.0.6
generated: "2020-06-24T17:04:49.7307285-04:00"
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the Deployment Manager
name: wind-river-cloud-platform-deployment-manager
version: 2.0.5
version: 2.0.6
icon: https://www.windriver.com/resources/images/wr-logo-red-2018.png

0 comments on commit b5ad801

Please sign in to comment.