From be251eac61a6a4104ac460c0651e2ce7b8828731 Mon Sep 17 00:00:00 2001 From: Oleksandr Saulyak Date: Thu, 21 Nov 2024 10:58:38 +0200 Subject: [PATCH] event-reporter: new env variable CODEFRESH_RUNTIME_VERSION --- charts/argo-cd/templates/event-reporter/statefulset.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/argo-cd/templates/event-reporter/statefulset.yaml b/charts/argo-cd/templates/event-reporter/statefulset.yaml index 2339bad3..c1ae428c 100644 --- a/charts/argo-cd/templates/event-reporter/statefulset.yaml +++ b/charts/argo-cd/templates/event-reporter/statefulset.yaml @@ -91,6 +91,8 @@ spec: name: argocd-cmd-params-cm key: server.rootpath optional: true + - name: CODEFRESH_RUNTIME_VERSION + value: {{- if .Chart.AppVersion }} - name: CODEFRESH_URL valueFrom: configMapKeyRef: