File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ services:
7777      #  DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT: 100
7878      #  Internal OTEL configuration
7979      INTERNAL_OTEL_TRACE_LOGGING_ENABLED : ${INTERNAL_OTEL_TRACE_LOGGING_ENABLED:-0} 
80-       TRIGGER_CLI_TAG : ${TRIGGER_CLI_TAG:-v4-beta} 
8180
8281  postgres :
8382    image : postgres:${POSTGRES_IMAGE_TAG:-14} 
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : trigger 
33description : The official Trigger.dev Helm chart 
44type : application 
5- version : 4.0.0-beta.19  
6- appVersion : v4.0.0-v4-beta.26.1  
5+ version : 4.0.0 
6+ appVersion : v4.0.0 
77home : https://trigger.dev 
88sources :
99  - https://github.com/triggerdotdev/trigger.dev 
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Dashboard: http://localhost:3040/
5252
5353``` bash 
5454#  The --push arg is required when testing locally
55- npx trigger.dev@v4-beta  deploy --push
55+ npx trigger.dev@latest  deploy --push
5656``` 
5757
5858## ⚠️ Security Requirements  
@@ -537,7 +537,7 @@ kubectl port-forward svc/trigger.dev-webapp 3040:3030 --address 0.0.0.0
5375372 .  ** Database connection** : Check PostgreSQL is ready before webapp starts
5385383 .  ** Resource limits** : Increase limits for ClickHouse in constrained environments
5395394 .  ** Config not applying** : Use the pod restart technique above to force config reload
540- 5 .  ** Image pull errors** : When testing locally, deploy with ` npx trigger.dev@v4-beta  deploy --push ` 
540+ 5 .  ** Image pull errors** : When testing locally, deploy with ` npx trigger.dev@latest  deploy --push ` 
541541
542542## Examples  
543543
Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ spec:
229229              value : {{ include "trigger-v4.s3.url" . | quote }} 
230230            - name : GRACEFUL_SHUTDOWN_TIMEOUT 
231231              value : {{ .Values.webapp.gracefulShutdownTimeout | quote }} 
232-             - name : TRIGGER_CLI_TAG 
233-               value : " v4-beta" 
234232            {{- if .Values.webapp.bootstrap.enabled }} 
235233            - name : TRIGGER_BOOTSTRAP_ENABLED 
236234              value : " 1" 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments