Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 82efdd5

Browse files
rguthriemsftDavid Tesar
authored andcommitted
Fixacr (#165)
* Fix ACR link in charts
1 parent 0e684e7 commit 82efdd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apis/trips/charts/mydrive-trips/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ green:
1212

1313
replicaCount: 2
1414
repository:
15-
# Fully qualified path to image in ACR (Ex. youracr.azureacr.io/devopsoh/poi-build).
15+
# Fully qualified path to image in ACR (Ex. youracr.azurecr.io/devopsoh/poi-build).
1616
# See deployment scripts in https://github.com/Azure-Samples/openhack-devops-proctor for example usage.
1717
image:
1818
pullPolicy: Always

apis/user-java/charts/mydrive-user-java/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ green:
1212

1313
replicaCount: 2
1414
repository:
15-
# Fully qualified path to image in ACR (Ex. youracr.azureacr.io/devopsoh/poi-build).
15+
# Fully qualified path to image in ACR (Ex. youracr.azurecr.io/devopsoh/poi-build).
1616
# See deployment scripts in https://github.com/Azure-Samples/openhack-devops-proctor for example usage.
1717
image:
1818
pullPolicy: Always

apis/userprofile/charts/mydrive-user/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ green:
1212

1313
replicaCount: 2
1414
repository:
15-
# Fully qualified path to image in ACR (Ex. youracr.azureacr.io/devopsoh/poi-build).
15+
# Fully qualified path to image in ACR (Ex. youracr.azurecr.io/devopsoh/poi-build).
1616
# See deployment scripts in https://github.com/Azure-Samples/openhack-devops-proctor for example usage.
1717
image:
1818
pullPolicy: Always

0 commit comments

Comments
 (0)