Skip to content

Commit

Permalink
overriding the image tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
deeksha345 committed May 3, 2024
1 parent af04499 commit c1bd5c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/workload-identity-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: testpublic.azurecr.io/workload-identity-webhook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
release: v1.2.2
release: 1.2.2
imagePullSecrets: []
nodeSelector:
kubernetes.io/os: linux
Expand Down
2 changes: 1 addition & 1 deletion deploy/azure-wi-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
envFrom:
- configMapRef:
name: azure-wi-webhook-config
image: testpublic.azurecr.io/workload-identity-webhook:1.2.2
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.2.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: testpublic.azurecr.io/workload-identity-webhook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
release: v1.2.2
release: 1.2.2
imagePullSecrets: []
nodeSelector:
kubernetes.io/os: linux
Expand Down
2 changes: 1 addition & 1 deletion manifest_staging/deploy/azure-wi-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ spec:
envFrom:
- configMapRef:
name: azure-wi-webhook-config
image: testpublic.azurecr.io/workload-identity-webhook:1.2.2
image: mcr.microsoft.com/oss/azure/workload-identity/webhook:v1.2.2
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: testpublic.azurecr.io/workload-identity-webhook
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
release: v1.2.2
release: 1.2.2
imagePullSecrets: []
nodeSelector:
kubernetes.io/os: linux
Expand Down

0 comments on commit c1bd5c4

Please sign in to comment.