Files
charts/.vib/node-exporter/vib-verify.json
Fran Mulero 965d2512b9 chore(ci-pipeline): Configure DockerHub credentials (#31273)
* 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>
2025-01-09 13:43:05 +01:00

77 lines
1.7 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/node-exporter"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/node-exporter"
},
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "L4"
}
}
},
"actions": [
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "node-exporter/goss/goss.yaml",
"vars_file": "node-exporter/runtime-parameters.yaml",
"remote": {
"pod": {
"workload": "ds-node-exporter"
}
}
}
},
{
"action_id": "cypress",
"params": {
"resources": {
"path": "/.vib/node-exporter/cypress"
},
"endpoint": "lb-node-exporter-metrics",
"app_protocol": "HTTP"
}
},
{
"action_id": "kubescape",
"params": {
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
}
}
]
}
}
}