Skip to content

Commit 7fae6b3

Browse files
authored
Merge pull request #13424 from kiblik/helm_add_helper
fix(helm): re-add annotation hint
2 parents 3e6cf94 + e634776 commit 7fae6b3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

helm/defectdojo/Chart.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,21 @@ dependencies:
1717
version: ~19.6.4
1818
repository: "oci://us-docker.pkg.dev/os-public-container-registry/defectdojo"
1919
condition: redis.enabled
20+
# For correct syntax, check https://artifacthub.io/docs/topics/annotations/helm/
21+
# This is example for "artifacthub.io/changes"
22+
# artifacthub.io/changes: |
23+
# - kind: added
24+
# description: Cool feature
25+
# - kind: fixed
26+
# description: Minor bug
27+
# - kind: changed
28+
# description: Broken feature
29+
# - kind: removed
30+
# description: Old bug
31+
# - kind: deprecated
32+
# description: Not-needed feature
33+
# - kind: security
34+
# description: Critical bug
2035
annotations:
2136
artifacthub.io/prerelease: "true"
2237
artifacthub.io/changes: |

0 commit comments

Comments
 (0)