Skip to content

Commit

Permalink
fix: mark engine chart as deprecated (#399)
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Hill <[email protected]>
  • Loading branch information
zhill authored Aug 27, 2024
1 parent ab9e958 commit eafbf0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 2 additions & 6 deletions stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,11 +16,6 @@ keywords:
home: https://anchore.com
sources:
- https://github.com/anchore/anchore-engine
maintainers:
- name: zhill
email: [email protected]
- name: btodhunter
email: [email protected]
engine: gotpl
icon: https://anchoreprd.wpengine.com/wp-content/uploads/2021/12/favicon.png
dependencies:
Expand Down
5 changes: 4 additions & 1 deletion stable/anchore-engine/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit eafbf0f

Please sign in to comment.