diff --git a/charts/stash/ci/ci-values.yaml b/charts/stash/ci/ci-values.yaml new file mode 100644 index 00000000..94d1ee99 --- /dev/null +++ b/charts/stash/ci/ci-values.yaml @@ -0,0 +1,41 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +global: + license: "" +stash-community: + operator: + securityContext: + seccompProfile: + type: RuntimeDefault + crdInstaller: + registry: appscodeci + tag: latest + securityContext: + seccompProfile: + type: RuntimeDefault + pushgateway: + securityContext: + seccompProfile: + type: RuntimeDefault + cleaner: + securityContext: + seccompProfile: + type: RuntimeDefault +stash-enterprise: + operator: + securityContext: + seccompProfile: + type: RuntimeDefault + crdInstaller: + registry: appscodeci + tag: latest + securityContext: + seccompProfile: + type: RuntimeDefault + pushgateway: + securityContext: + seccompProfile: + type: RuntimeDefault + cleaner: + securityContext: + seccompProfile: + type: RuntimeDefault