charts/apacheds: 0.0.6 - add https prefix to renovate comment

This commit is contained in:
Johannes Kastl
2025-11-22 08:53:51 +01:00
parent b3d24b92c1
commit e0bf89ba37
3 changed files with 33 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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