mirror of
https://github.com/bitnami/charts.git
synced 2026-03-29 16:27:11 +08:00
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"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": "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}"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|