We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581c21 commit fc078f9Copy full SHA for fc078f9
hosting/k8s/helm/templates/webapp.yaml
@@ -100,6 +100,8 @@ spec:
100
value: {{ include "trigger-v4.s3.url" . | quote }}
101
- name: GRACEFUL_SHUTDOWN_TIMEOUT
102
value: {{ .Values.webapp.gracefulShutdownTimeout | quote }}
103
+ - name: TRIGGER_CLI_TAG
104
+ value: "v4-beta"
105
{{- if .Values.webapp.bootstrap.enabled }}
106
- name: TRIGGER_BOOTSTRAP_ENABLED
107
value: "1"
0 commit comments