From b62a523f3c75ad2952ff0950c12061963d6958c7 Mon Sep 17 00:00:00 2001 From: Brady Todhunter Date: Thu, 1 Feb 2024 17:51:28 -0800 Subject: [PATCH 1/2] update anchore enterprise image to v5.2.0 Signed-off-by: Brady Todhunter --- stable/feeds/Chart.yaml | 4 ++-- stable/feeds/README.md | 21 +++++++++++---------- stable/feeds/values.yaml | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/stable/feeds/Chart.yaml b/stable/feeds/Chart.yaml index aa555723..f94900d8 100644 --- a/stable/feeds/Chart.yaml +++ b/stable/feeds/Chart.yaml @@ -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: diff --git a/stable/feeds/README.md b/stable/feeds/README.md index 7a8b4145..4be79077 100644 --- a/stable/feeds/README.md +++ b/stable/feeds/README.md @@ -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 @@ -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 | `""` | diff --git a/stable/feeds/values.yaml b/stable/feeds/values.yaml index c21d5d0d..2cbf710d 100644 --- a/stable/feeds/values.yaml +++ b/stable/feeds/values.yaml @@ -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 From 17398d8cd879c5deb044c11837b6ce615eab21c5 Mon Sep 17 00:00:00 2001 From: Brady Todhunter Date: Thu, 1 Feb 2024 17:53:01 -0800 Subject: [PATCH 2/2] update test snapshots Signed-off-by: Brady Todhunter --- .../tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/feeds/tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap b/stable/feeds/tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap index a1c187bc..3a403e51 100644 --- a/stable/feeds/tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap +++ b/stable/feeds/tests/__snapshot__/prehook_upgrade_resources_test.yaml.snap @@ -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