Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
facorazza committed Oct 12, 2024
2 parents 88cc8d9 + f3dc1d2 commit 32c6f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/popeye/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: popeye
description: "Popeye is a utility that scans live Kubernetes clusters and reports potential issues with deployed resources and configurations."
type: application
version: 0.1.0
version: 0.2.0
appVersion: "v0.21.3"
icon: https://raw.githubusercontent.com/derailed/popeye/master/assets/popeye_logo.png
annotations:
Expand Down
3 changes: 1 addition & 2 deletions charts/popeye/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ cronJob:
successfulJobsHistoryLimit: 1
configuration: {}
# Popeye can generate sanitizer reports in a variety of formats: standard, jurassic, yaml, html, json, junit, prometheus, score
outputFormat: prometheus
# outputFormat: standard
outputFormat: standard
prometheus:
pushgatewayAddress: ""
basicAuth:
Expand Down

0 comments on commit 32c6f46

Please sign in to comment.