Skip to content

Commit

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

Update derailed/popeye Docker tag to v0.21.3
  • Loading branch information
christianhuth authored Aug 29, 2024
2 parents a533d8f + b3b0402 commit bf3e130
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.2
appVersion: "v0.20.2"
version: 2.1.0
appVersion: "v0.21.3"
home: https://github.com/christianhuth/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: URL and name of Helm repository
description: bumped image version to 0.21.3
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.2"` | Overrides the image tag |
| image.tag | string | `"v0.21.3"` | 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.2"
tag: "v0.21.3"

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

0 comments on commit bf3e130

Please sign in to comment.