From e0a540d59e65972df97e36f70ac3e3ecbb9e88ca Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Wed, 17 Aug 2022 11:24:55 -0400 Subject: [PATCH] 2.8.0 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 +- release.md | 6 ++++-- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/cert-manager.yaml b/docs/cert-manager.yaml index ba300a0..b6ea2e7 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.7.0 + - image: joeelliott/cert-exporter:v2.8.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/daemonset-prom-operator.yaml b/docs/daemonset-prom-operator.yaml index d2b3139..04a3801 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.7.0 + - image: joeelliott/cert-exporter:v2.8.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/examples/custom-secrets/deployment.yaml b/docs/examples/custom-secrets/deployment.yaml index 30d17ba..76a6bc9 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.7.0 + - image: joeelliott/cert-exporter:v2.8.0 name: cert-exporter command: ["./app"] args: diff --git a/docs/kops-masters.yaml b/docs/kops-masters.yaml index 52b899b..2520438 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.7.0 + - image: joeelliott/cert-exporter:v2.8.0 name: cert-exporter-masters command: ["./app"] args: diff --git a/docs/kops-nodes.yaml b/docs/kops-nodes.yaml index 0770d88..2b02c75 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.7.0 + - image: joeelliott/cert-exporter:v2.8.0 name: cert-exporter-nodes command: ["./app"] args: diff --git a/helm/cert-exporter/Chart.yaml b/helm/cert-exporter/Chart.yaml index 02f8b29..b7fe3c6 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.0.1 -appVersion: v2.7.0 +version: 3.1.0 +appVersion: v2.8.0 diff --git a/readme.md b/readme.md index baf3874..95d2e1b 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.7.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) ![version](https://img.shields.io/badge/version-2.8.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. diff --git a/release.md b/release.md index d486d5b..cc1461f 100644 --- a/release.md +++ b/release.md @@ -6,5 +6,7 @@ # Helm chart -- (optional) Submit a PR which updates the image versions to the latest docker image -- Push a tag in the form `cert-exporter-X.X.X` \ No newline at end of file +- Submit a PR to update the chart version + - (optional) update the image versions to the latest docker image +- Push a tag in the form `cert-exporter-X.X.X` + \ No newline at end of file