Skip to content

Commit

Permalink
Merge pull request #1031 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.11.3
  • Loading branch information
christianhuth authored Feb 3, 2024
2 parents a857bea + 95fe0b3 commit 4f96765
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 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: 1.4.5
appVersion: "v0.11.1"
version: 1.4.6
appVersion: "v0.11.3"
home: https://github.com/christianknell/helm-charts
icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png
maintainers:
Expand All @@ -13,6 +13,9 @@ sources:
- https://github.com/derailed/popeye
annotations:
artifacthub.io/category: security
artifacthub.io/changes: |
- kind: changed
description: bumped image version to v0.11.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/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.11.1"
tag: "v0.11.3"

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

0 comments on commit 4f96765

Please sign in to comment.