Skip to content

Commit

Permalink
Update the helm chart and deployctl version (Wind-River#425)
Browse files Browse the repository at this point in the history
This commit updates the helm chart version, the deployctl version
on master and the documentation.

Test Plan:
- deployctl version output is v24.09.1
- Chart.yaml version is v24.09.1
  • Loading branch information
wasnio authored Nov 22, 2024
1 parent f3760a0 commit 5319e17
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 @@ -103,7 +103,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-24.09.0.tgz
helm upgrade --install deployment-manager --values deployment-manager-overrides.yaml wind-river-cloud-platform-deployment-manager-24.09.1.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 @@ -740,12 +740,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-24.09.0.tgz
https://github.com/Wind-River/cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-24.09.1.tgz
It can be deployed using the following command.
```bash
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-24.09.0.tgz
helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-24.09.1.tgz
```
If any configuration values need to be overridden at installation time then a
Expand All @@ -754,7 +754,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-24.09.0.tgz
helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-24.09.1.tgz
```
The default Helm chart assumes that the Deployment Manager image is present in
Expand All @@ -770,7 +770,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-24.09.0.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-24.09.1.tgz
```
# Deployment Manager as System application
Expand Down Expand Up @@ -885,7 +885,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-24.09.0.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-24.09.1.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: "2024-11-06T14:27:59.674024349-05:00"
created: "2024-11-22T18:32:15.2117663-03:00"
description: A Helm chart for the Deployment Manager
digest: c75e9a393b9ab3e23df9443438d2f2baf1f265d59c33e92d97f1da21160248bb
digest: 477f16d49d6802296a6eec80265398d8244ae5e812cb8472f406be4fca1e417a
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-24.09.0.tgz
version: 24.09.0
generated: "2024-11-06T14:27:59.670495507-05:00"
- wind-river-cloud-platform-deployment-manager-24.09.1.tgz
version: 24.09.1
generated: "2024-11-22T18:32:15.210027963-03: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: 24.09.0
version: 24.09.1
icon: https://www.windriver.com/resources/images/wr-logo-red-2018.png

0 comments on commit 5319e17

Please sign in to comment.