diff --git a/stable/anchore-engine/Chart.yaml b/stable/anchore-engine/Chart.yaml index 9bc9c7c9..0177e49b 100644 --- a/stable/anchore-engine/Chart.yaml +++ b/stable/anchore-engine/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: anchore-engine -version: 1.28.3 +version: 1.28.4 appVersion: 1.1.0 description: Anchore container analysis and policy evaluation engine service keywords: diff --git a/stable/anchore-engine/README.md b/stable/anchore-engine/README.md index 7496908b..b0acc53e 100644 --- a/stable/anchore-engine/README.md +++ b/stable/anchore-engine/README.md @@ -198,6 +198,10 @@ A Helm post-upgrade hook job will shut down all previously running Anchore servi The upgrade will only be considered successful when this job completes successfully. Performing an upgrade will cause the Helm client to block until the upgrade job completes and the new Anchore service pods are started. To view progress of the upgrade process, tail the logs of the upgrade jobs `anchore-engine-upgrade` and `anchore-enterprise-upgrade`. These job resources will be removed upon a successful Helm upgrade. +# Chart Version 1.28.4 + +* Anchore Enterprise image bumped to v4.9.4 - [Release Notes](https://docs.anchore.com/current/docs/releasenotes/494/) + # Chart Version 1.28.0 * Updated ingress configuration to allow exposing both v1 and v2 api endpoints. diff --git a/stable/anchore-engine/values.yaml b/stable/anchore-engine/values.yaml index a869ecfc..ff33b138 100644 --- a/stable/anchore-engine/values.yaml +++ b/stable/anchore-engine/values.yaml @@ -765,7 +765,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:v4.9.3 + image: docker.io/anchore/enterprise:v4.9.4 imagePullPolicy: IfNotPresent # Name of the kubernetes secret containing your dockerhub creds with access to the anchore enterprise images.