Files
charts/.vib/gitea/vib-verify.json
Juan José Martos c690b0d818 [bitnami/gitea] Include goss-wait test to improve test results (#27980)
* [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>
2024-07-15 15:52:23 +00:00

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}
}
}
]
}
}
}