Skip to content

Commit

Permalink
UD-1350: Update popeye to v0.21.3 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
knrc authored Apr 1, 2024
1 parent ccf03c1 commit 5a6beb6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/zora/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-1"` | popeye plugin image tag |
| scan.plugins.popeye.image.tag | string | `"0.21.3-6"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/zora/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ scan:
# -- popeye plugin image repository
repository: ghcr.io/undistro/popeye
# -- popeye plugin image tag
tag: 0.21.2-1
tag: 0.21.3-6
# -- List of environment variables to set in popeye container.
env: []
# -- List of sources to populate environment variables in popeye container.
Expand Down
2 changes: 1 addition & 1 deletion config/samples/zora_v1alpha1_plugin_popeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: popeye
spec:
type: misconfiguration
image: ghcr.io/undistro/popeye:0.21.2-1
image: ghcr.io/undistro/popeye:0.21.3-6
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion config/samples/zora_v1alpha1_plugin_popeye_all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ metadata:
name: popeye
spec:
type: misconfiguration
image: ghcr.io/undistro/popeye:0.21.2-1
image: ghcr.io/undistro/popeye:0.21.3-6
resources:
limits:
cpu: 500m
Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-1 misconfiguration 14m
popeye ghcr.io/undistro/popeye:0.21.3-6 misconfiguration 14m
trivy ghcr.io/undistro/trivy:0.50.1-1 vulnerability 14m
```

Expand Down
2 changes: 1 addition & 1 deletion docs/plugins/popeye.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2-1`
:simple-docker: **Image**: `ghcr.io/undistro/popeye:0.21.3-6`

:simple-github: **GitHub repository**: [https://github.com/derailed/popeye](https://github.com/derailed/popeye){:target="_blank"}

Expand Down

0 comments on commit 5a6beb6

Please sign in to comment.