diff --git a/charts/zora/README.md b/charts/zora/README.md index 09d3e746..c1c878cf 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -124,7 +124,7 @@ The following table lists the configurable parameters of the Zora chart and thei | scan.plugins.popeye.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 `popeye` container | | scan.plugins.popeye.podAnnotations | object | `{}` | Annotations added to the popeye pods | | scan.plugins.popeye.image.repository | string | `"ghcr.io/undistro/popeye"` | popeye plugin image repository | -| scan.plugins.popeye.image.tag | string | `"0.21.1-4"` | popeye plugin image tag | +| scan.plugins.popeye.image.tag | string | `"0.21.2-1"` | popeye plugin image tag | | scan.plugins.popeye.env | list | `[]` | List of environment variables to set in popeye container. | | scan.plugins.popeye.envFrom | list | `[]` | List of sources to populate environment variables in popeye container. | | kubexnsImage.repository | string | `"ghcr.io/undistro/kubexns"` | kubexns image repository | diff --git a/charts/zora/values.yaml b/charts/zora/values.yaml index fe2243da..91268c53 100644 --- a/charts/zora/values.yaml +++ b/charts/zora/values.yaml @@ -254,7 +254,7 @@ scan: # -- popeye plugin image repository repository: ghcr.io/undistro/popeye # -- popeye plugin image tag - tag: 0.21.1-4 + tag: 0.21.2-1 # -- List of environment variables to set in popeye container. env: [] # -- List of sources to populate environment variables in popeye container. diff --git a/config/samples/zora_v1alpha1_plugin_popeye.yaml b/config/samples/zora_v1alpha1_plugin_popeye.yaml index 96cc40eb..8d981c33 100644 --- a/config/samples/zora_v1alpha1_plugin_popeye.yaml +++ b/config/samples/zora_v1alpha1_plugin_popeye.yaml @@ -10,7 +10,7 @@ metadata: name: popeye spec: type: misconfiguration - image: ghcr.io/undistro/popeye:0.21.1-4 + image: ghcr.io/undistro/popeye:0.21.2-1 resources: limits: cpu: 500m diff --git a/config/samples/zora_v1alpha1_plugin_popeye_all.yaml b/config/samples/zora_v1alpha1_plugin_popeye_all.yaml index 61cdb944..1ec8ad8d 100644 --- a/config/samples/zora_v1alpha1_plugin_popeye_all.yaml +++ b/config/samples/zora_v1alpha1_plugin_popeye_all.yaml @@ -10,7 +10,7 @@ metadata: name: popeye spec: type: misconfiguration - image: ghcr.io/undistro/popeye:0.21.1-4 + image: ghcr.io/undistro/popeye:0.21.2-1 resources: limits: cpu: 500m diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 24dc84f5..682791b0 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -16,7 +16,7 @@ kubectl get plugins -n zora-system ``` NAME IMAGE TYPE AGE marvin ghcr.io/undistro/marvin:v0.2.1 misconfiguration 14m -popeye ghcr.io/undistro/popeye:0.21.1-4 misconfiguration 14m +popeye ghcr.io/undistro/popeye:0.21.2-1 misconfiguration 14m trivy ghcr.io/undistro/trivy:0.50.0-1 vulnerability 14m ``` diff --git a/docs/plugins/popeye.md b/docs/plugins/popeye.md index 7b1c4d63..9ffbbbab 100644 --- a/docs/plugins/popeye.md +++ b/docs/plugins/popeye.md @@ -8,7 +8,7 @@ Popeye is a utility that scans live Kubernetes cluster and reports potential iss :octicons-codescan-24: **Type**: `misconfiguration` -:simple-docker: **Image**: `ghcr.io/undistro/popeye:0.21.1-4` +:simple-docker: **Image**: `ghcr.io/undistro/popeye:0.21.2-1` :simple-github: **GitHub repository**: [https://github.com/derailed/popeye](https://github.com/derailed/popeye){:target="_blank"}