From df22a4c526d937863352f6d91369f88b14ea1c23 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumbhar Date: Wed, 12 Oct 2022 15:51:49 +0530 Subject: [PATCH] fix(lmc): update schema to set proxy through ui (#61) --- charts/lm-container/Chart.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lm-container/Chart.yaml b/charts/lm-container/Chart.yaml index b30a0f6..5c4e452 100644 --- a/charts/lm-container/Chart.yaml +++ b/charts/lm-container/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: lm-container description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions type: application -version: 1.1.1-ea01 +version: 1.1.1 maintainers: - name: LogicMonitor email: argus@logicmonitor.com @@ -11,7 +11,7 @@ kubeVersion: ">= 1.16.0-0" dependencies: - name: argus # need to explicitly quote to make it string, else json schema fails - version: "3.1.1-ea01" + version: "3.1.1" repository: https://logicmonitor.github.io/helm-charts # uncomment to test umbrella chart in while developing # repository: file://../argus @@ -22,7 +22,7 @@ dependencies: - monitoring - name: collectorset-controller # need to explicitly quote to make it string, else json schema fails - version: "2.0.1-ea01" + version: "2.0.1" repository: https://logicmonitor.github.io/helm-charts # uncomment to test umbrella chart in while developing # repository: file://../collectorset-controller