Skip to content

Commit

Permalink
Found it update comments (#121)
Browse files Browse the repository at this point in the history
* fix comments for enterprise secrets

Signed-off-by: James Petersen <[email protected]>

* bump chart version

Signed-off-by: James Petersen <[email protected]>
  • Loading branch information
found-it authored Feb 6, 2021
1 parent ee88474 commit 72e53a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions stable/anchore-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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=<PATH TO LICENSE.YAML>
# Create this secret with the following command - kubectl create secret generic anchore-enterprise-license --from-file=license.yaml=<PATH TO 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=<USERNAME> --docker-password=<PASSWORD> --docker-email=<EMAIL_ADDRESS>
# Create this secret with the following command - kubectl create secret docker-registry anchore-enterprise-pullcreds --docker-server=docker.io --docker-username=<USERNAME> --docker-password=<PASSWORD> --docker-email=<EMAIL_ADDRESS>
imagePullSecretName: anchore-enterprise-pullcreds

# Configure the second postgres database instance for the enterprise feeds service.
Expand Down

0 comments on commit 72e53a3

Please sign in to comment.