Skip to content

Commit

Permalink
Merge pull request #131 from Sitecore/feature/release-10.3.1-csp
Browse files Browse the repository at this point in the history
Update SXP Sitecore Container Deployment to 10.3.1 r009452
  • Loading branch information
sc-eugeniabelinskaya committed Aug 1, 2023
2 parents 11883a7 + b4c6513 commit c999a93
Show file tree
Hide file tree
Showing 70 changed files with 101 additions and 131 deletions.
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2019/upgrade/xm1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2019/upgrade/xm1/upgrade.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ SQL_SERVER=
SQL_USERNAME=
SQL_PASSWORD=
DATABASE_UPGRADE_FROM_VERSION=10.2.0
DATABASE_UPGRADE_TO_VERSION=10.3.0
DATABASE_UPGRADE_TO_VERSION=10.3.1
SITECORE_LICENSE=
ISOLATION=default
ISOLATION=default
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2019/upgrade/xp1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2019/upgrade/xp1/upgrade.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ SQL_PASSWORD=
IS_ALWAYS_ENCRYPTED=
PROCESSING_ENGINE_TASKS_DATABASE_USERNAME=
DATABASE_UPGRADE_FROM_VERSION=10.2.0
DATABASE_UPGRADE_TO_VERSION=10.3.0
DATABASE_UPGRADE_TO_VERSION=10.3.1
SITECORE_LICENSE=
ISOLATION=default
ISOLATION=default
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2019/xm1/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ SITECORE_LICENSE=
CD_HOST=xm1cd.localhost
CM_HOST=xm1cm.localhost
ID_HOST=xm1id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2019/xm1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
6 changes: 2 additions & 4 deletions compose/sxp/10.3/ltsc2019/xm1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ services:
- "traefik.http.routers.cd-secure.rule=Host(`${CD_HOST}`)"
- "traefik.http.routers.cd-secure.tls=true"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
cm:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xm1-cm:${SITECORE_VERSION}
Expand Down Expand Up @@ -181,4 +179,4 @@ services:
- "traefik.http.routers.cm-secure.entrypoints=websecure"
- "traefik.http.routers.cm-secure.rule=Host(`${CM_HOST}`)"
- "traefik.http.routers.cm-secure.tls=true"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2019/xp0/.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ SITECORE_ID_CERTIFICATE_PASSWORD=
SITECORE_LICENSE=
CM_HOST=xp0cm.localhost
ID_HOST=xp0id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2019/xp0/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 1 addition & 3 deletions compose/sxp/10.3/ltsc2019/xp0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ services:
- "traefik.http.routers.cm-secure.tls=true"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
xconnect:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xp0-xconnect:${SITECORE_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2019/xp1/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ SITECORE_LICENSE=
CD_HOST=xp1cd.localhost
CM_HOST=xp1cm.localhost
ID_HOST=xp1id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2019/xp1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 1 addition & 3 deletions compose/sxp/10.3/ltsc2019/xp1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ services:
- "traefik.http.routers.cd-secure.rule=Host(`${CD_HOST}`)"
- "traefik.http.routers.cd-secure.tls=true"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
cm:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xp1-cm:${SITECORE_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2022/upgrade/xm1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2022/upgrade/xm1/upgrade.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ SQL_SERVER=
SQL_USERNAME=
SQL_PASSWORD=
DATABASE_UPGRADE_FROM_VERSION=10.2.0
DATABASE_UPGRADE_TO_VERSION=10.3.0
DATABASE_UPGRADE_TO_VERSION=10.3.1
SITECORE_LICENSE=
ISOLATION=default
ISOLATION=default
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2022/upgrade/xp1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2022/upgrade/xp1/upgrade.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ SQL_PASSWORD=
IS_ALWAYS_ENCRYPTED=
PROCESSING_ENGINE_TASKS_DATABASE_USERNAME=
DATABASE_UPGRADE_FROM_VERSION=10.2.0
DATABASE_UPGRADE_TO_VERSION=10.3.0
DATABASE_UPGRADE_TO_VERSION=10.3.1
SITECORE_LICENSE=
ISOLATION=default
ISOLATION=default
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2022/xm1/.env
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ SITECORE_LICENSE=
CD_HOST=xm1cd.localhost
CM_HOST=xm1cm.localhost
ID_HOST=xm1id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2022/xm1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
6 changes: 2 additions & 4 deletions compose/sxp/10.3/ltsc2022/xm1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,7 @@ services:
- "traefik.http.routers.cd-secure.rule=Host(`${CD_HOST}`)"
- "traefik.http.routers.cd-secure.tls=true"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
cm:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xm1-cm:${SITECORE_VERSION}
Expand Down Expand Up @@ -181,4 +179,4 @@ services:
- "traefik.http.routers.cm-secure.entrypoints=websecure"
- "traefik.http.routers.cm-secure.rule=Host(`${CM_HOST}`)"
- "traefik.http.routers.cm-secure.tls=true"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2022/xp0/.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ SITECORE_ID_CERTIFICATE_PASSWORD=
SITECORE_LICENSE=
CM_HOST=xp0cm.localhost
ID_HOST=xp0id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2022/xp0/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 1 addition & 3 deletions compose/sxp/10.3/ltsc2022/xp0/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,7 @@ services:
- "traefik.http.routers.cm-secure.tls=true"
- "traefik.http.routers.cm-secure.middlewares=force-STS-Header"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
xconnect:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xp0-xconnect:${SITECORE_VERSION}
Expand Down
4 changes: 2 additions & 2 deletions compose/sxp/10.3/ltsc2022/xp1/.env
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ SITECORE_LICENSE=
CD_HOST=xp1cd.localhost
CM_HOST=xp1cm.localhost
ID_HOST=xp1id.localhost
TRAEFIK_IMAGE=traefik:v2.5.3-windowsservercore-1809
TRAEFIK_IMAGE=traefik:v2.9.8-windowsservercore-1809
TRAEFIK_ISOLATION=hyperv
ISOLATION=default
SOLR_CORE_PREFIX_NAME=sitecore
# You should change the shared secret to a random string and not use the default value
MEDIA_REQUEST_PROTECTION_SHARED_SECRET=HQ(NjM(u6_5koVla-cTf4ta8x1h6Sb+ZcUQrULUz-0Afpx0cx-NuMtIoQkpDFmX5
LOG_LEVEL_VALUE=INFO
LOG_LEVEL_VALUE=INFO
2 changes: 1 addition & 1 deletion compose/sxp/10.3/ltsc2022/xp1/compose-init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ function Invoke-ComposeInit {
}

$logFilePath = Join-Path -path (Split-Path -Parent $MyInvocation.MyCommand.Path) -ChildPath "compose-init-$(Get-date -f 'yyyyMMddHHmmss').log";
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
Invoke-ComposeInit *>&1 | Tee-Object $logFilePath
4 changes: 1 addition & 3 deletions compose/sxp/10.3/ltsc2022/xp1/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ services:
- "traefik.http.routers.cd-secure.rule=Host(`${CD_HOST}`)"
- "traefik.http.routers.cd-secure.tls=true"
volumes:
- type: bind
source: .\device-detection-data
target: C:\inetpub\wwwroot\App_Data\DeviceDetection
- "./device-detection-data:C:/inetpub/wwwroot/App_Data/DeviceDetection"
cm:
isolation: ${ISOLATION}
image: ${SITECORE_DOCKER_REGISTRY}sitecore-xp1-cm:${SITECORE_VERSION}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.3.0
10.3.1
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/upgrade/xm1/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ resources:
images:
- name: sitecore-xm1-mssql-upgrade
newName: scr.sitecore.com/sxp/sitecore-xm1-mssql-upgrade
newTag: 10.3-ltsc2019
newTag: 10.3-ltsc2019
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/upgrade/xm1/mssql-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ spec:
- name: Sitecore_ConnectionStrings_Experienceforms
value: Data Source=$(SQL_SERVER);Initial Catalog=$(SQL_DATABASE_PREFIX).Experienceforms;User ID=$(SQL_USER_NAME);Password=$(SQL_PASSWORD);
restartPolicy: Never
backoffLimit: 5
backoffLimit: 5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.3.0
10.3.1
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/upgrade/xp1/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ resources:
images:
- name: sitecore-xp1-mssql-upgrade
newName: scr.sitecore.com/sxp/sitecore-xp1-mssql-upgrade
newTag: 10.3-ltsc2019
newTag: 10.3-ltsc2019
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/xm1/external/solr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ spec:
cpu: 1500m
volumes:
- emptyDir: {}
name: tmp
name: tmp
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/xm1/id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ spec:
persistentVolumeClaim:
claimName: logs
imagePullSecrets:
- name: sitecore-docker-registry
- name: sitecore-docker-registry
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/xm1/ingress-nginx/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ vars:
name: sitecore-hostnames
apiVersion: v1
fieldref:
fieldpath: data.cd-hostname
fieldpath: data.cd-hostname
6 changes: 2 additions & 4 deletions k8s/sxp/10.3/ltsc2019/xm1/init/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

images:
- name: sitecore-xm1-mssql-init
newName: scr.sitecore.com/sxp/sitecore-xm1-mssql-init
newTag: 10.3-ltsc2019
- name: sitecore-xm1-solr-init
newName: scr.sitecore.com/sxp/sitecore-xm1-solr-init
newTag: 10.3-ltsc2019

resources:
- mssql-init.yaml
- solr-init.yaml
- mssql-init.yaml
- solr-init.yaml
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/xm1/init/mssql-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ spec:
name: sitecore-database
key: sitecore-custom-database-prefix-update-from.txt
restartPolicy: Never
backoffLimit: 5
backoffLimit: 5
2 changes: 1 addition & 1 deletion k8s/sxp/10.3/ltsc2019/xm1/init/solr-init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ spec:
name: sitecore-solr
key: sitecore-solr-core-prefix-name.txt
restartPolicy: Never
backoffLimit: 5
backoffLimit: 5
9 changes: 3 additions & 6 deletions k8s/sxp/10.3/ltsc2019/xm1/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

bases:
- configmaps

images:
- name: sitecore-xm1-cd
newName: scr.sitecore.com/sxp/sitecore-xm1-cd
Expand All @@ -14,8 +12,7 @@ images:
- name: sitecore-xm1-id
newName: scr.sitecore.com/sxp/sitecore-id7
newTag: 10.3-ltsc2019

resources:
- cm.yaml
- cd.yaml
- id.yaml
- cm.yaml
- cd.yaml
- id.yaml
Loading

0 comments on commit c999a93

Please sign in to comment.