Skip to content

Commit

Permalink
add missing proxy env var to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
rarmatei committed Nov 19, 2024
1 parent 8d25c26 commit d51f702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/nx-cloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit d51f702

Please sign in to comment.