Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stable/enterprise: update Enterprise image to v5.3.0 #353

Merged
merged 4 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.2
digest: sha256:896842986ad8aab0e43a41ecb7fb7d61e08cc2c7e71c948563503091c6d9f409
generated: "2024-02-09T14:24:08.790481-08:00"
version: 2.3.0
digest: sha256:ea9b8927f17a3ee6cae7972dd7ff5a7a51ccafbf7f90443d978a096398c0834b
generated: "2024-02-29T11:39:05.180607-08: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.3.5"
appVersion: "5.2.0"
version: "2.4.0"
appVersion: "5.3.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
9 changes: 7 additions & 2 deletions stable/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ This rollback procedure is designed to revert your environment to its pre-migrat

| Name | Description | Value |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.2.0` |
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.3.0` |
| `imagePullPolicy` | Image pull policy used by all deployments | `IfNotPresent` |
| `imagePullSecretName` | Name of Docker credentials secret for access to private repos | `anchore-enterprise-pullcreds` |
| `startMigrationPod` | Spin up a Database migration pod to help migrate the database to the new schema | `false` |
Expand Down Expand Up @@ -1278,7 +1278,7 @@ This rollback procedure is designed to revert your environment to its pre-migrat

| Name | Description | Value |
| ---------------------------- | ----------------------------------------------------------------------------- | ---------------------------------------- |
| `ui.image` | Image used for the Anchore UI container | `docker.io/anchore/enterprise-ui:v5.2.0` |
| `ui.image` | Image used for the Anchore UI container | `docker.io/anchore/enterprise-ui:v5.3.0` |
| `ui.imagePullPolicy` | Image pull policy for Anchore UI image | `IfNotPresent` |
| `ui.existingSecretName` | Name of an existing secret to be used for Anchore UI DB and Redis endpoints | `anchore-enterprise-ui-env` |
| `ui.ldapsRootCaCertName` | Name of the custom CA certificate file store in `.Values.certStoreSecretName` | `""` |
Expand Down Expand Up @@ -1382,6 +1382,11 @@ 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.4.0

- Deploys Anchore Enterprise v5.3.0. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/530/) for more information.
- Bump kubeVersion requirement to allow deployment on Kubernetes v1.29.x clusters.

### V2.3.0

- Deploys Anchore Enterprise v5.2.0. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/520/) 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:v5.2.0
image: docker.io/anchore/enterprise:v5.3.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:v5.2.0
image: docker.io/anchore/enterprise:v5.3.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 @@ -1288,7 +1288,7 @@ simpleQueue:
ui:
## @param ui.image Image used for the Anchore UI container
##
image: docker.io/anchore/enterprise-ui:v5.2.0
image: docker.io/anchore/enterprise-ui:v5.3.0

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