Skip to content

Commit

Permalink
bump enterprise image to v4.9.4 (#321)
Browse files Browse the repository at this point in the history
Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter authored Dec 15, 2023
1 parent d7e3063 commit a4449f0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 4 additions & 0 deletions stable/anchore-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stable/anchore-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,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: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.
Expand Down

0 comments on commit a4449f0

Please sign in to comment.