123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "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/minio-operator"
- }
- },
- "actions": [
- {
- "action_id": "helm-package"
- },
- {
- "action_id": "helm-lint"
- }
- ]
- },
- "verify": {
- "context": {
- "resources": {
- "url": "{SHA_ARCHIVE}",
- "path": "/bitnami/minio-operator"
- },
- "target_platform": {
- "target_platform_id": "{VIB_ENV_ALTERNATIVE_TARGET_PLATFORM}",
- "size": {
- "name": "M4"
- }
- }
- },
- "actions": [
- {
- "action_id": "goss",
- "params": {
- "resources": {
- "path": "/.vib"
- },
- "tests_file": "minio-operator/goss/goss.yaml",
- "vars_file": "minio-operator/runtime-parameters.yaml",
- "remote": {
- "pod": {
- "workload": "sts-vib-minio-pool-0"
- }
- }
- }
- },
- {
- "action_id": "kubescape",
- "params": {
- "threshold": {VIB_ENV_KUBESCAPE_SCORE_THRESHOLD}
- }
- }
- ]
- }
- }
- }
|