Skip to content

Commit b81530a

Browse files
authored
fix(lmc): change k8s constraint (#65)
Allow LMC in install on prerelease k8s versions
1 parent 847e9af commit b81530a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/lm-container/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apiVersion: v2
22
name: lm-container
33
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
44
type: application
5-
version: 1.1.0-rc01
5+
version: 1.1.0-rc02
66
maintainers:
77
- name: LogicMonitor
88
99
icon: https://logicmonitor.github.io/helm-charts-qa/lm_logo.png
10-
kubeVersion: ">= 1.16.0"
10+
kubeVersion: ">= 1.16.0-0"
1111
dependencies:
1212
- name: argus
1313
# need to explicitly quote to make it string, else json schema fails

0 commit comments

Comments
 (0)