Skip to content

Commit

Permalink
bumping feeds chart image (#221) (#385)
Browse files Browse the repository at this point in the history
* bumping feeds chart image (#221)

* bumping feeds chart image
* updating chart postgres dep to latest minor version, update tests
* update README.md

---------

Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
  • Loading branch information
HN23 committed May 31, 2024
1 parent 52fe24d commit 37dbcea
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stable/feeds/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 12.5.9
digest: sha256:6670b5909223600bcf27ee6d17622a027aabcff38256ac2352ca58ab0e059fc8
generated: "2023-07-12T14:26:05.057884-07:00"
digest: sha256:d230e687fbd149048ecc6fa77be2bdc7b2c0afc53bbf71212fec001e36f69185
generated: "2024-05-31T14:22:59.354414-04:00"
6 changes: 3 additions & 3 deletions stable/feeds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: feeds
type: application
version: "2.5.3"
appVersion: "5.5.1"
version: "2.6.0"
appVersion: "5.6.0"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.29.x-x
description: Anchore feeds service
keywords:
Expand All @@ -18,7 +18,7 @@ maintainers:
icon: https://anchore.com/wp-content/uploads/2016/08/anchore.png
dependencies:
- name: postgresql
version: "12.5"
version: "~12.5"
repository: "oci://registry-1.docker.io/bitnamicharts"
condition: feeds-db.chartEnabled
alias: feeds-db
Expand Down
6 changes: 5 additions & 1 deletion 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.5.1` |
| `image` | Image used for feeds deployment | `docker.io/anchore/enterprise:v5.6.0` |
| `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 @@ -502,6 +502,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.

### v2.6.x

- Update Anchore Feeds image to v5.6.0. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/560/) for more information.

### v2.5.x

- Update Anchore Feeds image to v5.5.0. See the [Release Notes](https://docs.anchore.com/current/docs/releasenotes/550/) 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:
value: test-release-feeds.test-namespace.svc.cluster.local
- name: ANCHORE_PORT
value: "8448"
image: docker.io/anchore/enterprise:v5.5.1
image: docker.io/anchore/enterprise:v5.6.0
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:v5.5.1
image: docker.io/anchore/enterprise:v5.6.0

## @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 37dbcea

Please sign in to comment.