Skip to content

Commit

Permalink
fix(lmc): change k8s constraint (#65)
Browse files Browse the repository at this point in the history
Allow LMC in install on prerelease k8s versions
  • Loading branch information
vkumbhar94 authored Jul 22, 2022
1 parent 847e9af commit b81530a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/lm-container/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v2
name: lm-container
description: A Helm chart for Logicmonitor's Kubernetes monitoring solutions
type: application
version: 1.1.0-rc01
version: 1.1.0-rc02
maintainers:
- name: LogicMonitor
email: argus@logicmonitor.com
icon: https://logicmonitor.github.io/helm-charts-qa/lm_logo.png
kubeVersion: ">= 1.16.0"
kubeVersion: ">= 1.16.0-0"
dependencies:
- name: argus
# need to explicitly quote to make it string, else json schema fails
Expand Down

0 comments on commit b81530a

Please sign in to comment.