12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "phases": {
- "package": {
- "context": {
- "credentials": [
- {
- "url": "{VIB_ENV_CHARTS_REGISTRY}",
- "authn": {
- "username": "{VIB_ENV_CHARTS_REGISTRY_USERNAME}",
- "password": "{VIB_ENV_CHARTS_REGISTRY_PASSWORD}"
- }
- }
- ],
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/matomo"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/matomo"
- },
- "target_platform": {
- "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
- "size": {
- "name": "M4"
- }
- }
- },
- "actions": [
- {
- "action_id": "goss",
- "params": {
- "resources": {
- "path": "/.vib"
- },
- "tests_file": "matomo/goss/goss.yaml",
- "remote": {
- "pod": {
- "workload": "deploy-matomo"
- }
- }
- }
- },
- {
- "action_id": "cypress",
- "params": {
- "resources": {
- "path": "/.vib/matomo/cypress"
- },
- "endpoint": "lb-matomo-http",
- "app_protocol": "HTTP",
- "env": {
- "username": "user",
- "password": "ComplicatedPassword123!4"
- }
- }
- },
- {
- "action_id": "kubescape",
- "params": {
- "threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
- }
- }
- ]
- }
- }
- }
|