From 797fa1291d18efb297a25f36877d61f69b2b7e9a Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 24 Apr 2023 13:34:57 +0300 Subject: [PATCH] fix `requests` resources (#1156) --- library/common/{2304.0.0 => 2304.0.1}/.helmignore | 0 library/common/{2304.0.0 => 2304.0.1}/Chart.yaml | 2 +- library/common/{2304.0.0 => 2304.0.1}/README.md | 0 .../{2304.0.0 => 2304.0.1}/templates/_serviceaccount.tpl | 0 .../{2304.0.0 => 2304.0.1}/templates/classes/_service.tpl | 0 .../templates/classes/_service_ports.tpl | 0 .../templates/lib/chart/_annotations.tpl | 0 .../templates/lib/chart/_capabilities.tpl | 0 .../{2304.0.0 => 2304.0.1}/templates/lib/chart/_labels.tpl | 0 .../{2304.0.0 => 2304.0.1}/templates/lib/chart/_names.tpl | 0 .../templates/lib/containers/_environment.tpl | 0 .../templates/lib/containers/_image.tpl | 0 .../templates/lib/containers/_port.tpl | 0 .../templates/lib/deployments/_utils.tpl | 0 .../templates/lib/networking/_dns.tpl | 0 .../templates/lib/resources/_certs.tpl | 0 .../templates/lib/resources/_limitations.tpl | 6 +++--- .../{2304.0.0 => 2304.0.1}/templates/lib/schema/_utils.tpl | 0 .../templates/lib/storage/_appStorage.tpl | 0 .../templates/lib/storage/_hostpathValidation.tpl | 0 .../templates/lib/storage/_ixvolumes.tpl | 0 21 files changed, 4 insertions(+), 4 deletions(-) rename library/common/{2304.0.0 => 2304.0.1}/.helmignore (100%) rename library/common/{2304.0.0 => 2304.0.1}/Chart.yaml (98%) rename library/common/{2304.0.0 => 2304.0.1}/README.md (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/_serviceaccount.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/classes/_service.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/classes/_service_ports.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/chart/_annotations.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/chart/_capabilities.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/chart/_labels.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/chart/_names.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/containers/_environment.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/containers/_image.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/containers/_port.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/deployments/_utils.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/networking/_dns.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/resources/_certs.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/resources/_limitations.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/schema/_utils.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/storage/_appStorage.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/storage/_hostpathValidation.tpl (100%) rename library/common/{2304.0.0 => 2304.0.1}/templates/lib/storage/_ixvolumes.tpl (100%) diff --git a/library/common/2304.0.0/.helmignore b/library/common/2304.0.1/.helmignore similarity index 100% rename from library/common/2304.0.0/.helmignore rename to library/common/2304.0.1/.helmignore diff --git a/library/common/2304.0.0/Chart.yaml b/library/common/2304.0.1/Chart.yaml similarity index 98% rename from library/common/2304.0.0/Chart.yaml rename to library/common/2304.0.1/Chart.yaml index 301dd29ded..638492cf04 100644 --- a/library/common/2304.0.0/Chart.yaml +++ b/library/common/2304.0.1/Chart.yaml @@ -15,7 +15,7 @@ type: library # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2304.0.0 +version: 2304.0.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/library/common/2304.0.0/README.md b/library/common/2304.0.1/README.md similarity index 100% rename from library/common/2304.0.0/README.md rename to library/common/2304.0.1/README.md diff --git a/library/common/2304.0.0/templates/_serviceaccount.tpl b/library/common/2304.0.1/templates/_serviceaccount.tpl similarity index 100% rename from library/common/2304.0.0/templates/_serviceaccount.tpl rename to library/common/2304.0.1/templates/_serviceaccount.tpl diff --git a/library/common/2304.0.0/templates/classes/_service.tpl b/library/common/2304.0.1/templates/classes/_service.tpl similarity index 100% rename from library/common/2304.0.0/templates/classes/_service.tpl rename to library/common/2304.0.1/templates/classes/_service.tpl diff --git a/library/common/2304.0.0/templates/classes/_service_ports.tpl b/library/common/2304.0.1/templates/classes/_service_ports.tpl similarity index 100% rename from library/common/2304.0.0/templates/classes/_service_ports.tpl rename to library/common/2304.0.1/templates/classes/_service_ports.tpl diff --git a/library/common/2304.0.0/templates/lib/chart/_annotations.tpl b/library/common/2304.0.1/templates/lib/chart/_annotations.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/chart/_annotations.tpl rename to library/common/2304.0.1/templates/lib/chart/_annotations.tpl diff --git a/library/common/2304.0.0/templates/lib/chart/_capabilities.tpl b/library/common/2304.0.1/templates/lib/chart/_capabilities.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/chart/_capabilities.tpl rename to library/common/2304.0.1/templates/lib/chart/_capabilities.tpl diff --git a/library/common/2304.0.0/templates/lib/chart/_labels.tpl b/library/common/2304.0.1/templates/lib/chart/_labels.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/chart/_labels.tpl rename to library/common/2304.0.1/templates/lib/chart/_labels.tpl diff --git a/library/common/2304.0.0/templates/lib/chart/_names.tpl b/library/common/2304.0.1/templates/lib/chart/_names.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/chart/_names.tpl rename to library/common/2304.0.1/templates/lib/chart/_names.tpl diff --git a/library/common/2304.0.0/templates/lib/containers/_environment.tpl b/library/common/2304.0.1/templates/lib/containers/_environment.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/containers/_environment.tpl rename to library/common/2304.0.1/templates/lib/containers/_environment.tpl diff --git a/library/common/2304.0.0/templates/lib/containers/_image.tpl b/library/common/2304.0.1/templates/lib/containers/_image.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/containers/_image.tpl rename to library/common/2304.0.1/templates/lib/containers/_image.tpl diff --git a/library/common/2304.0.0/templates/lib/containers/_port.tpl b/library/common/2304.0.1/templates/lib/containers/_port.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/containers/_port.tpl rename to library/common/2304.0.1/templates/lib/containers/_port.tpl diff --git a/library/common/2304.0.0/templates/lib/deployments/_utils.tpl b/library/common/2304.0.1/templates/lib/deployments/_utils.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/deployments/_utils.tpl rename to library/common/2304.0.1/templates/lib/deployments/_utils.tpl diff --git a/library/common/2304.0.0/templates/lib/networking/_dns.tpl b/library/common/2304.0.1/templates/lib/networking/_dns.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/networking/_dns.tpl rename to library/common/2304.0.1/templates/lib/networking/_dns.tpl diff --git a/library/common/2304.0.0/templates/lib/resources/_certs.tpl b/library/common/2304.0.1/templates/lib/resources/_certs.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/resources/_certs.tpl rename to library/common/2304.0.1/templates/lib/resources/_certs.tpl diff --git a/library/common/2304.0.0/templates/lib/resources/_limitations.tpl b/library/common/2304.0.1/templates/lib/resources/_limitations.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/resources/_limitations.tpl rename to library/common/2304.0.1/templates/lib/resources/_limitations.tpl index 9671e6d62a..3d8d189690 100644 --- a/library/common/2304.0.0/templates/lib/resources/_limitations.tpl +++ b/library/common/2304.0.1/templates/lib/resources/_limitations.tpl @@ -9,11 +9,11 @@ resources: cpu: {{ .Values.cpuLimit }} memory: {{ .Values.memLimit }} {{ end }} - requests: - cpu: 10m - memory: 50Mi {{ if .Values.gpuConfiguration }} {{ toYaml .Values.gpuConfiguration | nindent 4 }} {{ end }} + requests: + cpu: 10m + memory: 50Mi {{ end }} {{ end }} diff --git a/library/common/2304.0.0/templates/lib/schema/_utils.tpl b/library/common/2304.0.1/templates/lib/schema/_utils.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/schema/_utils.tpl rename to library/common/2304.0.1/templates/lib/schema/_utils.tpl diff --git a/library/common/2304.0.0/templates/lib/storage/_appStorage.tpl b/library/common/2304.0.1/templates/lib/storage/_appStorage.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/storage/_appStorage.tpl rename to library/common/2304.0.1/templates/lib/storage/_appStorage.tpl diff --git a/library/common/2304.0.0/templates/lib/storage/_hostpathValidation.tpl b/library/common/2304.0.1/templates/lib/storage/_hostpathValidation.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/storage/_hostpathValidation.tpl rename to library/common/2304.0.1/templates/lib/storage/_hostpathValidation.tpl diff --git a/library/common/2304.0.0/templates/lib/storage/_ixvolumes.tpl b/library/common/2304.0.1/templates/lib/storage/_ixvolumes.tpl similarity index 100% rename from library/common/2304.0.0/templates/lib/storage/_ixvolumes.tpl rename to library/common/2304.0.1/templates/lib/storage/_ixvolumes.tpl