diff --git a/charts/sharry/Chart.yaml b/charts/sharry/Chart.yaml index 410bb8f..67c1b0e 100644 --- a/charts/sharry/Chart.yaml +++ b/charts/sharry/Chart.yaml @@ -1,9 +1,9 @@ --- apiVersion: v2 -appVersion: 1.9.0 +appVersion: 1.10.0 description: Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. name: sharry -version: 6.1.0 +version: 6.2.0 keywords: - file sharing home: https://github.com/johanneskastl/charts/tree/main/charts/sharry @@ -21,4 +21,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: update appVersion to 1.9.0 + description: update appVersion to 1.10.0 diff --git a/charts/sharry/README.md b/charts/sharry/README.md index 787f0ca..6e1a384 100644 --- a/charts/sharry/README.md +++ b/charts/sharry/README.md @@ -1,6 +1,6 @@ # sharry -![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: 1.9.0](https://img.shields.io/badge/AppVersion-1.9.0-informational?style=flat-square) +![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![AppVersion: 1.10.0](https://img.shields.io/badge/AppVersion-1.10.0-informational?style=flat-square) Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared. @@ -91,6 +91,16 @@ All notable changes to this Helm chart will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Version 6.2.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.10.0 + ### Version 6.1.0 #### Added diff --git a/charts/sharry/README_CHANGELOG.md.gotmpl b/charts/sharry/README_CHANGELOG.md.gotmpl index 683d49b..20688cd 100644 --- a/charts/sharry/README_CHANGELOG.md.gotmpl +++ b/charts/sharry/README_CHANGELOG.md.gotmpl @@ -10,6 +10,16 @@ All notable changes to this Helm chart will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Version 6.2.0 + +#### Added + +N/A + +#### Changed + +* update appVersion to 1.10.0 + ### Version 6.1.0 #### Added