From b0b060ae83354a973e31b8f2a73d2cf3d7eed039 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Thu, 19 Dec 2024 20:56:39 +0100 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20ghcr.io/onedr0p/rad?= =?UTF-8?q?arr=20(=205.15.1=20=E2=86=92=205.16.3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ludovic Ortega --- charts/radarr/Chart.yaml | 4 ++-- charts/radarr/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ```