From ad25e38b7d1d884ccad81eb2caae6b51c29cedbc Mon Sep 17 00:00:00 2001 From: "Federico A. Corazza" Date: Sat, 12 Oct 2024 16:45:06 +0200 Subject: [PATCH 1/2] Use standard output by default --- charts/popeye/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/popeye/values.yaml b/charts/popeye/values.yaml index ee4caaa..48eebd8 100644 --- a/charts/popeye/values.yaml +++ b/charts/popeye/values.yaml @@ -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: From f3dc1d24d579b7b62620756fa438d3817ab7f7ac Mon Sep 17 00:00:00 2001 From: "Federico A. Corazza" Date: Sat, 12 Oct 2024 16:45:41 +0200 Subject: [PATCH 2/2] Update popeye chart to version 0.2.0 --- charts/popeye/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/popeye/Chart.yaml b/charts/popeye/Chart.yaml index 4f73926..9cb0e25 100644 --- a/charts/popeye/Chart.yaml +++ b/charts/popeye/Chart.yaml @@ -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: