From 0680e6f6c4e4daa81fb81f14c45a3f50c697d2b7 Mon Sep 17 00:00:00 2001 From: Brady Todhunter Date: Fri, 3 Sep 2021 10:00:16 -0700 Subject: [PATCH] update images to v3.1.2 & v0.10.2 Signed-off-by: Brady Todhunter --- stable/anchore-engine/Chart.yaml | 4 ++-- stable/anchore-engine/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index 2e002ddd..539cfc59 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -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 diff --git a/stable/anchore-engine/values.yaml b/stable/anchore-engine/values.yaml index 81a9d9d2..f36a2797 100644 --- a/stable/anchore-engine/values.yaml +++ b/stable/anchore-engine/values.yaml @@ -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 @@ -686,7 +686,7 @@ anchoreEnterpriseGlobal: # 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.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= --docker-password= --docker-email=