Skip to content

Commit

Permalink
Merge pull request #1081 from christianknell/renovate/popeye-derailed…
Browse files Browse the repository at this point in the history
…-popeye-0.x

chore(deps): update derailed/popeye docker tag to v0.20.2
  • Loading branch information
christianhuth authored Feb 20, 2024
2 parents 6907879 + 665169a commit 3676637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/popeye/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: popeye
description: Popeye - A Kubernetes Cluster Sanitizer
type: application
version: 2.0.0
appVersion: "v0.20.0"
version: 2.0.1
appVersion: "v0.20.2"
home: https://github.com/christianknell/helm-charts
icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png
maintainers:
Expand All @@ -15,7 +15,7 @@ annotations:
artifacthub.io/category: security
artifacthub.io/changes: |
- kind: changed
description: bumped image version to v0.20.0
description: bumped image version to v0.20.2
artifacthub.io/screenshots: |
- title: Popeye is a utility that scans live Kubernetes cluster and reports potential issues with deployed resources and configurations.
url: https://popeyecli.io/assets/d_score.png
2 changes: 1 addition & 1 deletion charts/popeye/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The command removes all the Kubernetes components associated with the chart and
| fullnameOverride | string | `""` | String to fully override `"popeye.fullname"` |
| image.pullPolicy | string | `"Always"` | image pull policy |
| image.repository | string | `"derailed/popeye"` | image repository |
| image.tag | string | `"v0.20.0"` | Overrides the image tag |
| image.tag | string | `"v0.20.2"` | Overrides the image tag |
| imagePullSecrets | list | `[]` | If defined, uses a Secret to pull an image from a private Docker registry or repository. |
| nameOverride | string | `""` | Provide a name in place of `popeye` |
| nodeSelector | object | `{}` | Node labels for pod assignment |
Expand Down
2 changes: 1 addition & 1 deletion charts/popeye/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ image:
# -- image pull policy
pullPolicy: Always
# -- Overrides the image tag
tag: "v0.20.0"
tag: "v0.20.2"

# -- If defined, uses a Secret to pull an image from a private Docker registry or repository.
imagePullSecrets: []
Expand Down

0 comments on commit 3676637

Please sign in to comment.