File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ services:
50
50
APP_LOG_LEVEL : info
51
51
DEV_OTEL_EXPORTER_OTLP_ENDPOINT : ${DEV_OTEL_EXPORTER_OTLP_ENDPOINT:-http://localhost:8030/otel}
52
52
DEPLOY_REGISTRY_HOST : ${DOCKER_REGISTRY_URL:-localhost:5000}
53
+ DEPLOY_REGISTRY_NAMESPACE : ${DOCKER_REGISTRY_NAMESPACE:-trigger}
53
54
OBJECT_STORE_BASE_URL : ${OBJECT_STORE_BASE_URL:-http://minio:9000}
54
55
OBJECT_STORE_ACCESS_KEY_ID : ${OBJECT_STORE_ACCESS_KEY_ID}
55
56
OBJECT_STORE_SECRET_ACCESS_KEY : ${OBJECT_STORE_SECRET_ACCESS_KEY}
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : trigger
3
3
description : The official Trigger.dev Helm chart
4
4
type : application
5
- version : 4.0.0-beta.18
6
- appVersion : v4.0.0-v4-beta.23
5
+ version : 4.0.0-beta.19
6
+ appVersion : v4.0.0-v4-beta.26.1
7
7
home : https://trigger.dev
8
8
sources :
9
9
- https://github.com/triggerdotdev/trigger.dev
You can’t perform that action at this time.
0 commit comments