Skip to content

Commit

Permalink
Merge pull request #166 from anchore/update-engine-v0102
Browse files Browse the repository at this point in the history
update images to v3.1.2 & v0.10.2
  • Loading branch information
Btodhunter authored Sep 3, 2021
2 parents 0a4d7b9 + 0680e6f commit 15bae90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: anchore-engine
version: 1.14.4
appVersion: 0.10.1
version: 1.14.5
appVersion: 0.10.2
description: Anchore container analysis and policy evaluation engine service
keywords:
- analysis
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 @@ -95,7 +95,7 @@ ingress:
# Global configuration shared by all anchore-engine services.
anchoreGlobal:
# Image used for all anchore engine deployments (excluding enterprise components).
image: docker.io/anchore/anchore-engine:v0.10.1
image: docker.io/anchore/anchore-engine:v0.10.2
imagePullPolicy: IfNotPresent

# Set image pull secret name if using an anchore-engine image from a private registry
Expand Down Expand Up @@ -686,7 +686,7 @@ anchoreEnterpriseGlobal:
# 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.1.1
image: docker.io/anchore/enterprise:v3.1.2
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-enterprise-pullcreds --docker-server=docker.io --docker-username=<USERNAME> --docker-password=<PASSWORD> --docker-email=<EMAIL_ADDRESS>
Expand Down

0 comments on commit 15bae90

Please sign in to comment.