From e55e8ede61d1412d4ffab9c526f2d816b9e01d6b Mon Sep 17 00:00:00 2001 From: mr-bot <project2872_bot1@noreply.repo1.dso.mil> Date: Tue, 31 Jan 2023 19:06:06 +0000 Subject: [PATCH] Anchore: OCI name standardization --- chart/values.yaml | 2 +- chart/values2.0.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/values.yaml b/chart/values.yaml index 2f8c76ac89..2923a14a0c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -1173,7 +1173,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git path: "./chart" - tag: "1.21.1-bb.1" + tag: "1.21.1-bb.2" # -- Flux reconciliation overrides specifically for the Anchore Package flux: diff --git a/chart/values2.0.yaml b/chart/values2.0.yaml index 0365bb0b8d..e6087e2e77 100644 --- a/chart/values2.0.yaml +++ b/chart/values2.0.yaml @@ -196,7 +196,7 @@ addons: anchore: git: null oci: - name: "anchore-engine" + name: "anchore" tag: "1.20.0-bb.1" repo: "registry1" -- GitLab