From 8622aa50ea920087f01d4625622fe66bedceed26 Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Wed, 25 Jan 2023 18:03:46 +0000 Subject: [PATCH] ArgoCD: Rename chart for consistency with OCI --- chart/values.yaml | 2 +- chart/values2.0.yaml | 4 ++-- tests/test-values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index ddf323c5a7..4bfc19bed4 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -773,7 +773,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git path: "./chart" - tag: "5.16.1-bb.1" + tag: "5.16.1-bb.2" # -- Flux reconciliation overrides specifically for the ArgoCD Package flux: {} diff --git a/chart/values2.0.yaml b/chart/values2.0.yaml index 2eecd35bc2..d56e2c733c 100644 --- a/chart/values2.0.yaml +++ b/chart/values2.0.yaml @@ -140,7 +140,7 @@ addons: argocd: git: null oci: - name: "argo-cd" + name: "argocd" tag: "5.5.7-bb.5" repo: "registry1" @@ -303,4 +303,4 @@ packages: configMaps: {} # -- Values to pass through to package Helm chart - values: {} \ No newline at end of file + values: {} diff --git a/tests/test-values.yaml b/tests/test-values.yaml index 0e69056d34..c5e13d8f41 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -177,7 +177,7 @@ gatekeeper: - sonarqube/sonarqube-cypress-test - logging/logging-cypress-test - tempo/tempo-cypress-test - - argocd/argo-cd-cypress-test + - argocd/argocd-cypress-test - minio/minio-instance-cypress-test - neuvector/neuvector-cypress-test # Allow kyverno test vectors for Helm test @@ -309,7 +309,7 @@ gatekeeper: - sonarqube/sonarqube-cypress-test - logging/logging-cypress-test - tempo/tempo-cypress-test - - argocd/argo-cd-cypress-test + - argocd/argocd-cypress-test - minio/minio-instance-cypress-test - neuvector/neuvector-cypress-test # Allow kyverno test vectors for Helm test -- GitLab