File tree 2 files changed +5
-0
lines changed 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ metadata:
8
8
name : installer-devtron
9
9
namespace : devtroncd
10
10
spec :
11
+ {{- if $.Values.devtronEnterprise.enabled }}
12
+ url : https://raw.githubusercontent.com/{{ $.Values.installer.repo }}/refs/tags/devtron-enterprise-{{ $.Values.installer.release }}/charts/devtron-enterprise/installation-script
13
+ {{- else }}
11
14
{{- if or (eq $.Values.installer.source "gitee") (eq $.Values.installer.source "Gitee")}}
12
15
url : https://gitee.com/{{ $.Values.installer.repo }}/raw/{{ $.Values.installer.release }}/manifests/installation-script
13
16
{{- else }}
14
17
url : https://raw.githubusercontent.com/{{ $.Values.installer.repo }}/{{ $.Values.installer.release }}/manifests/installation-script
15
18
{{- end }}
19
+ {{- end }}
16
20
reSync : true
17
21
{{- end }}
18
22
{{- end }}
Original file line number Diff line number Diff line change 34
34
CI_WORKFLOW_EXECUTOR_TYPE : SYSTEM
35
35
DEVTRON_INSTALLATION_TYPE : enterprise
36
36
DEVTRON_VERSION_IDENTIFIER_IN_HELM_VALUES : " devtron.installer.release"
37
+ DEVTRON_BOM_URL : https://github.com/devtron-labs/charts/blob/devtron-enterprise-%s/charts/devtron-enterprise/devtron-bom.yaml
37
38
{{- end }}
38
39
{{- if $.Values.installer.modules }}
39
40
{{- if has "cicd" $.Values.installer.modules }}
You can’t perform that action at this time.
0 commit comments