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: