Files
charts/.vib/milvus/vib-verify.json
2025-03-31 17:04:06 +02:00

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/milvus"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/milvus"
},
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "L4"
}
}
},
"actions": [
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "milvus/goss/goss.yaml",
"vars_file": "milvus/runtime-parameters.yaml",
"remote": {
"pod": {
"workload": "deploy-milvus-proxy"
}
}
}
},
{
"action_id": "cypress",
"params": {
"resources": {
"path": "/.vib/milvus/cypress"
},
"endpoint": "lb-milvus-attu-http",
"app_protocol": "HTTP",
"env": {
"username": "root",
"password": "ComplicatedPassword123!4"
}
}
},
{
"action_id": "kubescape",
"params": {
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
}
}
]
}
}
}