Skip to content

Commit 66f7fbd

Browse files
add demo data and 8.7 manage
1 parent b53734f commit 66f7fbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

8.11.x/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- name: install-demo-data
1919
type: string
2020
description: "install demo data, adds 2+ hours to install time"
21-
default: "false"
21+
default: "true"
2222
- name: license-file-secret-name
2323
description: "Store your BYOL license key stored as a base64 encoded arbitrary secret in the kube-system namespace. provide the name of the secret here. the defaul is false which means the pipeline will attempt to download a techzone license"
2424
type: string
@@ -295,7 +295,7 @@ spec:
295295
export IBM_ENTITLEMENT_KEY=$(cat $(workspaces.ws.path)/ek.dat)
296296
export MAS_APP_ID=manage
297297
298-
export MAS_APPWS_COMPONENTS="base=latest"
298+
export MAS_APPWS_COMPONENTS="base=8.7.0"
299299
export MAS_APP_SETTINGS_DEMODATA=$(params.install-demo-data)
300300
301301
export CPD_INSTALL_PLATFORM="true"

0 commit comments

Comments
 (0)