Skip to content

Commit

Permalink
update mdsd version in yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
Amol Agrawal committed Nov 1, 2023
1 parent 8a2dd31 commit c89eee0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers-geneva/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
repository: mcr.microsoft.com/azuremonitor/containerinsights/ciprod
tag: "3.1.15"
pullPolicy: IfNotPresent
agentVersion: "azure-mdsd-1.17.1"
agentVersion: "azure-mdsd-1.28.11"
nameOverride: ""
enableInternalMetrics: false
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion charts/azuremonitor-containers/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ amalogs:
tagWindows: "win-3.1.15"
pullPolicy: IfNotPresent
dockerProviderVersion: "18.0.1-0"
agentVersion: "azure-mdsd-1.17.0"
agentVersion: "azure-mdsd-1.28.11"
winAgentVersion: "0.0.0-0" # there is no base agent version for windows agent

# The priority used by the ama-logs priority class for the daemonset pods
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/ama-logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ spec:
component: ama-logs-agent
tier: node
annotations:
agentVersion: "azure-mdsd-1.17.0"
agentVersion: "azure-mdsd-1.28.11"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
kubernetes.azure.com/no-http-proxy-vars: "true"
Expand Down Expand Up @@ -668,7 +668,7 @@ spec:
labels:
rsName: "ama-logs-rs"
annotations:
agentVersion: "azure-mdsd-1.17.0"
agentVersion: "azure-mdsd-1.28.11"
dockerProviderVersion: "18.0.1-0"
schema-versions: "v1"
kubernetes.azure.com/no-http-proxy-vars: "true"
Expand Down

0 comments on commit c89eee0

Please sign in to comment.