Skip to content

Commit 8239580

Browse files
committed
chart publish prep
1 parent 8c9eb03 commit 8239580

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

hosting/k8s/helm/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
values-test.yaml
21
values-*.yaml
3-
!values.yaml
42
!values-production-example.yaml
53
*.tgz

hosting/k8s/helm/.helmignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Exclude version control
2+
.git/
3+
.gitignore
4+
.helmignore
5+
6+
# Exclude OS files
7+
.DS_Store
8+
9+
# Exclude CI/CD and scripts
10+
.github/
11+
scripts/
12+
13+
# Exclude package files
14+
*.tgz
15+
16+
# Exclude additional values files
17+
values-*.yaml

hosting/k8s/helm/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,4 +551,5 @@ helm upgrade --install trigger . \
551551
## Support
552552

553553
- Documentation: https://trigger.dev/docs/self-hosting
554-
- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
554+
- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
555+
- Discord: https://discord.gg/untWVke9aH

0 commit comments

Comments
 (0)