Skip to content

Commit f593825

Browse files
authored
Merge pull request #112 from pramod444/main
[G2P-3604] Added Novu helm-chart for notification.
2 parents 420268c + 8bd3d31 commit f593825

File tree

133 files changed

+15599
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+15599
-0
lines changed

charts/novu/Chart.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dependencies:
2+
- name: redis
3+
repository: https://openg2p.github.io/openg2p-helm
4+
version: 19.6.4
5+
- name: mongodb
6+
repository: ""
7+
version: 13.18.5
8+
- name: common
9+
repository: https://openg2p.github.io/openg2p-helm
10+
version: 2.30.0
11+
- name: localstack
12+
repository: ""
13+
version: 0.4.3
14+
digest: sha256:046d6c07308ab47376c05501d94c0e37b8e57bb302341777b275bbd17838679c
15+
generated: "2025-12-01T16:15:45.052680649+05:30"

charts/novu/Chart.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: novu
2+
description: A Helm Chart for novu
3+
version: 0.1.6
4+
apiVersion: v2
5+
appVersion: 0.15.0
6+
keywords:
7+
- novu
8+
- notification framework
9+
sources:
10+
- https://github.com/novuhq/novu/tree/next/docker/kubernetes/helm
11+
home: https://novu.co/
12+
dependencies:
13+
- condition: redis.enabled
14+
name: redis
15+
repository: https://openg2p.github.io/openg2p-helm
16+
version: 19.6.4
17+
- condition: mongodb.enabled
18+
alias: mongodb
19+
name: mongodb
20+
version: 13.18.5
21+
- name: common
22+
repository: https://openg2p.github.io/openg2p-helm
23+
version: 2.30.0
24+
- condition: localstack.enabled
25+
name: localstack
26+
version: 0.4.3

charts/novu/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Novu
2+
3+
Helm chart for installing novuhq/community-k8s novu module.
16.2 KB
Binary file not shown.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
- name: common
3+
repository: https://charts.bitnami.com/bitnami
4+
version: 1.11.1
5+
digest: sha256:71cf772fb66d7745ae66be9b49f8364a4f90897a0f694f11ed503088b6833e9a
6+
generated: "2022-10-14T10:59:30.686918808Z"
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
annotations:
2+
category: Infrastructure
3+
apiVersion: v2
4+
appVersion: latest
5+
dependencies:
6+
- name: common
7+
condition: enabled
8+
version: 1.11.1
9+
description: LocalStack - a fully functional local AWS cloud stack
10+
icon: https://localstack.cloud/images/localstack.png
11+
keywords:
12+
- aws
13+
- localstack
14+
maintainers:
15+
- email: info@localstack.cloud
16+
name: LocalStack Team and Community
17+
name: localstack
18+
sources:
19+
- https://localstack.cloud/
20+
- https://github.com/localstack/localstack
21+
type: application
22+
version: 0.4.3

charts/novu/charts/localstack/README.md

Lines changed: 156 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
repositoryID: 0f09afa6-a93e-4e55-9e7a-bf4530c9f387
2+
owners:
3+
- name: Waldemar Hummer
4+
email: waldemar@localstack.cloud
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*~
18+
# Various IDEs
19+
.project
20+
.idea/
21+
*.tmproj
22+
.vscode/

0 commit comments

Comments
 (0)