From 00dea886c3d815c039e3d67b18fcc6a689b8ce39 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 22 Nov 2025 07:53:40 +0100 Subject: [PATCH] charts/sharry: 6.9.2 - add https prefix in renovate comment --- charts/sharry/Chart.yaml | 8 ++++---- charts/sharry/README.md | 12 +++++++++++- charts/sharry/README_CHANGELOG.md.gotmpl | 10 ++++++++++ 3 files changed, 25 insertions(+), 5 deletions(-) diff --git a/charts/sharry/Chart.yaml b/charts/sharry/Chart.yaml index 7aa301e..37155af 100644 --- a/charts/sharry/Chart.yaml +++ b/charts/sharry/Chart.yaml @@ -1,10 +1,10 @@ --- apiVersion: v2 -# renovate datasource=docker registryUrl=docker.io depName=eikek0/sharry +# renovate datasource=docker registryUrl=https://docker.io depName=eikek0/sharry appVersion: v1.15.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.9.1 +version: 6.9.2 keywords: - file sharing home: https://github.com/johanneskastl/charts/tree/main/charts/sharry @@ -21,5 +21,5 @@ dependencies: version: 5.0.5 annotations: artifacthub.io/changes: |- - - kind: added - description: comment in Chart.yaml to allow updates via Renovatebot + - kind: changed + description: add https prefix in renovate comment diff --git a/charts/sharry/README.md b/charts/sharry/README.md index 9956179..146f294 100644 --- a/charts/sharry/README.md +++ b/charts/sharry/README.md @@ -1,6 +1,6 @@ # sharry -![Version: 6.9.1](https://img.shields.io/badge/Version-6.9.1-informational?style=flat-square) ![AppVersion: v1.15.0](https://img.shields.io/badge/AppVersion-v1.15.0-informational?style=flat-square) +![Version: 6.9.2](https://img.shields.io/badge/Version-6.9.2-informational?style=flat-square) ![AppVersion: v1.15.0](https://img.shields.io/badge/AppVersion-v1.15.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.9.2 + +#### Added + +N/A + +#### Changed + +* add https prefix in renovate comment + ### Version 6.9.1 #### Added diff --git a/charts/sharry/README_CHANGELOG.md.gotmpl b/charts/sharry/README_CHANGELOG.md.gotmpl index b283de6..92b6eb2 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.9.2 + +#### Added + +N/A + +#### Changed + +* add https prefix in renovate comment + ### Version 6.9.1 #### Added