mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
70 lines
1.5 KiB
JSON
70 lines
1.5 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/fluentd"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/fluentd"
|
|
},
|
|
"target_platform": {
|
|
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
|
"size": {
|
|
"name": "S4",
|
|
"worker_nodes_instance_count": 1
|
|
}
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "goss",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib"
|
|
},
|
|
"wait": {
|
|
"file": "fluentd/goss/goss-wait.yaml"
|
|
},
|
|
"tests_file": "fluentd/goss/goss.yaml",
|
|
"remote": {
|
|
"pod": {
|
|
"workload": "ds-fluentd"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "kubescape",
|
|
"params": {
|
|
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|