Skip to content

Commit f118a12

Browse files
committed
make new annotated release
1 parent fdd5371 commit f118a12

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

charts/graylog/Chart.yaml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,55 @@ type: application
77
version: 1.0.0
88
# This is the version number of the Graylog application bundled with this chart.
99
appVersion: "7.0"
10+
home: https://graylog.org
11+
sources:
12+
- https://github.com/graylog2
13+
keywords:
14+
- SIEM
15+
- API
16+
- Triage
17+
- Security
18+
- Observability
19+
- Logs
20+
- Monitoring
21+
- Troubleshooting
22+
- Alerts
23+
annotations:
24+
artifacthub.io/category: security
25+
artifacthub.io/license: Apache-2.0
26+
artifacthub.io/operator: "false"
27+
artifacthub.io/prerelease: "false"
28+
artifacthub.io/images: |
29+
- name: graylog
30+
image: graylog/graylog:7.0
31+
whitelisted: true
32+
platforms:
33+
- linux/amd64
34+
- linux/arm64
35+
- name: graylog-datanode
36+
image: graylog/graylog-datanode:7.0
37+
whitelisted: true
38+
platforms:
39+
- linux/amd64
40+
- linux/arm64
41+
artifacthub.io/changes: |
42+
- kind: added
43+
description: add LICENSE
44+
links:
45+
- name: Create LICENSE
46+
url: https://github.com/Graylog2/graylog-helm/pull/59
47+
- kind: added
48+
description: Support for official MongoDB Kubernetes Operator
49+
links:
50+
- name: Replace bitnami/mongodb dependency
51+
url: https://github.com/Graylog2/graylog-helm/issues/48
52+
- name: Use MongoDB Kubernetes Operator
53+
url: https://github.com/Graylog2/graylog-helm/pull/55
54+
- kind: changed
55+
description: Bump appVersion to "7.0"
56+
- kind: fixed
57+
description: Forwarder ingress TLS condition
58+
links:
59+
- name: fix: forwarder TLS condition
60+
url: https://github.com/Graylog2/graylog-helm/pull/60
61+
artifacthub.io/containsSecurityUpdates: "true"

0 commit comments

Comments
 (0)