From ccfac1c85f17ffd7548f367d68c26166b91602b6 Mon Sep 17 00:00:00 2001 From: Sagar Mamdapure Date: Fri, 30 Sep 2022 12:01:02 +0530 Subject: [PATCH] feat(lmc): release rt builds for QA (#100) Co-authored-by: Sagar Mamdapure --- 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 83e4a16..254229d 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.0-rc14 +version: 1.1.0-rt01 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: "2.2.0-rc10" + version: "2.2.0-rt01" repository: https://logicmonitor.github.io/helm-charts-qa # 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: "1.1.0-rc08" + version: "1.1.0-rt01" repository: https://logicmonitor.github.io/helm-charts-qa # uncomment to test umbrella chart in while developing # repository: file://../collectorset-controller