From 95306239fbfd26bdbd61a50cc6819df70e33dae2 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 1 Jul 2024 15:31:03 -0400 Subject: [PATCH] Helm release 3.6.0 (#165) * helm 3.6.0 Signed-off-by: Joe Elliott * readme Signed-off-by: Joe Elliott --------- Signed-off-by: Joe Elliott --- helm/cert-exporter/Chart.yaml | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/cert-exporter/Chart.yaml b/helm/cert-exporter/Chart.yaml index 2251eb4..3d1a92e 100644 --- a/helm/cert-exporter/Chart.yaml +++ b/helm/cert-exporter/Chart.yaml @@ -3,5 +3,5 @@ name: cert-exporter description: Monitors and exposes PKI information as Prometheus metrics type: application -version: 3.5.0 +version: 3.6.0 appVersion: v2.12.0 diff --git a/readme.md b/readme.md index b0d6ad5..a9863ff 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # cert-exporter -[![Go Report Card](https://goreportcard.com/badge/github.com/joe-elliott/cert-exporter)](https://goreportcard.com/report/github.com/joe-elliott/cert-exporter) ![binary version](https://img.shields.io/badge/binary%20version-2.12.0-blue) ![helm version](https://img.shields.io/badge/helm%20version-3.15.0-blue) +[![Go Report Card](https://goreportcard.com/badge/github.com/joe-elliott/cert-exporter)](https://goreportcard.com/report/github.com/joe-elliott/cert-exporter) ![binary version](https://img.shields.io/badge/binary%20version-2.12.0-blue) ![helm version](https://img.shields.io/badge/helm%20version-3.6.0-blue) Kubernetes uses PKI certificates for authentication between all major components. These certs are critical for the operation of your cluster but are often opaque to an administrator. This application is designed to parse certificates and export expiration information for Prometheus to scrape.