mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user