From 3a51c5104e023e4827e2966ba62249948e2c4cf4 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 16 Oct 2024 21:36:45 +0000 Subject: [PATCH] chore(container): update oci-image nginx to v1 by renovate --- .../common/test-chart/tests/container/arg_test.yaml | 6 +++--- .../test-chart/tests/container/command_test.yaml | 6 +++--- .../test-chart/tests/container/envFixed_test .yaml | 2 +- .../test-chart/tests/container/envFrom_test.yaml | 4 ++-- .../test-chart/tests/container/envList_test.yaml | 2 +- .../test-chart/tests/container/env_dupe_test.yaml | 2 +- .../common/test-chart/tests/container/env_test.yaml | 2 +- .../common/test-chart/tests/container/image_test.yaml | 6 +++--- .../test-chart/tests/container/lifecycle_test.yaml | 2 +- .../common/test-chart/tests/container/name_test.yaml | 2 +- .../common/test-chart/tests/container/ports_test.yaml | 10 +++++----- .../common/test-chart/tests/container/probes_test.yaml | 2 +- .../test-chart/tests/container/resources_test.yaml | 2 +- .../tests/container/securityContext_test.yaml | 2 +- .../test-chart/tests/container/termination_test.yaml | 8 ++++---- .../test-chart/tests/container/tty_stdin_test.yaml | 2 +- .../test-chart/tests/container/volumeMounts_test.yaml | 2 +- .../test-chart/tests/initContainer/data_test.yaml | 4 ++-- .../tests/initContainer/data_upgrade_test.yaml | 4 ++-- .../test-chart/tests/initContainer/name_test.yaml | 2 +- .../tests/initContainer/name_upgrade_test.yaml | 2 +- .../tests/initContainer/validation_test.yaml | 4 ++-- .../common/test-chart/tests/pod/volumeMounts_test.yaml | 2 +- 23 files changed, 40 insertions(+), 40 deletions(-) diff --git a/charts/library/common/test-chart/tests/container/arg_test.yaml b/charts/library/common/test-chart/tests/container/arg_test.yaml index 6f4f2a1589e9a..5010b3273e874 100644 --- a/charts/library/common/test-chart/tests/container/arg_test.yaml +++ b/charts/library/common/test-chart/tests/container/arg_test.yaml @@ -10,7 +10,7 @@ tests: some_port: 80 image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -52,7 +52,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -86,7 +86,7 @@ tests: some_path: /some/path image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/command_test.yaml b/charts/library/common/test-chart/tests/container/command_test.yaml index 79bdbb6e9e893..5bb928c9f2795 100644 --- a/charts/library/common/test-chart/tests/container/command_test.yaml +++ b/charts/library/common/test-chart/tests/container/command_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -55,7 +55,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -88,7 +88,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/envFixed_test .yaml b/charts/library/common/test-chart/tests/container/envFixed_test .yaml index 8f2cf55cb29d9..d2dad9d0bea29 100644 --- a/charts/library/common/test-chart/tests/container/envFixed_test .yaml +++ b/charts/library/common/test-chart/tests/container/envFixed_test .yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent TZ: Europe/London workload: diff --git a/charts/library/common/test-chart/tests/container/envFrom_test.yaml b/charts/library/common/test-chart/tests/container/envFrom_test.yaml index eeb6f4bd4f9ea..f4964d366fb89 100644 --- a/charts/library/common/test-chart/tests/container/envFrom_test.yaml +++ b/charts/library/common/test-chart/tests/container/envFrom_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent configmap: configmap-name: @@ -67,7 +67,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent some_config_name: configmap-name some_secret_name: secret-name diff --git a/charts/library/common/test-chart/tests/container/envList_test.yaml b/charts/library/common/test-chart/tests/container/envList_test.yaml index 4ff971856af5c..8194b5f9f7e72 100644 --- a/charts/library/common/test-chart/tests/container/envList_test.yaml +++ b/charts/library/common/test-chart/tests/container/envList_test.yaml @@ -11,7 +11,7 @@ tests: some_other_value: 2 image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/env_dupe_test.yaml b/charts/library/common/test-chart/tests/container/env_dupe_test.yaml index 5e88433bffbb1..aa1588c27f83a 100644 --- a/charts/library/common/test-chart/tests/container/env_dupe_test.yaml +++ b/charts/library/common/test-chart/tests/container/env_dupe_test.yaml @@ -10,7 +10,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/env_test.yaml b/charts/library/common/test-chart/tests/container/env_test.yaml index 477605d9dce76..9c97dd3d5fa08 100644 --- a/charts/library/common/test-chart/tests/container/env_test.yaml +++ b/charts/library/common/test-chart/tests/container/env_test.yaml @@ -11,7 +11,7 @@ tests: some_other_value: 2 image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent configmap: configmap-name: diff --git a/charts/library/common/test-chart/tests/container/image_test.yaml b/charts/library/common/test-chart/tests/container/image_test.yaml index 2929de15ec12a..b92a9cc1ced55 100644 --- a/charts/library/common/test-chart/tests/container/image_test.yaml +++ b/charts/library/common/test-chart/tests/container/image_test.yaml @@ -10,7 +10,7 @@ tests: imageDictToUse: image image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent imageGPU: repository: some-gpu-image @@ -50,7 +50,7 @@ tests: isSubset: path: spec.template.spec.containers[0] content: - image: nginx:1.19.0 + image: nginx:1.27.2 imagePullPolicy: IfNotPresent - documentIndex: *deploymentDoc isSubset: @@ -124,7 +124,7 @@ tests: set: image: repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: invalid workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/lifecycle_test.yaml b/charts/library/common/test-chart/tests/container/lifecycle_test.yaml index cad393b4d61d7..cc4f4f579bd42 100644 --- a/charts/library/common/test-chart/tests/container/lifecycle_test.yaml +++ b/charts/library/common/test-chart/tests/container/lifecycle_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/name_test.yaml b/charts/library/common/test-chart/tests/container/name_test.yaml index 4ec5d713421c4..fd0a30ee6d433 100644 --- a/charts/library/common/test-chart/tests/container/name_test.yaml +++ b/charts/library/common/test-chart/tests/container/name_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/ports_test.yaml b/charts/library/common/test-chart/tests/container/ports_test.yaml index 896ffb418f703..33ea53526e190 100644 --- a/charts/library/common/test-chart/tests/container/ports_test.yaml +++ b/charts/library/common/test-chart/tests/container/ports_test.yaml @@ -10,7 +10,7 @@ tests: some_port: 80 image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: @@ -78,7 +78,7 @@ tests: some_port: 53 image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: @@ -171,7 +171,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: @@ -218,7 +218,7 @@ tests: some_protocol: https image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: @@ -263,7 +263,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: diff --git a/charts/library/common/test-chart/tests/container/probes_test.yaml b/charts/library/common/test-chart/tests/container/probes_test.yaml index 1aeb593621d00..219ed33d6492f 100644 --- a/charts/library/common/test-chart/tests/container/probes_test.yaml +++ b/charts/library/common/test-chart/tests/container/probes_test.yaml @@ -13,7 +13,7 @@ tests: probe_type: exec image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: diff --git a/charts/library/common/test-chart/tests/container/resources_test.yaml b/charts/library/common/test-chart/tests/container/resources_test.yaml index cdf415e70ec81..cdf4796e1c527 100644 --- a/charts/library/common/test-chart/tests/container/resources_test.yaml +++ b/charts/library/common/test-chart/tests/container/resources_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: diff --git a/charts/library/common/test-chart/tests/container/securityContext_test.yaml b/charts/library/common/test-chart/tests/container/securityContext_test.yaml index 3dbe4fc74bdc3..5cf5906b80568 100644 --- a/charts/library/common/test-chart/tests/container/securityContext_test.yaml +++ b/charts/library/common/test-chart/tests/container/securityContext_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name1: diff --git a/charts/library/common/test-chart/tests/container/termination_test.yaml b/charts/library/common/test-chart/tests/container/termination_test.yaml index 31289d7f31d73..4c3533490a9b5 100644 --- a/charts/library/common/test-chart/tests/container/termination_test.yaml +++ b/charts/library/common/test-chart/tests/container/termination_test.yaml @@ -11,7 +11,7 @@ tests: some_policy: File image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -52,7 +52,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -88,7 +88,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -125,7 +125,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/tty_stdin_test.yaml b/charts/library/common/test-chart/tests/container/tty_stdin_test.yaml index 849f2bacb89e0..06f7c59288884 100644 --- a/charts/library/common/test-chart/tests/container/tty_stdin_test.yaml +++ b/charts/library/common/test-chart/tests/container/tty_stdin_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/container/volumeMounts_test.yaml b/charts/library/common/test-chart/tests/container/volumeMounts_test.yaml index 524bdb41537cd..592a098685f2b 100644 --- a/charts/library/common/test-chart/tests/container/volumeMounts_test.yaml +++ b/charts/library/common/test-chart/tests/container/volumeMounts_test.yaml @@ -10,7 +10,7 @@ tests: some_path: /some/path image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/initContainer/data_test.yaml b/charts/library/common/test-chart/tests/initContainer/data_test.yaml index 9d7bbea39bb87..8628e141d4aaf 100644 --- a/charts/library/common/test-chart/tests/initContainer/data_test.yaml +++ b/charts/library/common/test-chart/tests/initContainer/data_test.yaml @@ -19,7 +19,7 @@ tests: container-name2: {} image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent initImage: &initImage repository: bash @@ -198,7 +198,7 @@ tests: render: false image: repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/initContainer/data_upgrade_test.yaml b/charts/library/common/test-chart/tests/initContainer/data_upgrade_test.yaml index 046ae4a5c72a3..801f2388c20f3 100644 --- a/charts/library/common/test-chart/tests/initContainer/data_upgrade_test.yaml +++ b/charts/library/common/test-chart/tests/initContainer/data_upgrade_test.yaml @@ -20,7 +20,7 @@ tests: container-name2: {} image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent initImage: &initImage repository: bash @@ -199,7 +199,7 @@ tests: render: false image: repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/initContainer/name_test.yaml b/charts/library/common/test-chart/tests/initContainer/name_test.yaml index 9536fe4ff7ec4..9506e99c95375 100644 --- a/charts/library/common/test-chart/tests/initContainer/name_test.yaml +++ b/charts/library/common/test-chart/tests/initContainer/name_test.yaml @@ -9,7 +9,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/initContainer/name_upgrade_test.yaml b/charts/library/common/test-chart/tests/initContainer/name_upgrade_test.yaml index 23a7cb8c33739..9f3966e33698e 100644 --- a/charts/library/common/test-chart/tests/initContainer/name_upgrade_test.yaml +++ b/charts/library/common/test-chart/tests/initContainer/name_upgrade_test.yaml @@ -10,7 +10,7 @@ tests: set: image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/initContainer/validation_test.yaml b/charts/library/common/test-chart/tests/initContainer/validation_test.yaml index 0d0e1385ed235..c3e67c4fc40ef 100644 --- a/charts/library/common/test-chart/tests/initContainer/validation_test.yaml +++ b/charts/library/common/test-chart/tests/initContainer/validation_test.yaml @@ -10,7 +10,7 @@ tests: set: image: repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: @@ -42,7 +42,7 @@ tests: set: image: repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: diff --git a/charts/library/common/test-chart/tests/pod/volumeMounts_test.yaml b/charts/library/common/test-chart/tests/pod/volumeMounts_test.yaml index 91f25805878f7..f4c6cac12dddb 100644 --- a/charts/library/common/test-chart/tests/pod/volumeMounts_test.yaml +++ b/charts/library/common/test-chart/tests/pod/volumeMounts_test.yaml @@ -10,7 +10,7 @@ tests: some_path: /some/path image: &image repository: nginx - tag: 1.19.0 + tag: 1.27.2 pullPolicy: IfNotPresent workload: workload-name: