From d51f7020dbb1fac47e4794babdb9b2771b95bb0b Mon Sep 17 00:00:00 2001 From: Rares Matei Date: Tue, 19 Nov 2024 18:37:42 +0000 Subject: [PATCH] add missing proxy env var to frontend --- charts/nx-cloud/Chart.yaml | 2 +- charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/nx-cloud/Chart.yaml b/charts/nx-cloud/Chart.yaml index ca50f2b..34b28a7 100644 --- a/charts/nx-cloud/Chart.yaml +++ b/charts/nx-cloud/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nx-cloud description: Nx Cloud Helm Chart type: application -version: 0.15.13 +version: 0.15.14 maintainers: - name: nx url: "https://nx.app/" diff --git a/charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml b/charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml index e2c5888..0352002 100644 --- a/charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml +++ b/charts/nx-cloud/templates/nx-cloud-frontend-deployment.yaml @@ -60,6 +60,7 @@ spec: {{- include "nxCloud.env.verboseLogging" . | indent 12 }} {{- include "nxCloud.env.mode" . | indent 12 }} {{- include "nxCloud.env.mongoSecrets" . | indent 12 }} + {{- include "nxCloud.frontend.scm.all" . | indent 12 }} {{- include "nxCloud.env.nxCloudAppUrl" . | indent 12 }} {{- include "nxCloud.frontend.auth" . | indent 12 }} {{- include "nxCloud.workflows.serviceTarget" . | indent 12 }}