From a34e5d8ed0c48f86d5f6049f92d68fe1576a9712 Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Wed, 3 Jan 2024 13:30:05 -0500 Subject: [PATCH] Helm v3.5.0 binary v2.12.0 (#154) * updated to 2.12.0 and added helm version Signed-off-by: Joe Elliott * updated vers Signed-off-by: Joe Elliott --------- Signed-off-by: Joe Elliott --- docs/cert-manager.yaml | 2 +- docs/daemonset-prom-operator.yaml | 2 +- docs/examples/custom-secrets/deployment.yaml | 2 +- docs/kops-masters.yaml | 2 +- docs/kops-nodes.yaml | 2 +- helm/cert-exporter/Chart.yaml | 4 ++-- readme.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/cert-manager.yaml b/docs/cert-manager.yaml index 7459251..1d143c6 100644 --- a/docs/cert-manager.yaml +++ b/docs/cert-manager.yaml @@ -18,7 +18,7 @@ spec: spec: serviceAccountName: cert-exporter containers: - - image: joeelliott/cert-exporter:v2.11.0 + - image: joeelliott/cert-exporter:v2.12.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/daemonset-prom-operator.yaml b/docs/daemonset-prom-operator.yaml index dc9dba4..ec3df5f 100644 --- a/docs/daemonset-prom-operator.yaml +++ b/docs/daemonset-prom-operator.yaml @@ -19,7 +19,7 @@ spec: k8s-app: cert-exporter spec: containers: - - image: joeelliott/cert-exporter:v2.11.0 + - image: joeelliott/cert-exporter:v2.12.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/examples/custom-secrets/deployment.yaml b/docs/examples/custom-secrets/deployment.yaml index 671d746..c46d877 100644 --- a/docs/examples/custom-secrets/deployment.yaml +++ b/docs/examples/custom-secrets/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: serviceAccountName: cert-exporter containers: - - image: joeelliott/cert-exporter:v2.11.0 + - image: joeelliott/cert-exporter:v2.12.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/kops-masters.yaml b/docs/kops-masters.yaml index 6cc2af3..5e16d2b 100644 --- a/docs/kops-masters.yaml +++ b/docs/kops-masters.yaml @@ -27,7 +27,7 @@ spec: - key: node-role.kubernetes.io/master effect: NoSchedule containers: - - image: joeelliott/cert-exporter:v2.11.0 + - image: joeelliott/cert-exporter:v2.12.0 name: cert-exporter-masters command: ["./app"] args: diff --git a/docs/kops-nodes.yaml b/docs/kops-nodes.yaml index 5d36242..6ec09af 100644 --- a/docs/kops-nodes.yaml +++ b/docs/kops-nodes.yaml @@ -17,7 +17,7 @@ spec: name: cert-exporter-nodes spec: containers: - - image: joeelliott/cert-exporter:v2.11.0 + - image: joeelliott/cert-exporter:v2.12.0 name: cert-exporter-nodes command: ["./app"] args: diff --git a/helm/cert-exporter/Chart.yaml b/helm/cert-exporter/Chart.yaml index 7997ee5..2251eb4 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.4.1 -appVersion: v2.11.1 +version: 3.5.0 +appVersion: v2.12.0 diff --git a/readme.md b/readme.md index 1297c4f..d77cfa2 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) ![version](https://img.shields.io/badge/version-2.11.0-blue.svg?cacheSeconds=2592000) +[![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/version-2.12.0-blue.svg?cacheSeconds=2592000) ![helm version](https://img.shields.io/badge/version-3.15.0-blue.svg?cacheSeconds=2592000) 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.