mirror of
https://github.com/bitnami/charts.git
synced 2026-02-10 03:17:20 +08:00
* [bitnami/*] Use AWS role to publish bitnami helm charts Signed-off-by: Fran Mulero <fmulero@vmware.com> * Assume role before any AWS call Signed-off-by: Fran Mulero <fmulero@vmware.com> --------- Signed-off-by: Fran Mulero <fmulero@vmware.com>
39 lines
796 B
JSON
39 lines
796 B
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/argo-cd"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"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}",
|
|
"role": "{VIB_ENV_S3_ROLE_ARN}"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|