mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
hotfix mdm metrics issue (#23812)
Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 7.0.0-1
|
||||
description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
|
||||
name: azuremonitor-containers
|
||||
version: 2.7.5
|
||||
version: 2.7.6
|
||||
kubeVersion: "^1.10.0-0"
|
||||
keywords:
|
||||
- monitoring
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
omsagent:
|
||||
image:
|
||||
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
|
||||
tag: "ciprod09162020"
|
||||
tagWindows: "win-ciprod09162020"
|
||||
tag: "ciprod09252020"
|
||||
tagWindows: "win-ciprod09252020"
|
||||
pullPolicy: IfNotPresent
|
||||
dockerProviderVersion: "10.0.0-5"
|
||||
dockerProviderVersion: "10.0.0-6"
|
||||
agentVersion: "1.10.0.1"
|
||||
## To get your workspace id and key do the following
|
||||
## You can create a Azure Loganalytics workspace from portal.azure.com and get its ID & PRIMARY KEY from 'Advanced Settings' tab in the Ux.
|
||||
|
||||
Reference in New Issue
Block a user