diff --git a/charts/prometheus-pve-exporter/Chart.yaml b/charts/prometheus-pve-exporter/Chart.yaml index d0c9194..41f77dd 100644 --- a/charts/prometheus-pve-exporter/Chart.yaml +++ b/charts/prometheus-pve-exporter/Chart.yaml @@ -3,7 +3,7 @@ kubeVersion: ">=1.23.0-0" name: prometheus-pve-exporter description: prometheus-pve-exporter helm chart for Kubernetes type: application -version: 1.0.0 +version: 1.0.1 # image: prompve/prometheus-pve-exporter appVersion: "3.4.6" maintainers: diff --git a/charts/prometheus-pve-exporter/README.md b/charts/prometheus-pve-exporter/README.md index 29e3d77..98a442f 100644 --- a/charts/prometheus-pve-exporter/README.md +++ b/charts/prometheus-pve-exporter/README.md @@ -1,6 +1,6 @@ # prometheus-pve-exporter -![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.5](https://img.shields.io/badge/AppVersion-3.4.5-informational?style=flat-square) +![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.6](https://img.shields.io/badge/AppVersion-3.4.6-informational?style=flat-square) prometheus-pve-exporter helm chart for Kubernetes @@ -27,7 +27,7 @@ helm install prometheus-pve-exporter oci://ghcr.io/m0nsterrr/helm-charts/prometh Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) : ```console -cosign verify ghcr.io/m0nsterrr/helm-charts/prometheus-pve-exporter:1.0.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac +cosign verify ghcr.io/m0nsterrr/helm-charts/prometheus-pve-exporter:1.0.1 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac tions.githubusercontent.com ```