mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
[bitnami/*] Add VIB publish pipelines (#9940)
* 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>
This commit is contained in:
committed by
GitHub
parent
1f06d3d395
commit
7d81f642cc
68
.vib/grafana-operator/vib-publish.json
Normal file
68
.vib/grafana-operator/vib-publish.json
Normal file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"phases": {
|
||||
"package": {
|
||||
"context": {
|
||||
"resources": {
|
||||
"url": "{SHA_ARCHIVE}",
|
||||
"path": "/bitnami/grafana-operator"
|
||||
}
|
||||
},
|
||||
"actions": [
|
||||
{
|
||||
"action_id": "helm-package"
|
||||
},
|
||||
{
|
||||
"action_id": "helm-lint"
|
||||
}
|
||||
]
|
||||
},
|
||||
"verify": {
|
||||
"context": {
|
||||
"resources": {
|
||||
"url": "{SHA_ARCHIVE}",
|
||||
"path": "/bitnami/grafana-operator"
|
||||
},
|
||||
"runtime_parameters": "ImdyYWZhbmEiOgogICJjb25maWciOgogICAgInNlY3VyaXR5IjoKICAgICAgImFkbWluX3Bhc3N3b3JkIjogIjJiN2RSZ3FLIgogICAgICAiYWRtaW5fdXNlciI6ICJhZG1pbiIKICAic2VydmljZSI6CiAgICAiZXh0cmFQb3J0cyI6CiAgICAtICJuYW1lIjogImdyYWZhbmEtdmUiCiAgICAgICJwb3J0IjogODAKICAgICAgInRhcmdldFBvcnQiOiAiZ3JhZmFuYS1odHRwIgogICAgInR5cGUiOiAiTG9hZEJhbGFuY2VyIgoib3BlcmF0b3IiOgogICJwb2RMYWJlbHMiOgogICAgImluc3RhbmNlIjogIm9wZXJhdG9yIg==",
|
||||
"target_platform": {
|
||||
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
||||
"size": {
|
||||
"name": "S4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"actions": [
|
||||
{
|
||||
"action_id": "trivy",
|
||||
"params": {
|
||||
"threshold": "CRITICAL",
|
||||
"vuln_type": [
|
||||
"OS"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"action_id": "health-check",
|
||||
"params": {
|
||||
"endpoint": "lb-grafana-service-grafana-ve",
|
||||
"app_protocol": "HTTP"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user