Rename Helm repository to avoid naming collision
Rename the Helm repository to avoid using the same name used by other applications in the kube-system namespace. This fixes a bug where HelmRepository objects belonging to multiple apps were being removed from the cluster when running "system application-remove". Test Plan: PASS: build-pkgs && build-image PASS: AIO-SX fresh install PASS: upload/apply/update/remove/delete app Partial-bug: 2083985 Depends-on: https://review.opendev.org/c/starlingx/config/+/932120 Change-Id: Ie18f4b65ad3c360f63589c8651bdb726bfc086d7 Signed-off-by: Igor Soares <Igor.PiresSoares@windriver.com>
This commit is contained in:
parent
673bbf711d
commit
7dabd6f577
@ -7,7 +7,7 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: stx-platform
|
||||
name: stx-platform-ceph
|
||||
spec:
|
||||
url: http://192.168.206.1:8080/helm_charts/stx-platform
|
||||
interval: 1m
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
version: REPLACE_HELM_CHART_VERSION
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: stx-platform
|
||||
name: stx-platform-ceph
|
||||
interval: 1m
|
||||
timeout: 30m
|
||||
test:
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
version: REPLACE_HELM_CHART_VERSION
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: stx-platform
|
||||
name: stx-platform-ceph
|
||||
interval: 1m
|
||||
timeout: 30m
|
||||
test:
|
||||
|
@ -18,7 +18,7 @@ spec:
|
||||
version: REPLACE_HELM_CHART_VERSION
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: stx-platform
|
||||
name: stx-platform-ceph
|
||||
interval: 1m
|
||||
timeout: 30m
|
||||
test:
|
||||
|
Loading…
Reference in New Issue
Block a user