mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
90 lines
2.1 KiB
JSON
90 lines
2.1 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/opensearch"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/opensearch"
|
|
},
|
|
"target_platform": {
|
|
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
|
"size": {
|
|
"name": "L4"
|
|
}
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "goss",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib"
|
|
},
|
|
"tests_file": "opensearch/goss/goss.yaml",
|
|
"vars_file": "opensearch/runtime-parameters.yaml",
|
|
"remote": {
|
|
"pod": {
|
|
"workload": "sts-opensearch-master"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "cypress",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib/opensearch/cypress"
|
|
},
|
|
"endpoint": "lb-opensearch-tcp-rest-api",
|
|
"app_protocol": "HTTP"
|
|
}
|
|
},
|
|
{
|
|
"action_id": "ginkgo",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib/opensearch/ginkgo"
|
|
},
|
|
"params": {
|
|
"kubeconfig": "{{kubeconfig}}",
|
|
"namespace": "{{namespace}}",
|
|
"name": "opensearch"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "kubescape",
|
|
"params": {
|
|
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|