diff --git a/Chart.yaml b/Chart.yaml index 1e99f4c..e473553 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,20 +1,20 @@ # when bumping version, please: # - replace the "changes" annotation with new content # - update "containsSecurityUpdates" if needed -version: 1.11.0 +version: 1.12.0 # when bumping appVersion, please: # - update the "images" annotation -appVersion: 2.8.0 +appVersion: 2.8.1 annotations: - artifacthub.io/containsSecurityUpdates: "false" + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/prerelease: "false" artifacthub.io/license: MIT artifacthub.io/changes: | - - Added support for PodSecurityPolicies - - Fixed insufficient memory limit for Secrets exporter + - exporter: Base image update (fixes security scan warnings) + - exporter: Fixed metrics descriptions artifacthub.io/images: | - name: x509-certificate-exporter - image: enix/x509-certificate-exporter:2.8.0 + image: enix/x509-certificate-exporter:2.8.1 - name: kube-rbac-proxy image: quay.io/coreos/kube-rbac-proxy:v0.5.0 whitelisted: true