mirror of
https://github.com/bitnami/charts.git
synced 2026-04-02 15:27:08 +08:00
* [bitnami/gitea] Add goss-wait file to Gitea's tests Signed-off-by: Jota Martos <jotamartos@vmware.com> * [bitnami/gitea] Fix typo Signed-off-by: Jota Martos <jotamartos@vmware.com> * [bitnami/gitea] Bump chart version Signed-off-by: Jota Martos <jotamartos@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Jota Martos <jotamartos@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
75 lines
1.6 KiB
JSON
75 lines
1.6 KiB
JSON
{
|
|
"phases": {
|
|
"package": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/gitea"
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "helm-package"
|
|
},
|
|
{
|
|
"action_id": "helm-lint"
|
|
}
|
|
]
|
|
},
|
|
"verify": {
|
|
"context": {
|
|
"resources": {
|
|
"url": "{SHA_ARCHIVE}",
|
|
"path": "/bitnami/gitea"
|
|
},
|
|
"target_platform": {
|
|
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
|
|
"size": {
|
|
"name": "S4"
|
|
}
|
|
}
|
|
},
|
|
"actions": [
|
|
{
|
|
"action_id": "goss",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib"
|
|
},
|
|
"wait": {
|
|
"file": "gitea/goss/goss-wait.yaml"
|
|
},
|
|
"tests_file": "gitea/goss/goss.yaml",
|
|
"vars_file": "gitea/runtime-parameters.yaml",
|
|
"remote": {
|
|
"pod": {
|
|
"workload": "deploy-gitea"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "cypress",
|
|
"params": {
|
|
"resources": {
|
|
"path": "/.vib/gitea/cypress"
|
|
},
|
|
"endpoint": "lb-gitea-http",
|
|
"app_protocol": "HTTP",
|
|
"env": {
|
|
"user": "vib-user@example.com",
|
|
"password": "bitnami!1234"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"action_id": "kubescape",
|
|
"params": {
|
|
"threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|