mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
* Add VIB publish pipelines Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com> * Include new pipelines and updates Signed-off-by: Jose Antonio Carmona <jcarmona@vmware.com>
49 lines
905 B
JSON
49 lines
905 B
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/mysql"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"actions": [
|
|
{
|
|
"action_id": "trivy",
|
|
"params": {
|
|
"threshold": "CRITICAL",
|
|
"vuln_type": [
|
|
"OS"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"publish": {
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-publish",
|
|
"params": {
|
|
"repository": {
|
|
"kind": "S3",
|
|
"url": "{VIB_ENV_S3_URL}",
|
|
"username": "{VIB_ENV_S3_USERNAME}",
|
|
"password": "{VIB_ENV_S3_PASSWORD}"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|