Skip to content

Commit

Permalink
stable/feeds: update anchore enterprise image to v5.2.0 (#337)
Browse files Browse the repository at this point in the history
* update anchore enterprise image to v5.2.0
* update test snapshots

---------

Signed-off-by: Brady Todhunter <bradyt@anchore.com>
  • Loading branch information
Btodhunter authored Feb 2, 2024
1 parent 11bfda6 commit 6ca8d1f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 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.1.3"
appVersion: "5.1.1"
version: "2.2.0"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.28.x-x
description: Anchore feeds service
keywords:
Expand Down
21 changes: 11 additions & 10 deletions stable/feeds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,16 @@ See the [Anchore Enterprise Feeds](https://docs.anchore.com/current/docs/configu
```yaml
anchoreConfig:
feeds:
github:
enabled: true
# The GitHub feeds driver requires a GitHub developer personal access token with no permission scopes selected.
# See https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
token: your-github-token
# Enable microsoft feeds
msrc:
enabled: true
drivers:
github:
enabled: true
# The GitHub feeds driver requires a GitHub developer personal access token with no permission scopes selected.
# See https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
token: your-github-token
# Enable microsoft feeds
msrc:
enabled: true
```

### Existing Secrets
Expand Down Expand Up @@ -312,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.1.1` |
| `image` | Image used for feeds deployment | `docker.io/anchore/enterprise:v5.2.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
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:v5.1.1
image: docker.io/anchore/enterprise:v5.2.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.1.1
image: docker.io/anchore/enterprise:v5.2.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 6ca8d1f

Please sign in to comment.