Skip to content

Commit

Permalink
Bump popeye to v0.11.1 (#3403)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandrian authored Oct 10, 2023
1 parent 453c3d6 commit aa04131
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/popeye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
homepage: https://popeyecli.io
shortDescription: Scans your clusters for potential resource issues
version: v0.7.1
version: v0.11.1
description: |
Popeye is a utility that scans live Kubernetes clusters and reports
potential issues with deployed resources and configurations.
Expand All @@ -25,8 +25,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/derailed/popeye/releases/download/v0.7.1/popeye_Darwin_x86_64.tar.gz
sha256: e5f84baafbfa7170a02c0777e0dac5e7009c19c4b487d512b8f0e21298f10484
uri: https://github.com/derailed/popeye/releases/download/v0.11.1/popeye_Darwin_x86_64.tar.gz
sha256: 80e7012d5b99ce3c0062fae2f2f2097019532565c091001ce933a6f954f4479b
files:
- from: popeye
to: kubectl-popeye
Expand All @@ -37,8 +37,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/derailed/popeye/releases/download/v0.7.1/popeye_Linux_x86_64.tar.gz
sha256: d4d7d776e05a0de5b681cb5421e3d9884103b902142313d8371e4f5e6b3d66dd
uri: https://github.com/derailed/popeye/releases/download/v0.11.1/popeye_Linux_x86_64.tar.gz
sha256: d4471c3f5a3636ce9effc7e5c5d1ebeab44f11e828e4677e31a925cab90b66ae
files:
- from: popeye
to: kubectl-popeye
Expand All @@ -49,8 +49,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/derailed/popeye/releases/download/v0.7.1/popeye_Windows_x86_64.tar.gz
sha256: a743da9715abaf320d3b9391bd0cff8f914300d0cd289a733a29224fde72fea7
uri: https://github.com/derailed/popeye/releases/download/v0.11.1/popeye_Windows_x86_64.tar.gz
sha256: bd13f02fa4a6b7861baca7d38242e0a5d6b52a4073d5b4d6288db882f287f66b
files:
- from: popeye.exe
to: kubectl-popeye.exe
Expand Down

0 comments on commit aa04131

Please sign in to comment.