mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
76 lines
1.6 KiB
JSON
76 lines
1.6 KiB
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/redis"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/redis"
|
|
},
|
|
"target_platform": {
|
|
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
|
"size": {
|
|
"name": "S4",
|
|
"worker_nodes_instance_count": 1
|
|
}
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "health-check",
|
|
"params": {
|
|
"endpoint": "lb-redis-master-tcp-redis"
|
|
}
|
|
},
|
|
{
|
|
"action_id": "goss",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib"
|
|
},
|
|
"tests_file": "redis/goss/goss.yaml",
|
|
"vars_file": "redis/runtime-parameters.yaml",
|
|
"remote": {
|
|
"pod": {
|
|
"workload": "sts-redis-master"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"publish": {
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-publish",
|
|
"params": {
|
|
"repository": {
|
|
"kind": "S3",
|
|
"url": "{VIB_ENV_S3_URL}",
|
|
"authn": {
|
|
"access_key_id": "{VIB_ENV_S3_ACCESS_KEY_ID}",
|
|
"secret_access_key": "{VIB_ENV_S3_SECRET_ACCESS_KEY}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|