Skip to content

Commit f63cce6

Browse files
authored
Merge pull request #168 from Sitecore/horizon/10.2.3.08319.864
Add Sitecore Horizon Container Deployment 10.2.3.08319.864
2 parents 9f53486 + 06def06 commit f63cce6

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

compose/horizon/10.2/2009/docker-compose.override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
environment:
55
Sitecore_Horizon_ClientHost: https://${HRZ_HOST}
66
hrz:
7-
image: 'scr.sitecore.com/sxp/modules/sitecore-horizon:3.0-2009'
7+
image: 'scr.sitecore.com/sxp/modules/sitecore-horizon:3.1-2009'
88
isolation: ${ISOLATION}
99
healthcheck:
1010
test: ["CMD", "curl", "-f", "http://localhost/healthz/live"]

compose/horizon/10.2/ltsc2019/docker-compose.override.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
environment:
55
Sitecore_Horizon_ClientHost: https://${HRZ_HOST}
66
hrz:
7-
image: 'scr.sitecore.com/sxp/modules/sitecore-horizon:3.0-ltsc2019'
7+
image: 'scr.sitecore.com/sxp/modules/sitecore-horizon:3.1-ltsc2019'
88
isolation: ${ISOLATION}
99
healthcheck:
1010
test: ["CMD", "curl", "-f", "http://localhost/healthz/live"]

k8s/horizon/10.2/ltsc2019/horizon/kustomization.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
images:
5-
- name: sitecore-horizon
6-
newName: 'scr.sitecore.com/sxp/modules/sitecore-horizon'
7-
newTag: '3.0-ltsc2019'
8-
5+
- name: sitecore-horizon
6+
newName: "scr.sitecore.com/sxp/modules/sitecore-horizon"
7+
newTag: "3.1-ltsc2019"
8+
99
resources:
1010
- hrz.yaml
11-

0 commit comments

Comments
 (0)