Skip to content

Commit 1e9cb08

Browse files
committed
fix(helm): add "v" as prefix for appVersion tag
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
1 parent b499976 commit 1e9cb08

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1
6+
version: 3.0.2
77
# renovate: image=ghcr.io/seerr-team/seerr
8-
appVersion: '3.0.1'
8+
appVersion: 'v3.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.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)
3+
![Version: 3.0.2](https://img.shields.io/badge/Version-3.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.0.1](https://img.shields.io/badge/AppVersion-v3.0.1-informational?style=flat-square)
44

55
Seerr helm chart for Kubernetes
66

0 commit comments

Comments
 (0)