Skip to content

Commit

Permalink
fix update addon token adapter win image to match AKS RP (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 authored Mar 14, 2024
1 parent 5fbdacd commit 74173d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -485,4 +485,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
---
---

0 comments on commit 74173d9

Please sign in to comment.