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.