Skip to content

Commit 0ee4fbe

Browse files
tobmes42TobMes
andauthored
Add MISP basic helm chart (#354)
Co-authored-by: TobMes <swifter-motor-oink@duck.com>
1 parent 08ab7c2 commit 0ee4fbe

25 files changed

+3247
-0
lines changed

kubernetes/helm-chart/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.6.37 (27.05.25)
4+
- Update config-job
5+
- add sync-server script
6+
7+
## 0.6.36 (12.05.25)
8+
- Replace MySQL by MariaDB

kubernetes/helm-chart/Chart.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
dependencies:
2+
- name: valkey
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 1.0.2
5+
- name: mariadb
6+
repository: https://charts.bitnami.com/bitnami
7+
version: 20.5.3
8+
- name: common
9+
repository: oci://registry-1.docker.io/bitnamicharts
10+
version: 2.31.4
11+
digest: sha256:e402cb79cd50845d4e25ac5d39d86ba0f55ffa766da1159d5c7cf2c3c6032048
12+
generated: "2025-12-22T12:26:04.779853+07:00"

kubernetes/helm-chart/Chart.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
apiVersion: v2
2+
name: misp
3+
description: A Helm chart for deploying MISP on Kubernetes.
4+
5+
# A chart can be either an 'application' or a 'library' chart.
6+
#
7+
# Application charts are a collection of templates that can be packaged into versioned archives
8+
# to be deployed.
9+
#
10+
# Library charts provide useful utilities or functions for the chart developer. They're included as
11+
# a dependency of application charts to inject those utilities and functions into the rendering
12+
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
13+
type: application
14+
15+
# This is the chart version. This version number should be incremented each time you make changes
16+
# to the chart and its templates, including the app version.
17+
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18+
19+
version: 1.0.0
20+
# This is the version number of the application being deployed. This version number should be
21+
# incremented each time you make changes to the application. Versions are not expected to
22+
# follow Semantic Versioning. They should reflect the version the application is using.
23+
# It is recommended to use it with quotes.
24+
appVersion: 2.5.27
25+
26+
keywords:
27+
- misp
28+
29+
dependencies:
30+
- alias: valkey
31+
condition: valkey.enabled
32+
name: valkey
33+
repository: https://charts.bitnami.com/bitnami
34+
version: 1.0.2
35+
- condition: mariadb.enabled
36+
name: mariadb
37+
repository: https://charts.bitnami.com/bitnami
38+
version: 20.5.3
39+
- name: common
40+
repository: oci://registry-1.docker.io/bitnamicharts
41+
version: ^2.23.0

0 commit comments

Comments
 (0)