1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "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/mastodon"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/mastodon"
- },
- "target_platform": {
- "target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
- "size": {
- "name": "L4"
- }
- }
- },
- "actions": [
- {
- "action_id": "goss",
- "params": {
- "resources": {
- "path": "/.vib"
- },
- "tests_file": "mastodon/goss/goss.yaml",
- "vars_file": "mastodon/runtime-parameters.yaml",
- "remote": {
- "pod": {
- "workload": "deploy-mastodon-web"
- }
- }
- }
- },
- {
- "action_id": "cypress",
- "params": {
- "resources": {
- "path": "/.vib/mastodon/cypress"
- },
- "endpoint": "lb-mastodon-apache-http",
- "app_protocol": "HTTP",
- "env": {
- "user": "vib-user@changeme.com",
- "password": "bitnami!1234"
- }
- }
- },
- {
- "action_id": "kubescape",
- "params": {
- "threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
- }
- }
- ]
- }
- }
- }
|