File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : cyclops
33description : Cyclops Helm chart
44type : application
5- version : " 0.14.3 "
6- appVersion : " v0.18.0 "
5+ version : " 0.14.4 "
6+ appVersion : " v0.18.1 "
77home : https://cyclops-ui.com/
88keywords :
99 - Devops
Original file line number Diff line number Diff line change 2828 - name : DISABLE_TELEMETRY
2929 value : {{ ((.Values.global).disableTelemetry) | quote }}
3030 {{- end }}
31+ {{- if ((.Values.global).installManager) }}
32+ - name : INSTALL_MANAGER
33+ value : {{ .Values.global.installManager | quote }}
34+ {{- end }}
3135 {{- include "cyclops-ctrl.watchNamespace" . | nindent 12 }}
3236 {{- include "cyclops-ctrl.moduleTargetNamespace" . | nindent 12 }}
3337 {{- include "cyclops-ctrl.watchNamespaceHelm" . | nindent 12 }}
You can’t perform that action at this time.
0 commit comments