mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
* chore(ci-pipeline): Configure DockerHub credentials Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> * Amend aiflow configuration Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> --------- Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com>
81 lines
1.8 KiB
JSON
81 lines
1.8 KiB
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"credentials": [
|
|
{
|
|
"url": "{VIB_ENV_CHARTS_REGISTRY}",
|
|
"authn": {
|
|
"username": "{VIB_ENV_CHARTS_REGISTRY_USERNAME}",
|
|
"password": "{VIB_ENV_CHARTS_REGISTRY_PASSWORD}"
|
|
}
|
|
}
|
|
],
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/discourse"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/discourse"
|
|
},
|
|
"target_platform": {
|
|
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
|
"size": {
|
|
"name": "L4"
|
|
}
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "goss",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib"
|
|
},
|
|
"tests_file": "discourse/goss/goss.yaml",
|
|
"vars_file": "discourse/runtime-parameters.yaml",
|
|
"remote": {
|
|
"pod": {
|
|
"workload": "deploy-discourse"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "cypress",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib/discourse/cypress"
|
|
},
|
|
"endpoint": "lb-discourse-http",
|
|
"app_protocol": "HTTP",
|
|
"env": {
|
|
"username": "user",
|
|
"password": "ComplicatedPassword123!4"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "kubescape",
|
|
"params": {
|
|
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|