From fc078f953c7e7e6c2a6ff18dd1054d2ed9665493 Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:37:45 +0100 Subject: [PATCH] set cli tag to v4-beta --- hosting/k8s/helm/templates/webapp.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosting/k8s/helm/templates/webapp.yaml b/hosting/k8s/helm/templates/webapp.yaml index 2b7af1898..a8567cc03 100644 --- a/hosting/k8s/helm/templates/webapp.yaml +++ b/hosting/k8s/helm/templates/webapp.yaml @@ -100,6 +100,8 @@ spec: value: {{ include "trigger-v4.s3.url" . | quote }} - name: GRACEFUL_SHUTDOWN_TIMEOUT value: {{ .Values.webapp.gracefulShutdownTimeout | quote }} + - name: TRIGGER_CLI_TAG + value: "v4-beta" {{- if .Values.webapp.bootstrap.enabled }} - name: TRIGGER_BOOTSTRAP_ENABLED value: "1"