From 5b3a1f4911b7105806029557f270888fdf7171c9 Mon Sep 17 00:00:00 2001 From: bhearn7 <blakeeh723@gmail.com> Date: Tue, 24 Aug 2021 13:59:34 -0400 Subject: [PATCH] anchore patch --- chart/templates/anchore/values.yaml | 4 ---- chart/values.yaml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/chart/templates/anchore/values.yaml b/chart/templates/anchore/values.yaml index a877f0c02b..e191cf25ef 100644 --- a/chart/templates/anchore/values.yaml +++ b/chart/templates/anchore/values.yaml @@ -58,10 +58,6 @@ anchoreGlobal: defaultAdminPassword: {{ .Values.addons.anchore.adminPassword }} {{- end }} imagePullSecretName: private-registry - {{- if or (and (not (hasKey .Values.addons.anchore.values "anchoreGlobal.existingSecret")) (not (hasKey .Values.addons.anchore.values "anchoreGlobal.saml.useExistingSecret"))) (not (hasKey .Values.addons.anchore.values "anchoreGlobal.saml.secret")) }} - saml: - secret: "{{ b64enc (randAlphaNum 12) }}" - {{- end }} {{- if .Values.addons.anchore.enterprise.enabled }} anchore-feeds-db: diff --git a/chart/values.yaml b/chart/values.yaml index 79dbaa1974..5167798f7c 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -816,7 +816,7 @@ addons: git: repo: https://repo1.dso.mil/platform-one/big-bang/apps/security-tools/anchore-enterprise.git path: "./chart" - tag: "1.13.0-bb.6" + tag: "1.13.0-bb.7" # -- Flux reconciliation overrides specifically for the Anchore Package flux: -- GitLab