Fix O2 app apply failed by helm chart version

This commit resolves the O2 application apply failure
caused by a version mismatch of the helm chart. The current
chart version is 2.0.4, but the system was attempting to
use version 0.1.0.

Test Cases:
PASS - Validate basic application lifecycle operations:
       upload/apply/remove/delete.

Closes-Bug: 2075506
Change-Id: I8f8b5cdfc695b900d1a2ecd70faabb4d71cc0180
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
This commit is contained in:
Zhang Rong(Jon) 2024-08-01 18:07:07 +08:00
parent aba5069d7f
commit 74810eecea

View File

@ -1,5 +1,5 @@
#
# Copyright (c) 2022 Wind River Systems, Inc.
# Copyright (c) 2022-2024 Wind River Systems, Inc.
#
# SPDX-License-Identifier: Apache-2.0
#
@ -15,7 +15,7 @@ spec:
chart:
spec:
chart: oran-o2
version: 0.1.0
version: REPLACE_HELM_CHART_VERSION
sourceRef:
kind: HelmRepository
name: stx-platform