From bca90aad8016e579334bb7a1a5811444ce53fa40 Mon Sep 17 00:00:00 2001 From: Kevin Conner Date: Mon, 29 Jul 2024 16:20:02 -0700 Subject: [PATCH] UD-1647: update marvin tags and pull policy to use floating tags Signed-off-by: Kevin Conner --- charts/zora/README.md | 4 ++-- charts/zora/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/zora/README.md b/charts/zora/README.md index 434fc4ef..726868a8 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -108,8 +108,8 @@ The following table lists the configurable parameters of the Zora chart and thei | scan.plugins.marvin.resources | object | `{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"250m","memory":"256Mi"}}` | [Resources](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers) to add to `marvin` container | | scan.plugins.marvin.podAnnotations | object | `{}` | Annotations added to the marvin pods | | scan.plugins.marvin.image.repository | string | `"ghcr.io/undistro/marvin"` | marvin plugin image repository | -| scan.plugins.marvin.image.tag | string | `"v0.2.3"` | marvin plugin image tag | -| scan.plugins.marvin.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy | +| scan.plugins.marvin.image.tag | string | `"v0.2"` | marvin plugin image tag | +| scan.plugins.marvin.image.pullPolicy | string | `"Always"` | Image pull policy | | scan.plugins.marvin.env | list | `[]` | List of environment variables to set in marvin container. | | scan.plugins.marvin.envFrom | list | `[]` | List of sources to populate environment variables in marvin container. | | scan.plugins.trivy.ignoreUnfixed | bool | `false` | Specifies whether only fixed vulnerabilities should be reported | diff --git a/charts/zora/values.yaml b/charts/zora/values.yaml index a3d5377b..ff4e6664 100644 --- a/charts/zora/values.yaml +++ b/charts/zora/values.yaml @@ -192,9 +192,9 @@ scan: # -- marvin plugin image repository repository: ghcr.io/undistro/marvin # -- marvin plugin image tag - tag: v0.2.3 + tag: v0.2 # -- Image pull policy - pullPolicy: IfNotPresent + pullPolicy: Always # -- List of environment variables to set in marvin container. env: [] # -- List of sources to populate environment variables in marvin container.