Skip to content

Commit 193f616

Browse files
authored
🤖 helm chart to v0.18.1 (#786)
1 parent cd385b9 commit 193f616

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

install/chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cyclops
33
description: Cyclops Helm chart
44
type: application
5-
version: "0.14.3"
6-
appVersion: "v0.18.0"
5+
version: "0.14.4"
6+
appVersion: "v0.18.1"
77
home: https://cyclops-ui.com/
88
keywords:
99
- Devops

install/chart/templates/cyclops-ctrl/deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
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 }}

0 commit comments

Comments
 (0)