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

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

Closes-bug: 2038484

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

Change-Id: Ief00673d8f2a2155648680c2e9992ab5f521200a
Signed-off-by: Li Zhu <li.zhu@windriver.com>
This commit is contained in:
Li Zhu
2023-10-11 20:29:42 -04:00
parent a1a3f93085
commit 593b1373dd

View File

@@ -46,7 +46,7 @@ BOOT_MENU_TIMEOUT = '5'
# The RVMC_IMAGE_NAME:RVMC_IMAGE_TAG must align with the one specified
# in system images in the ansible install/upgrade playbook
RVMC_IMAGE_NAME = 'docker.io/starlingx/rvmc'
RVMC_IMAGE_TAG = 'stx.8.0-v1.0.1'
RVMC_IMAGE_TAG = 'stx.8.0-v1.0.2'
SUBCLOUD_ISO_PATH = '/opt/platform/iso'
SUBCLOUD_ISO_DOWNLOAD_PATH = '/var/www/pages/iso'