Skip to content

Commit

Permalink
feat(release-lmc-3.2.0): release container charts v3.2.0 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Shubhashri Shirode <[email protected]>
  • Loading branch information
shubhashri12 and lmshubhashri authored Feb 16, 2023
1 parent 6a26808 commit 0a7d310
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 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: 3.1.0
version: 3.2.0
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: "5.1.0"
version: "5.2.0"
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: "4.1.0"
version: "4.2.0"
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../collectorset-controller
Expand All @@ -39,4 +39,4 @@ dependencies:
repository: https://logicmonitor.github.io/helm-charts
# uncomment to test umbrella chart in while developing
# repository: file://../lmutil
version: 0.1.1
version: 0.1.6
8 changes: 8 additions & 0 deletions charts/lm-container/templates/ksm-openshift-scc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{{- /*
hard coded "kube-state-metrics" service account name here,
don't have intelligent solution at the moment to dynamically change according to child chart,
importvalues dependency doesn't work
*/ -}}
{{- $saUsers := list (printf "%s:%s" (include "lmutil.release.namespace" .) (printf "%s-kube-state-metrics" .Release.Name)) -}}
{{- $params := list . "lm-nonroot-v2-kube-state-metrics" $saUsers -}}
{{- include "lmutil.openshift-scc-nonroot-v2" $params -}}

0 comments on commit 0a7d310

Please sign in to comment.