diff --git a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml index baea8c1dc..ee1f49c45 100644 --- a/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml +++ b/otelcollector/deploy/addon-chart/azure-monitor-metrics-addon/values-template.yaml @@ -71,7 +71,7 @@ AzureMonitorMetrics: ImageRepository: "/aks/msi/addon-token-adapter" ImageTag: "master.230804.1" ImageRepositoryWin: "/aks/hcp/addon-token-adapter" - ImageTagWin: "20230120winbeta" + ImageTagWin: "master.240102.1" ArcExtension: ${ARC_EXTENSION} ArcEnableOperator: false # Do not change the below settings. They are reserved for Arc Autonomous diff --git a/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-daemonset.yaml b/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-daemonset.yaml index 0d562a2b2..2c05efee0 100644 --- a/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-daemonset.yaml +++ b/otelcollector/deploy/chart/prometheus-collector/templates/prometheus-collector-daemonset.yaml @@ -416,7 +416,7 @@ spec: - --secret-name=aad-msi-auth-token - --token-server-listening-port=7777 - --health-server-listening-port=9999 - image: "mcr.microsoft.com/aks/hcp/addon-token-adapter:20230120winbeta" + image: "mcr.microsoft.com/aks/hcp/addon-token-adapter:master.240102.1" imagePullPolicy: Always livenessProbe: httpGet: @@ -485,4 +485,4 @@ spec: {{- end }} {{- end }} {{- end }} ---- \ No newline at end of file +---