From e63477620ac8324fcf915dbedeb3c021e1449ea2 Mon Sep 17 00:00:00 2001 From: kiblik <5609770+kiblik@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:38:14 +0200 Subject: [PATCH] fix(helm): re-add annotation helper --- helm/defectdojo/Chart.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/helm/defectdojo/Chart.yaml b/helm/defectdojo/Chart.yaml index 2807843e533..8c9518fd4d2 100644 --- a/helm/defectdojo/Chart.yaml +++ b/helm/defectdojo/Chart.yaml @@ -17,6 +17,21 @@ dependencies: version: ~19.6.4 repository: "oci://us-docker.pkg.dev/os-public-container-registry/defectdojo" condition: redis.enabled +# For correct syntax, check https://artifacthub.io/docs/topics/annotations/helm/ +# This is example for "artifacthub.io/changes" +# artifacthub.io/changes: | +# - kind: added +# description: Cool feature +# - kind: fixed +# description: Minor bug +# - kind: changed +# description: Broken feature +# - kind: removed +# description: Old bug +# - kind: deprecated +# description: Not-needed feature +# - kind: security +# description: Critical bug annotations: artifacthub.io/prerelease: "true" artifacthub.io/changes: |