From e0bf89ba376d760337286dffdc7cbb2f23fc6da3 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Sat, 22 Nov 2025 08:53:51 +0100 Subject: [PATCH] charts/apacheds: 0.0.6 - add https prefix to renovate comment --- charts/apacheds/Chart.yaml | 8 ++++---- charts/apacheds/README.md | 16 +++++++++++++++- charts/apacheds/README_CHANGELOG.md.gotmpl | 14 ++++++++++++++ 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/charts/apacheds/Chart.yaml b/charts/apacheds/Chart.yaml index 094d6de..f807710 100644 --- a/charts/apacheds/Chart.yaml +++ b/charts/apacheds/Chart.yaml @@ -1,10 +1,10 @@ --- apiVersion: v2 -# renovate datasource=docker registryUrl=docker.io depName=johanneskastl/apacheds +# renovate datasource=docker registryUrl=https://docker.io depName=johanneskastl/apacheds appVersion: 2.0.0-AM26-startupProbe description: ApacheDS is a LDAP server written in Java name: apacheds -version: 0.0.5 +version: 0.0.6 kubeVersion: ">=1.16.0-0" keywords: - LDAP @@ -23,5 +23,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 to renovate comment diff --git a/charts/apacheds/README.md b/charts/apacheds/README.md index 3ff2424..5b23c87 100644 --- a/charts/apacheds/README.md +++ b/charts/apacheds/README.md @@ -1,6 +1,6 @@ # apacheds -![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![AppVersion: 2.0.0-AM26-startupProbe](https://img.shields.io/badge/AppVersion-2.0.0--AM26--startupProbe-informational?style=flat-square) +![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![AppVersion: 2.0.0-AM26-startupProbe](https://img.shields.io/badge/AppVersion-2.0.0--AM26--startupProbe-informational?style=flat-square) ApacheDS is a LDAP server written in Java @@ -219,6 +219,20 @@ 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 0.0.6 + +#### Added + +N/A + +#### Changed + +* add https prefix to renovate comment + +#### Fixed + +N/A + ### Version 0.0.5 #### Added diff --git a/charts/apacheds/README_CHANGELOG.md.gotmpl b/charts/apacheds/README_CHANGELOG.md.gotmpl index 617c0ef..14f2ea8 100644 --- a/charts/apacheds/README_CHANGELOG.md.gotmpl +++ b/charts/apacheds/README_CHANGELOG.md.gotmpl @@ -10,6 +10,20 @@ 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 0.0.6 + +#### Added + +N/A + +#### Changed + +* add https prefix to renovate comment + +#### Fixed + +N/A + ### Version 0.0.5 #### Added