From 72e53a378520fa47de3f4d2b27603477ebe53910 Mon Sep 17 00:00:00 2001 From: found-it Date: Fri, 5 Feb 2021 19:50:22 -0700 Subject: [PATCH] Found it update comments (#121) * fix comments for enterprise secrets Signed-off-by: James Petersen * bump chart version Signed-off-by: James Petersen --- stable/anchore-engine/Chart.yaml | 2 +- stable/anchore-engine/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index 08e2ff18..40f4203c 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: anchore-engine -version: 1.12.0 +version: 1.12.1 appVersion: 0.9.1 description: Anchore container analysis and policy evaluation engine service keywords: diff --git a/stable/anchore-engine/values.yaml b/stable/anchore-engine/values.yaml index 7d127d1d..f3ee2f96 100644 --- a/stable/anchore-engine/values.yaml +++ b/stable/anchore-engine/values.yaml @@ -626,13 +626,13 @@ anchoreEngineUpgradeJob: anchoreEnterpriseGlobal: enabled: false # Name of kubernetes secret containing your license.yaml file. - # Create this secret with the following command - kubectl create secret generic anchore-license --from-file=license.yaml= + # Create this secret with the following command - kubectl create secret generic anchore-enterprise-license --from-file=license.yaml= licenseSecretName: anchore-enterprise-license image: docker.io/anchore/enterprise:v3.0.0 imagePullPolicy: IfNotPresent # Name of the kubernetes secret containing your dockerhub creds with access to the anchore enterprise images. - # Create this secret with the following command - kubectl create secret docker-registry anchore-dockerhub-creds --docker-server=docker.io --docker-username= --docker-password= --docker-email= + # Create this secret with the following command - kubectl create secret docker-registry anchore-enterprise-pullcreds --docker-server=docker.io --docker-username= --docker-password= --docker-email= imagePullSecretName: anchore-enterprise-pullcreds # Configure the second postgres database instance for the enterprise feeds service.