Skip to content

Commit

Permalink
bumping image version for feeds to 5.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <[email protected]>
  • Loading branch information
HN23 committed Apr 15, 2024
1 parent e239768 commit f5c820d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions stable/feeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ anchoreConfig:
| `url` | Set a custom feeds URL. Useful when using a feeds service endpoint that is external from the cluster. | `""` |
| `fullnameOverride` | overrides the fullname set on resources | `""` |
| `nameOverride` | overrides the name set on resources | `""` |
| `image` | Image used for feeds deployment | `docker.io/anchore/enterprise:v5.4.0` |
| `image` | Image used for feeds deployment | `docker.io/anchore/enterprise:v5.4.1` |
| `imagePullPolicy` | Image pull policy used by all deployments | `IfNotPresent` |
| `imagePullSecretName` | Name of Docker credentials secret for access to private repos | `anchore-enterprise-pullcreds` |
| `serviceAccountName` | Name of a service account used to run all Feeds pods | `""` |
Expand Down Expand Up @@ -368,7 +368,6 @@ anchoreConfig:
| `configOverride` | Allows for overriding the default Anchore configuration file | `{}` |
| `scripts` | Collection of helper scripts usable in all anchore enterprise pods | `{}` |
### Anchore Feeds Configuration Parameters
| Name | Description | Value |
Expand Down Expand Up @@ -408,7 +407,6 @@ anchoreConfig:
| `anchoreConfig.feeds.drivers.github.enabled` | Enable GitHub advisory feeds (requires GitHub PAT) | `false` |
| `anchoreConfig.feeds.drivers.github.token` | GitHub developer personal access token with zero permission scopes | `""` |
### Anchore Feeds Database Parameters
| Name | Description | Value |
Expand All @@ -423,7 +421,6 @@ anchoreConfig:
| `feeds-db.primary.extraEnvVars` | An array to add extra environment variables | `[]` |
| `feeds-db.image.tag` | Specifies the image to use for this chart. | `13.11.0-debian-11-r15` |
### Feeds Gem Database Parameters
| Name | Description | Value |
Expand All @@ -438,7 +435,6 @@ anchoreConfig:
| `gem-db.primary.extraEnvVars` | An array to add extra environment variables | `[]` |
| `gem-db.image.tag` | Specifies the image to use for this chart. | `13.11.0-debian-11-r15` |
### Anchore Feeds Upgrade Job Parameters
| Name | Description | Value |
Expand All @@ -457,7 +453,6 @@ anchoreConfig:
| `feedsUpgradeJob.resources` | Resources for the Anchore Feeds upgrade job | `{}` |
| `feedsUpgradeJob.ttlSecondsAfterFinished` | The time period in seconds the upgrade job, and it's related pods should be retained for | `-1` |
### Ingress Parameters
| Name | Description | Value |
Expand All @@ -470,7 +465,6 @@ anchoreConfig:
| `ingress.tls` | Configure tls for the ingress resource | `[]` |
| `ingress.ingressClassName` | sets the ingress class name. As of k8s v1.18, this should be nginx | `nginx` |
### Google CloudSQL DB Parameters
| Name | Description | Value |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ should render proper initContainers:
value: test-release-feeds
- name: ANCHORE_PORT
value: "8448"
image: docker.io/anchore/enterprise-dev:v5.4.1-rc0
image: docker.io/anchore/enterprise:v5.4.1
imagePullPolicy: IfNotPresent
name: wait-for-db
2 changes: 1 addition & 1 deletion stable/feeds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nameOverride: ""

## @param image Image used for feeds deployment
##
image: docker.io/anchore/enterprise-dev:v5.4.1-rc0
image: docker.io/anchore/enterprise:v5.4.1

## @param imagePullPolicy Image pull policy used by all deployments
## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
Expand Down

0 comments on commit f5c820d

Please sign in to comment.