Skip to content

Commit

Permalink
bumping enterprise chart image to 5.4 (#205)
Browse files Browse the repository at this point in the history
* bumping enterprise chart image to 5.4
* bump feeds chart version

---------

Signed-off-by: Hung Nguyen <[email protected]>
Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
HN23 authored Apr 4, 2024
1 parent d9d6f3a commit ed09d3d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
6 changes: 3 additions & 3 deletions stable/enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 17.11.8
- name: feeds
repository: https://charts.anchore.io/stable
version: 2.3.0
digest: sha256:ea9b8927f17a3ee6cae7972dd7ff5a7a51ccafbf7f90443d978a096398c0834b
generated: "2024-02-29T11:39:05.180607-08:00"
version: 2.4.0
digest: sha256:9179b9a84b9f974b98c1182a25f7d5976a256371cee3733b9ffb9d09d7339c0f
generated: "2024-04-03T17:23:43.082782-07:00"
4 changes: 2 additions & 2 deletions stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: enterprise
version: "2.4.5"
appVersion: "5.3.0"
version: "2.5.0"
appVersion: "5.4.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.29.x-x
description: |
Anchore Enterprise is a complete container security workflow solution for professional teams. Easily integrating with CI/CD systems,
Expand Down
7 changes: 7 additions & 0 deletions stable/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1364,6 +1364,13 @@ For the latest updates and features in Anchore Enterprise, see the official [Rel
- **Minor Chart Version Change (e.g., v0.1.2 -> v0.2.0)**: Indicates a significant change to the deployment that does not require manual intervention.
- **Patch Chart Version Change (e.g., v0.1.2 -> v0.1.3)**: Indicates a backwards-compatible bug fix or documentation update.
### V2.5.x
- Deploys Anchore Enterprise v5.4.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/540/) for more information.
- Anchore Enterprise v5.4.0 introduces changes to how RBAC is managed. The chart has been updated to reflect these changes, no action is required.
- The rbac-manager and rbac-authorizer components are no longer necessary and have been removed from the chart.
- The `rbacManager` and `rbacAuthorizer` sections of the values file have been removed.
### V2.4.x
- Deploys Anchore Enterprise v5.3.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/530/) for more information.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ should render proper initContainers:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/anchore/enterprise-dev:latest
image: docker.io/anchore/enterprise:v5.4.0
imagePullPolicy: IfNotPresent
name: wait-for-db
4 changes: 2 additions & 2 deletions stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ global:

## @param image Image used for all Anchore Enterprise deployments, excluding Anchore UI
##
image: docker.io/anchore/enterprise-dev:latest
image: docker.io/anchore/enterprise:v5.4.0

## @param imagePullPolicy Image pull policy used by all deployments
## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
Expand Down Expand Up @@ -1265,7 +1265,7 @@ simpleQueue:
ui:
## @param ui.image Image used for the Anchore UI container
##
image: docker.io/anchore/enterprise-ui:v5.3.2
image: docker.io/anchore/enterprise-ui:v5.4.0

## @param ui.imagePullPolicy Image pull policy for Anchore UI image
##
Expand Down

0 comments on commit ed09d3d

Please sign in to comment.