We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4325db7 commit 08e8aeeCopy full SHA for 08e8aee
charts/azuremonitor-containers/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v1
2
appVersion: 7.0.0-1
3
description: Helm chart for deploying Azure Monitor container monitoring agent in Kubernetes
4
name: azuremonitor-containers
5
-version: 3.1.28-test6
+version: 3.1.28
6
kubeVersion: "^1.10.0-0"
7
keywords:
8
- monitoring
charts/azuremonitor-containers/values.yaml
@@ -24,8 +24,8 @@ Azure:
24
amalogs:
25
image:
26
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
27
- tag: "3.1.28-test6"
28
- tagWindows: "win-3.1.28-test6"
+ tag: "3.1.28"
+ tagWindows: "win-3.1.28"
29
pullPolicy: IfNotPresent
30
dockerProviderVersion: "18.0.1-0"
31
agentVersion: "azure-mdsd-1.35.7"
0 commit comments