We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb0807 commit 954f5e0Copy full SHA for 954f5e0
charts/argus/Chart.yaml
@@ -6,9 +6,9 @@ maintainers:
6
- email: [email protected]
7
name: LogicMonitor
8
name: argus
9
-version: 11.1.0-rc01
+version: 11.1.0-rc02
10
home: https://logicmonitor.github.io/helm-charts-qa
11
-appVersion: v15.1.0-rc01
+appVersion: v15.1.0-rc02
12
dependencies:
13
- name: lmutil
14
repository: https://logicmonitor.github.io/helm-charts-qa
charts/argus/templates/_helpers.tpl
@@ -120,7 +120,7 @@ Collector Pod security context
120
{{- define "ksm-url" -}}
121
{{- $url := "" }}
122
{{- $ksm := index .Values "kube-state-metrics" }}
123
-{{- if .Values.ksmUrl }}
+{{- if not (empty .Values.ksmUrl) }}
124
{{- $url = .Values.ksmUrl }}
125
{{- else if $ksm.enabled }}
126
{{- $port := "" }}
0 commit comments