Revert "Revert "feat(x509-certificate-exporter): release chart v1.20.0, app v2.12.0""

This reverts commit c51f52b2b30006384e1c6311966abddb238d179d.
This commit is contained in:
Thibault VINCENT
2022-06-14 12:35:02 +02:00
committed by Arthur Chaloin
parent bd6f9f7b7f
commit 2977aed979
2 changed files with 3 additions and 12 deletions
+3 -10
View File
@@ -1,21 +1,14 @@
# when bumping version, please:
# - replace the "changes" annotation with new content
# - update "containsSecurityUpdates" if needed
version: 1.19.0
appVersion: 2.12.1
version: 1.20.0
appVersion: 2.12.0
annotations:
<<<<<<< HEAD
artifacthub.io/containsSecurityUpdates: 'false'
artifacthub.io/prerelease: 'false'
=======
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/prerelease: "false"
>>>>>>> 722e92a (Revert "feat(x509-certificate-exporter): release chart v1.20.0, app v2.12.0")
artifacthub.io/license: MIT
artifacthub.io/changes: |
- "Now watch certificates in the `ca.crt` key of Kubernetes Secrets by default ; upgrading could raise new alerts on existing deployments (ie: for Let's Encrypt legacy chain), unless value `secretTypes` was set"
- "exporter: fix Kubernetes Secrets selection with duplicated types"
- "exporter: new build resolves security scan alerts for app dependencies and container base image"
- "Reverted to exporter version 2.12.0, and defaults values from chart version 1.18.0 ; a bug is being investigated"
artifacthub.io/links: |
- name: Chart Sources
url: https://github.com/enix/helm-charts/tree/master/charts/x509-certificate-exporter
-2
View File
@@ -116,8 +116,6 @@ secretsExporter:
secretTypes:
- type: kubernetes.io/tls
key: tls.crt
- type: kubernetes.io/tls
key: ca.crt
# -- Restrict the list of namespaces the TLS Secrets exporter should scan for certificates to watch (all namespaces if empty)
includeNamespaces: []