Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update mdsd to 1.28.11 #1106

Merged
merged 5 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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