Skip to content

Commit d58030e

Browse files
committed
v4 helm chart
1 parent ec2175f commit d58030e

27 files changed

+3028
-0
lines changed

hosting/k8s/helm/.gitignore

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

hosting/k8s/helm/Chart.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v2
2+
name: trigger
3+
description: The official Trigger.dev Helm chart
4+
type: application
5+
version: 4.0.0-beta.1
6+
appVersion: v4.0.0-v4-beta.21
7+
home: https://trigger.dev
8+
sources:
9+
- https://github.com/triggerdotdev/trigger.dev
10+
keywords:
11+
- trigger
12+
- workflow
13+
- background-jobs
14+
- job-scheduler
15+
- task-queue
16+
- automation
17+
annotations:
18+
category: Development

0 commit comments

Comments
 (0)