From d185e97011884354061275d1ea52676dcc7ed6e5 Mon Sep 17 00:00:00 2001 From: Tamal Saha Date: Tue, 10 Oct 2023 07:47:39 -0700 Subject: [PATCH] Fix CI (#121) Signed-off-by: Tamal Saha --- charts/grafana-operator/ci/ci-values.yaml | 5 +++++ charts/monitoring-operator/ci/ci-values.yaml | 5 +++++ charts/trickster/ci/ci-values.yaml | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 charts/grafana-operator/ci/ci-values.yaml create mode 100644 charts/monitoring-operator/ci/ci-values.yaml create mode 100644 charts/trickster/ci/ci-values.yaml diff --git a/charts/grafana-operator/ci/ci-values.yaml b/charts/grafana-operator/ci/ci-values.yaml new file mode 100644 index 00000000..e242241f --- /dev/null +++ b/charts/grafana-operator/ci/ci-values.yaml @@ -0,0 +1,5 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +image: + securityContext: + seccompProfile: + type: RuntimeDefault diff --git a/charts/monitoring-operator/ci/ci-values.yaml b/charts/monitoring-operator/ci/ci-values.yaml new file mode 100644 index 00000000..e242241f --- /dev/null +++ b/charts/monitoring-operator/ci/ci-values.yaml @@ -0,0 +1,5 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +image: + securityContext: + seccompProfile: + type: RuntimeDefault diff --git a/charts/trickster/ci/ci-values.yaml b/charts/trickster/ci/ci-values.yaml new file mode 100644 index 00000000..99897886 --- /dev/null +++ b/charts/trickster/ci/ci-values.yaml @@ -0,0 +1,4 @@ +# https://github.com/helm/charts/blob/master/test/README.md#providing-custom-test-values +securityContext: + seccompProfile: + type: RuntimeDefault