From 2977aed979c5c19c995869cc07a05afb8193d4d3 Mon Sep 17 00:00:00 2001 From: Thibault VINCENT Date: Wed, 24 Nov 2021 14:30:57 +0100 Subject: [PATCH] Revert "Revert "feat(x509-certificate-exporter): release chart v1.20.0, app v2.12.0"" This reverts commit c51f52b2b30006384e1c6311966abddb238d179d. --- Chart.yaml | 13 +++---------- values.yaml | 2 -- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 6907b7b..f29ff4d 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/values.yaml b/values.yaml index 82367b0..2591c29 100644 --- a/values.yaml +++ b/values.yaml @@ -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: []