From 74810eecea7faf640e705f86f9b6d958f4db3f58 Mon Sep 17 00:00:00 2001 From: "Zhang Rong(Jon)" Date: Thu, 1 Aug 2024 18:07:07 +0800 Subject: [PATCH] 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) --- .../fluxcd-manifests/oran-o2/helmrelease.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/helmrelease.yaml b/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/helmrelease.yaml index 6bf6660..7dc1457 100644 --- a/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/helmrelease.yaml +++ b/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/helmrelease.yaml @@ -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