Skip to content

Commit 5001833

Browse files
committed
chore(helm): update ghcr.io/seerr-team/seerr ( 3.0.0 → 3.0.1 )
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent 39ae32f commit 5001833

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/renovate/helm.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
description: 'Update appVersion in Chart.yaml to match Docker image',
1717
fileMatch: ['(^|/)Chart\\.yaml$'],
1818
matchStrings: [
19-
'#\\s+renovate:\\s+image=(?<depName>\\S*)\nappVersion:\\s+"(?<currentValue>\\S*)"',
19+
"#\\s+renovate:\\s+image=(?<depName>\\S*)\nappVersion:\\s+'(?<currentValue>\\S*)'",
2020
],
2121
datasourceTemplate: 'docker',
2222
},

charts/seerr-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kubeVersion: '>=1.23.0-0'
33
name: seerr-chart
44
description: Seerr helm chart for Kubernetes
55
type: application
6-
version: 3.0.0
6+
version: 3.0.1
77
# renovate: image=ghcr.io/seerr-team/seerr
8-
appVersion: '3.0.0'
8+
appVersion: '3.0.1'
99
maintainers:
1010
- name: Seerr Team
1111
url: https://github.com/orgs/seerr-team/people

charts/seerr-chart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# seerr-chart
22

3-
![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)
3+
![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)
44

55
Seerr helm chart for Kubernetes
66

0 commit comments

Comments
 (0)