Skip to content

Commit 25e1845

Browse files
authored
fix: onboard to catalog pipeline (#35)
1 parent 43412d9 commit 25e1845

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
apiVersion: v1
3+
offerings:
4+
- name: deploy-arch-ibm-web-app-mzr
5+
kind: solution
6+
catalog_id: 91645117-944b-436e-bcea-aabb73f8a5a1
7+
offering_id: 75982e34-7b50-4945-96d9-4f686d669fc9
8+
variations:
9+
- name: standard
10+
mark_ready: true
11+
install_type: fullstack
12+
validation_type: schematics

.releaserc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
}],
1111
["@semantic-release/exec", {
1212
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13+
}],
14+
["@semantic-release/exec",{
15+
"publishCmd": "./ci/trigger-catalog-onboarding-pipeline.sh --version=v${nextRelease.version}"
1316
}]
1417
]
1518
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ibmcloud_api_key": $VALIDATION_APIKEY,
3+
"prefix": $PREFIX,
4+
"region": "us-south",
5+
"ssh_key": $SSH_PUB_KEY,
6+
"ssh_private_key": $SSH_PRV_KEY,
7+
"resource_tags": $TAGS,
8+
"sm_service_plan": "trial"
9+
}

0 commit comments

Comments
 (0)