Skip to content

Commit

Permalink
fix(lmc): update schema to set proxy through ui (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkumbhar94 authored Oct 12, 2022
1 parent d746d9a commit df22a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/lm-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit df22a4c

Please sign in to comment.