Skip to content

Commit efc4870

Browse files
authored
chore: update image registry to mcr.microsoft.com/oss/v2 (#1737)
Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
1 parent 04d01a2 commit efc4870

14 files changed

Lines changed: 19 additions & 19 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REGISTRY ?= mcr.microsoft.com/oss/azure/workload-identity
1+
REGISTRY ?= mcr.microsoft.com/oss/v2/azure/workload-identity
22
PROXY_IMAGE_NAME := proxy
33
INIT_IMAGE_NAME := proxy-init
44
WEBHOOK_IMAGE_NAME := webhook

charts/workload-identity-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ helm upgrade -n azure-workload-identity-system [RELEASE_NAME] azure-workload-ide
3232
| Parameter | Description | Default |
3333
| :--------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------ |
3434
| replicaCount | The number of azure-workload-identity replicas to deploy for the webhook | `2` |
35-
| image.repository | Image repository | `mcr.microsoft.com/oss/azure/workload-identity/webhook` |
35+
| image.repository | Image repository | `mcr.microsoft.com/oss/v2/azure/workload-identity/webhook` |
3636
| image.pullPolicy | Image pullPolicy | `IfNotPresent` |
3737
| image.release | The image release tag to use | Current release version: `v1.6.0` |
3838
| imagePullSecrets | Image pull secrets to use for retrieving images from private registries | `[]` |

charts/workload-identity-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
replicaCount: 2
66
image:
7-
repository: mcr.microsoft.com/oss/azure/workload-identity/webhook
7+
repository: mcr.microsoft.com/oss/v2/azure/workload-identity/webhook
88
pullPolicy: IfNotPresent
99
# Overrides the image tag whose default is the chart appVersion.
1010
release: v1.6.0

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
66
- name: manager
7-
newName: mcr.microsoft.com/oss/azure/workload-identity/webhook
7+
newName: mcr.microsoft.com/oss/v2/azure/workload-identity/webhook
88
newTag: v1.6.0
99
configMapGenerator:
1010
- literals:

deploy/azure-wi-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
envFrom:
161161
- configMapRef:
162162
name: azure-wi-webhook-config
163-
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.6.0
163+
image: mcr.microsoft.com/oss/v2/azure/workload-identity/webhook:v1.6.0
164164
imagePullPolicy: IfNotPresent
165165
livenessProbe:
166166
failureThreshold: 6

examples/migration/pod-with-proxy-init-and-proxy-sidecar.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
serviceAccountName: workload-identity-sa
99
initContainers:
1010
- name: init-networking
11-
image: mcr.microsoft.com/oss/azure/workload-identity/proxy-init:v1.6.0
11+
image: mcr.microsoft.com/oss/v2/azure/workload-identity/proxy-init:v1.6.0
1212
securityContext:
1313
capabilities:
1414
add:
@@ -26,6 +26,6 @@ spec:
2626
ports:
2727
- containerPort: 80
2828
- name: proxy
29-
image: mcr.microsoft.com/oss/azure/workload-identity/proxy:v1.6.0
29+
image: mcr.microsoft.com/oss/v2/azure/workload-identity/proxy:v1.6.0
3030
ports:
3131
- containerPort: 8000

manifest_staging/charts/workload-identity-webhook/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ helm upgrade -n azure-workload-identity-system [RELEASE_NAME] azure-workload-ide
3232
| Parameter | Description | Default |
3333
| :--------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------ |
3434
| replicaCount | The number of azure-workload-identity replicas to deploy for the webhook | `2` |
35-
| image.repository | Image repository | `mcr.microsoft.com/oss/azure/workload-identity/webhook` |
35+
| image.repository | Image repository | `mcr.microsoft.com/oss/v2/azure/workload-identity/webhook` |
3636
| image.pullPolicy | Image pullPolicy | `IfNotPresent` |
3737
| image.release | The image release tag to use | Current release version: `v1.6.0` |
3838
| imagePullSecrets | Image pull secrets to use for retrieving images from private registries | `[]` |

manifest_staging/charts/workload-identity-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
replicaCount: 2
66
image:
7-
repository: mcr.microsoft.com/oss/azure/workload-identity/webhook
7+
repository: mcr.microsoft.com/oss/v2/azure/workload-identity/webhook
88
pullPolicy: IfNotPresent
99
# Overrides the image tag whose default is the chart appVersion.
1010
release: v1.6.0

manifest_staging/deploy/azure-wi-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ spec:
160160
envFrom:
161161
- configMapRef:
162162
name: azure-wi-webhook-config
163-
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.6.0
163+
image: mcr.microsoft.com/oss/v2/azure/workload-identity/webhook:v1.6.0
164164
imagePullPolicy: IfNotPresent
165165
livenessProbe:
166166
failureThreshold: 6

pkg/cmd/podidentity/detect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
)
3535

3636
const (
37-
imageRepository = "mcr.microsoft.com/oss/azure/workload-identity"
37+
imageRepository = "mcr.microsoft.com/oss/v2/azure/workload-identity"
3838
imageTag = "v1.6.0"
3939

4040
proxyInitImageName = "proxy-init"

0 commit comments

Comments
 (0)