Skip to content

Commit

Permalink
bump enterprise image to v4.9.5 (#335)
Browse files Browse the repository at this point in the history
Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter authored Feb 2, 2024
1 parent 63c05b9 commit 11bfda6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.6
version: 1.28.7
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.7

* Anchore Enterprise image bumped to v4.9.5 - [Release Notes](https://docs.anchore.com/current/docs/releasenotes/495/)

# Chart Version 1.28.4

* Anchore Enterprise image bumped to v4.9.4 - [Release Notes](https://docs.anchore.com/current/docs/releasenotes/494/)
Expand Down
4 changes: 2 additions & 2 deletions stable/anchore-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,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.4
image: docker.io/anchore/enterprise:v4.9.5

imagePullPolicy: IfNotPresent
# Name of the kubernetes secret containing your dockerhub creds with access to the anchore enterprise images.
Expand Down Expand Up @@ -1136,7 +1136,7 @@ anchoreEnterpriseNotifications:
anchoreEnterpriseUi:
# If enabled is set to false, set ui-redis.enabled to false to ensure that helm doesn't stand up a unneccessary redis instance.
enabled: true
image: docker.io/anchore/enterprise-ui:v4.9.0
image: docker.io/anchore/enterprise-ui:v4.9.1
imagePullPolicy: IfNotPresent

# Set extra environment variables. These will be set on all UI containers.
Expand Down

0 comments on commit 11bfda6

Please sign in to comment.