diff --git a/charts/radarr/Chart.yaml b/charts/radarr/Chart.yaml index 08ec853..829681f 100644 --- a/charts/radarr/Chart.yaml +++ b/charts/radarr/Chart.yaml @@ -3,9 +3,9 @@ kubeVersion: ">=1.23.0-0" name: radarr description: radarr helm chart for Kubernetes type: application -version: 1.0.0 +version: 1.1.0 # image: ghcr.io/onedr0p/radarr -appVersion: "5.15.1" +appVersion: "5.16.3" maintainers: - name: Ludovic Ortega email: ludovic.ortega@adminafk.fr diff --git a/charts/radarr/README.md b/charts/radarr/README.md index 05a6cd7..5ccfc9b 100644 --- a/charts/radarr/README.md +++ b/charts/radarr/README.md @@ -1,6 +1,6 @@ # radarr -![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: 5.15.1](https://img.shields.io/badge/AppVersion-5.15.1-informational?style=flat-square) +![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.16.3](https://img.shields.io/badge/AppVersion-5.16.3-informational?style=flat-square) radarr helm chart for Kubernetes @@ -27,7 +27,7 @@ helm install radarr oci://ghcr.io/m0nsterrr/helm-charts/radarr Verify the signature with [cosign](https://docs.sigstore.dev/cosign/system_config/installation/) : ```console -cosign verify ghcr.io/m0nsterrr/helm-charts/radarr: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/radarr:1.1.0 --certificate-identity=https://github.com/M0NsTeRRR/helm-charts/.github/workflows/releases.yml@refs/heads/main --certificate-oidc-issuer=https://token.ac tions.githubusercontent.com ```