From 1f7357c27f41c482c98575365a6400585df0c365 Mon Sep 17 00:00:00 2001 From: Arnob Kumar Saha Date: Mon, 1 Jul 2024 12:33:41 +0600 Subject: [PATCH] Add ci-values for `stash` chart (#340) Signed-off-by: Arnob kumar saha --- charts/stash/ci/ci-values.yaml | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 charts/stash/ci/ci-values.yaml 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