Skip to content

Commit

Permalink
Merge pull request #190 from keithmattix/bump-sidecar-image-20240604
Browse files Browse the repository at this point in the history
Bump sidecar image
  • Loading branch information
keithmattix authored Jun 7, 2024
2 parents 31b61b5 + 181557b commit 5cc6053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .pipelines/templates/register-extension.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
steps:
- bash: |
ARC_ACCESS_TOKEN=$(az account get-access-token --resource $(ARC_RESOURCE_TOKEN) | jq -r '.accessToken')
set -e
az login --verbose --identity
ARC_ACCESS_TOKEN=$(az account get-access-token --verbose --resource $(ARC_RESOURCE_TOKEN) | jq -r '.accessToken')
echo "##vso[task.setvariable variable=ARC_ACCESS_TOKEN]$ARC_ACCESS_TOKEN"
displayName: Get Arc Access Token
env:
Expand Down
2 changes: 1 addition & 1 deletion charts/osm-arc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ osm:
deployPrometheus: false
deployJaeger: false
webhookConfigNamePrefix: arc-osm-webhook
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.27.4
sidecarImage: mcr.microsoft.com/oss/envoyproxy/envoy:v1.27.5-hotfix.20240528
osmController:
podLabels: {
app.kubernetes.io/component: osm-controller
Expand Down

0 comments on commit 5cc6053

Please sign in to comment.