Skip to content

Commit 613bf98

Browse files
committed
fix: image reference in template
1 parent 273e9f7 commit 613bf98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/openshift/d365api.deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ objects:
3333
app: '${APP_NAME}-d365api-${ENVIRONMENT}'
3434
spec:
3535
containers:
36-
- image: image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/${REPO_NAME}api:${TAG}
36+
- image: image-registry.openshift-image-registry.svc:5000/${NAMESPACE}/${REPO_NAME}api-${BRANCH}:${TAG}
3737
imagePullPolicy: Always
3838
volumeMounts:
3939
# - name: tls-certs

0 commit comments

Comments
 (0)