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