File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 } ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kubeVersion: '>=1.23.0-0'
33name : seerr-chart
44description : Seerr helm chart for Kubernetes
55type : 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 '
99maintainers :
1010 - name : Seerr Team
1111 url : https://github.com/orgs/seerr-team/people
Original file line number Diff line number Diff line change 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
55Seerr helm chart for Kubernetes
66
You can’t perform that action at this time.
0 commit comments