From eafbf0ff9c1f2f1ecee19470fd74629164fb4c87 Mon Sep 17 00:00:00 2001 From: Zach Hill Date: Tue, 27 Aug 2024 09:36:31 -0700 Subject: [PATCH 1/2] fix: mark engine chart as deprecated (#399) Signed-off-by: Zach Hill --- stable/anchore-engine/Chart.yaml | 8 ++------ stable/anchore-engine/README.md | 5 ++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index 422a5630..c6141412 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -1,8 +1,9 @@ apiVersion: v2 name: anchore-engine -version: 1.28.7 +version: 1.28.8 appVersion: 1.1.0 description: Anchore container analysis and policy evaluation engine service +deprecated: true keywords: - analysis - docker @@ -15,11 +16,6 @@ keywords: home: https://anchore.com sources: - https://github.com/anchore/anchore-engine -maintainers: - - name: zhill - email: zach@anchore.com - - name: btodhunter - email: bradyt@anchore.com engine: gotpl icon: https://anchoreprd.wpengine.com/wp-content/uploads/2021/12/favicon.png dependencies: diff --git a/stable/anchore-engine/README.md b/stable/anchore-engine/README.md index 9d012980..492b8540 100644 --- a/stable/anchore-engine/README.md +++ b/stable/anchore-engine/README.md @@ -1,4 +1,7 @@ -# Anchore Helm Chart + +# **Deprecation warning: This chart is deprecated and is no longer maintained. The [Anchore Engine project](https://github.com/anchore/anchore-engine) is EOL as well. Please refer to Anchore Enterprise and the [enterprise](https://github.com/anchore/anchore-charts/tree/main/stable/enterprise) chart for Anchore deployments.** + +# Anchore Engine Helm Chart This chart deploys the Anchore Enterprise container image analysis system. Anchore requires a PostgreSQL database (>=9.6) which may be handled by the chart or supplied externally, and executes in a service-based architecture utilizing the following Anchore Enterprise services: External API, SimpleQueue, Catalog, Policy Engine, Analyzer, GUI, RBAC, Reporting, Notifications and On-premises Feeds. Enterprise services require a valid Anchore Enterprise license, as well as credentials with access to the private DockerHub repository hosting the images. These are not enabled by default. From 59d4e3ed05a279a9610e0817712531a4df62b91c Mon Sep 17 00:00:00 2001 From: Bob Melander Date: Wed, 28 Aug 2024 19:51:29 +0200 Subject: [PATCH 2/2] feat: bump ecs-inventory to 1.3.2 (#398) Signed-off-by: Bob Melander Co-authored-by: Brady Todhunter --- stable/ecs-inventory/Chart.yaml | 4 ++-- stable/ecs-inventory/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/ecs-inventory/Chart.yaml b/stable/ecs-inventory/Chart.yaml index 022f8326..366ce64b 100644 --- a/stable/ecs-inventory/Chart.yaml +++ b/stable/ecs-inventory/Chart.yaml @@ -20,7 +20,7 @@ maintainers: email: hung.nguyen@anchore.com type: application -version: 0.0.8 -appVersion: "1.3.1" +version: 0.0.9 +appVersion: "1.3.2" icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png diff --git a/stable/ecs-inventory/values.yaml b/stable/ecs-inventory/values.yaml index 41a40c6e..3153389a 100644 --- a/stable/ecs-inventory/values.yaml +++ b/stable/ecs-inventory/values.yaml @@ -8,9 +8,9 @@ replicaCount: 1 ## @param image Image used for all Ecs Inventory deployment deployments -## use docker.io/anchore/ecs-inventory:v1.3.1-fips-amd64 if you want an image built for fips use +## use docker.io/anchore/ecs-inventory:v1.3.2-fips-amd64 if you want an image built for fips use ## -image: "docker.io/anchore/ecs-inventory:v1.3.1" +image: "docker.io/anchore/ecs-inventory:v1.3.2" ## @param imagePullPolicy Image pull policy used by all deployments ## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy