[stable/anchore-engine] update enterprise version to v0.4.1 (#14718)

* update enterprise version to v0.4.1

Signed-off-by: Brady Todhunter <bradyt@anchore.com>

* version bump chart to 1.1.1

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
This commit is contained in:
Brady Todhunter
2019-06-13 12:04:17 -07:00
committed by Kubernetes Prow Robot
parent ea5deb49c5
commit bf53797903
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: anchore-engine
version: 1.1.0
version: 1.1.1
appVersion: 0.4.0
description: Anchore container analysis and policy evaluation engine service
keywords:
+1 -1
View File
@@ -387,7 +387,7 @@ anchoreEnterpriseGlobal:
# Create this secret with the following command - kubectl create secret generic anchore-license --from-file=license.yaml=<PATH TO LICENSE.YAML>
licenseSecretName: anchore-enterprise-license
image: docker.io/anchore/enterprise:v0.4.0
image: docker.io/anchore/enterprise:v0.4.1
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>