From 7b41f68a2eef9ebb3d7845d7ddf71b9d2cfc6c12 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 9 Feb 2023 19:19:51 +0200 Subject: [PATCH] fix tests --- library/common-test/tests/container/image_test.yaml | 5 ++++- library/common/1.0.0/values.yaml | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/library/common-test/tests/container/image_test.yaml b/library/common-test/tests/container/image_test.yaml index e0ef1dfd3c..6574ff5a64 100644 --- a/library/common-test/tests/container/image_test.yaml +++ b/library/common-test/tests/container/image_test.yaml @@ -69,7 +69,10 @@ tests: - it: should fail with empty repository in selected image set: - image: *image + image: + repository: "" + tag: 1.19.0 + pullPolicy: IfNotPresent workload: workload-name: enabled: true diff --git a/library/common/1.0.0/values.yaml b/library/common/1.0.0/values.yaml index d2f4c31549..3dcc07d560 100644 --- a/library/common/1.0.0/values.yaml +++ b/library/common/1.0.0/values.yaml @@ -77,6 +77,8 @@ securityContext: supplementalGroups: [] sysctls: [] +TZ: UTC + containerOptions: # -- Resources # Can be overruled per container @@ -87,9 +89,6 @@ containerOptions: requests: cpu: 10m memory: 50Mi - # -- Timezone for all containers - # Can be overruled per container - TZ: UTC # -- PUID for all containers # Can be overruled per container PUID: 568 @@ -99,6 +98,7 @@ containerOptions: NVIDIA_CAPS: - all + # -- Options for all pods # Can be overruled per pod podOptions: