Skip to content

Commit

Permalink
Merge pull request #114 from joe-elliott/helm-release
Browse files Browse the repository at this point in the history
Helm 3.1.0 - cert-exporter 2.8.0
  • Loading branch information
joe-elliott authored Aug 17, 2022
2 parents 007c8b4 + e0a540d commit 0983ba4
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/daemonset-prom-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/custom-secrets/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/kops-masters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/kops-nodes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions helm/cert-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 4 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- 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`

0 comments on commit 0983ba4

Please sign in to comment.