Skip to content

Commit

Permalink
update mdsd to 1.28.11 (#1106)
Browse files Browse the repository at this point in the history
* update mdsd to 1.28.11
* update agentVersion to mdsd version in yamls

---------

Co-authored-by: Amol Agrawal <[email protected]>
  • Loading branch information
pfrcks and Amol Agrawal authored Nov 1, 2023
1 parent 3f6b383 commit 3f57d4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
2 changes: 1 addition & 1 deletion kubernetes/linux/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mv /usr/lib/ruby/gems/3.1.0/specifications/default/uri-0.11.0.gemspec /usr/lib/r
gem uninstall time --version 0.2.0
gem uninstall uri --version 0.11.0

sudo tdnf install -y azure-mdsd-1.27.4
sudo tdnf install -y azure-mdsd-1.28.11
cp -f $TMPDIR/mdsd.xml /etc/mdsd.d
cp -f $TMPDIR/envmdsd /etc/mdsd.d
rm /usr/sbin/telegraf
Expand Down

0 comments on commit 3f57d4c

Please sign in to comment.