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: []