From 87fb0dfd6c0cd3ed39cee20b79e08c2ef9b6ffa4 Mon Sep 17 00:00:00 2001 From: Ludovic Ortega Date: Sun, 15 Feb 2026 12:59:01 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20ghcr.io/seerr-team/seer?= =?UTF-8?q?r=20(=203.0.0=20=E2=86=92=203.0.1=20)=20[skip-ci]=20(#2441)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate/helm.json5 | 2 +- charts/seerr-chart/Chart.yaml | 4 ++-- charts/seerr-chart/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate/helm.json5 b/.github/renovate/helm.json5 index 0b479c3a..dd6aced9 100644 --- a/.github/renovate/helm.json5 +++ b/.github/renovate/helm.json5 @@ -16,7 +16,7 @@ description: 'Update appVersion in Chart.yaml to match Docker image', fileMatch: ['(^|/)Chart\\.yaml$'], matchStrings: [ - '#\\s+renovate:\\s+image=(?\\S*)\nappVersion:\\s+"(?\\S*)"', + "#\\s+renovate:\\s+image=(?\\S*)\nappVersion:\\s+'(?\\S*)'", ], datasourceTemplate: 'docker', }, diff --git a/charts/seerr-chart/Chart.yaml b/charts/seerr-chart/Chart.yaml index 3a432c19..e704f3f0 100644 --- a/charts/seerr-chart/Chart.yaml +++ b/charts/seerr-chart/Chart.yaml @@ -3,9 +3,9 @@ kubeVersion: '>=1.23.0-0' name: seerr-chart description: Seerr helm chart for Kubernetes type: application -version: 3.0.0 +version: 3.0.1 # renovate: image=ghcr.io/seerr-team/seerr -appVersion: '3.0.0' +appVersion: '3.0.1' maintainers: - name: Seerr Team url: https://github.com/orgs/seerr-team/people diff --git a/charts/seerr-chart/README.md b/charts/seerr-chart/README.md index a47b34e8..b6ce9d55 100644 --- a/charts/seerr-chart/README.md +++ b/charts/seerr-chart/README.md @@ -1,6 +1,6 @@ # seerr-chart -![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square) +![Version: 3.0.1](https://img.shields.io/badge/Version-3.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.1](https://img.shields.io/badge/AppVersion-3.0.1-informational?style=flat-square) Seerr helm chart for Kubernetes