Update rvmc image tag to stx.8.0-v1.0.1

Test Plan:
PASS: Pull new image from docker registry.
PASS: Install subcloud with new rvmc image.

Story: 2010144
Task: 46825

Depends-On:
https://review.opendev.org/c/starlingx/ansible-playbooks/+/864447

Signed-off-by: Li Zhu <li.zhu@windriver.com>
Change-Id: I33c7322753d24741991e9be6733f17d459bb5939
This commit is contained in:
Li Zhu 2022-11-14 16:21:39 -05:00
parent 5118bdd25a
commit 9dad4aa005
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ BOOT_MENU_TIMEOUT = '5'
# in system images in the ansible install/upgrade playbook
RVMC_NAME_PREFIX = 'rvmc'
RVMC_IMAGE_NAME = 'docker.io/starlingx/rvmc'
RVMC_IMAGE_TAG = 'stx.8.0-v1.0.0'
RVMC_IMAGE_TAG = 'stx.8.0-v1.0.1'
SUBCLOUD_ISO_PATH = '/opt/platform/iso'
SUBCLOUD_ISO_DOWNLOAD_PATH = '/var/www/pages/iso'