mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
* [bitnami/pinniped] feat: 🎉 Add chart Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Apply requested changes Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Add VIB files Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * update tag Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <containers@bitnami.com> * Bump image Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <containers@bitnami.com> * Add cypress tests Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * add chromeWebSecurity Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * change visit with request Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * Revert and use generic port Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> Co-authored-by: Bitnami Containers <containers@bitnami.com>
69 lines
1.5 KiB
JSON
69 lines
1.5 KiB
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/pinniped"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/pinniped"
|
|
},
|
|
"runtime_parameters": "InN1cGVydmlzb3IiOgogICJzZXJ2aWNlIjoKICAgICJwb3J0cyI6CiAgICAgICJodHRwcyI6IDQ0MwogICAgInR5cGUiOiAiTG9hZEJhbGFuY2VyIgo=",
|
|
"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-pinniped-supervisor-https",
|
|
"app_protocol": "GENERIC"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"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}"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|