update to linux agent ciprod06302020 and add the tolerations for windows (#23099)

Signed-off-by: Ganga Mahesh Siddem <gangams@microsoft.com>
This commit is contained in:
Ganga Mahesh Siddem
2020-07-08 13:40:35 -07:00
committed by GitHub
parent e7a091fd0e
commit 71b2272ba4
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -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.1
version: 2.7.2
kubeVersion: "^1.10.0-0"
keywords:
- monitoring
@@ -76,6 +76,9 @@ spec:
{{- with .Values.omsagent.daemonsetwindows.affinity }}
affinity: {{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.omsagent.tolerations }}
tolerations: {{- toYaml . | nindent 8 }}
{{- end }}
volumes:
- name: docker-windows-kuberenetes-container-logs
hostPath:
@@ -7,10 +7,10 @@
omsagent:
image:
repo: "mcr.microsoft.com/azuremonitor/containerinsights/ciprod"
tag: "ciprod05262020"
tag: "ciprod06302020"
tagWindows: "win-ciprod05262020-2"
pullPolicy: IfNotPresent
dockerProviderVersion: "10.0.0-1"
dockerProviderVersion: "10.0.0-2"
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.