@@ -499,7 +499,7 @@ directly into the StarlingX local Docker registry.
499499
500500```bash
501501export OFFLINE_IMAGE_PATH="/some/path/to/images"
502- docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.8
502+ docker tag wind-river/cloud-platform-deployment-manager:latest wind-river/cloud-platform-deployment-manager:v2.0.9
503503docker save wind-river/cloud-platform-deployment-manager | gzip > ${OFFLINE_IMAGE_PATH}/wind-river-cloud-platform-deployment-manager-images.tgz
504504```
505505
@@ -524,12 +524,12 @@ A pre-built copy of the Deployment Manager Helm chart can be downloaded from
524524this repo at the following location. Alternatively, it can be accessed
525525directly from the cloned repo in the ```docs/charts``` directory.
526526
527- https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.8 .tgz
527+ https://github.com/Wind-River/wind-river-cloud-platform-deployment-manager/raw/master/docs/charts/wind-river-cloud-platform-deployment-manager-2.0.9 .tgz
528528
529529It can be deployed using the following command.
530530
531531```bash
532- helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.8 .tgz
532+ helm upgrade --install deployment-manager wind-river-cloud-platform-deployment-manager-2.0.9 .tgz
533533```
534534
535535If any configuration values need to be overridden at installation time then a
@@ -538,7 +538,7 @@ further details on managing and deploying Helm charts please refer to Helm
538538documentation for more information.
539539
540540```bash
541- helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.8 .tgz
541+ helm upgrade --install deployment-manager --values overrides.yaml wind-river-cloud-platform-deployment-manager-2.0.9 .tgz
542542```
543543
544544The default Helm chart assumes that the Deployment Manager image is present in
@@ -554,7 +554,7 @@ image location can be overridden to specify a private URL using the following
554554syntax assuming that the private registry is hosted at "your.registry.org".
555555
556556```bash
557- 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.8 .tgz
557+ 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.9 .tgz
558558```
559559
560560
@@ -642,7 +642,7 @@ more detailed information on how to set playbook variables and how to run
642642playbooks please refer to the Ansible documentation.
643643
644644```bash
645- $ 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.8 .tgz" -e @ansible-overrides.yaml
645+ $ 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.9 .tgz" -e @ansible-overrides.yaml
646646```
647647
648648The system deployment configuration file must be specified using the
0 commit comments