Skip to content

Commit

Permalink
enterprise: bumping to 3.10.0 for enterprise 5.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Oct 29, 2024
1 parent 263bf97 commit b4f8361
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "3.0.4"
version: "3.1.0"
appVersion: "5.11.0"
kubeVersion: 1.23.x - 1.30.x || 1.23.x-x - 1.30.x-x
description: |
Expand Down
8 changes: 6 additions & 2 deletions stable/enterprise/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ To restore your deployment to using your previous driver configurations:
| Name | Description | Value |
| --------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.10.0` |
| `image` | Image used for all Anchore Enterprise deployments, excluding Anchore UI | `docker.io/anchore/enterprise:v5.11.0` |
| `imagePullPolicy` | Image pull policy used by all deployments | `IfNotPresent` |
| `imagePullSecretName` | Name of Docker credentials secret for access to private repos | `anchore-enterprise-pullcreds` |
| `useExistingPullCredSecret` | forgoes pullcred secret creation and uses the secret defined in imagePullSecretName | `true` |
Expand Down Expand Up @@ -1023,7 +1023,7 @@ To restore your deployment to using your previous driver configurations:
| Name | Description | Value |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| `ui.image` | Image used for the Anchore UI container | `docker.io/anchore/enterprise-ui:v5.10.0` |
| `ui.image` | Image used for the Anchore UI container | `docker.io/anchore/enterprise-ui:v5.11.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 @@ -1146,6 +1146,10 @@ 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.
### V3.1.x
- Deploys Anchore Enterprise v5.11.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/5110/) for more information.
### V3.0.x
- Deploys Anchore Enterprise v5.10.x. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/5100/) for more information.
Expand Down
4 changes: 2 additions & 2 deletions stable/enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:

## @param image Image used for all Anchore Enterprise deployments, excluding Anchore UI
##
image: docker.io/anchore/enterprise:v5.10.0
image: docker.io/anchore/enterprise:v5.11.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 @@ -1433,7 +1433,7 @@ simpleQueue:
ui:
## @param ui.image Image used for the Anchore UI container
##
image: docker.io/anchore/enterprise-ui:v5.10.0
image: docker.io/anchore/enterprise-ui:v5.11.0

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

0 comments on commit b4f8361

Please sign in to comment.