chart publish prep
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
values-test.yaml
|
||||
values-*.yaml
|
||||
!values.yaml
|
||||
!values-production-example.yaml
|
||||
*.tgz
|
||||
@@ -0,0 +1,17 @@
|
||||
# Exclude version control
|
||||
.git/
|
||||
.gitignore
|
||||
.helmignore
|
||||
|
||||
# Exclude OS files
|
||||
.DS_Store
|
||||
|
||||
# Exclude CI/CD and scripts
|
||||
.github/
|
||||
scripts/
|
||||
|
||||
# Exclude package files
|
||||
*.tgz
|
||||
|
||||
# Exclude additional values files
|
||||
values-*.yaml
|
||||
@@ -551,4 +551,5 @@ helm upgrade --install trigger . \
|
||||
## Support
|
||||
|
||||
- Documentation: https://trigger.dev/docs/self-hosting
|
||||
- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
|
||||
- GitHub Issues: https://github.com/triggerdotdev/trigger.dev/issues
|
||||
- Discord: https://discord.gg/untWVke9aH
|
||||
Reference in New Issue
Block a user