Skip to content

Commit c11fd80

Browse files
Merge pull request #177 from nrwl/release/1.1.1
Release/1.1.1
2 parents b08c220 + efc81c2 commit c11fd80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

charts/nx-cloud/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: nx-cloud
33
description: Nx Cloud Helm Chart
44
type: application
5-
version: 1.1.0
5+
version: 1.1.1
66
maintainers:
77
- name: nx
88
url: "https://nx.app/"

charts/nx-cloud/templates/aggregator/cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
{{- end }}
5353
env:
5454
- name: NX_CLOUD_MODE
55-
value: 'private-enterprise'
55+
value: {{ .Values.global.nxCloudMode | default "private-enterprise" | quote }}
5656
- name: NX_CLOUD_APP_URL
5757
value: {{ .Values.global.nxCloudAppURL }}
5858
{{- if .Values.global.mongodbConnectionString.secretName }}

charts/nx-cloud/templates/api/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
initialDelaySeconds: 30
9898
env:
9999
- name: NX_CLOUD_MODE
100-
value: 'private-enterprise'
100+
value: {{ .Values.global.nxCloudMode | default "private-enterprise" | quote }}
101101
- name: NX_CLOUD_APP_URL
102102
value: {{ .Values.global.nxCloudAppURL }}
103103
{{- if .Values.global.mongodbConnectionString.secretName }}

charts/nx-cloud/templates/frontend/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ spec:
7777
- containerPort: 4202
7878
env:
7979
- name: NX_CLOUD_MODE
80-
value: 'private-enterprise'
80+
value: {{ .Values.global.nxCloudMode | default "private-enterprise" | quote }}
8181
- name: NX_CLOUD_APP_URL
8282
value: {{ .Values.global.nxCloudAppURL }}
8383
- name: NX_API_INTERNAL_PORT

0 commit comments

Comments
 (0)