Procházet zdrojové kódy

NAS-121589 / 23.10 / Adds a small `requests` in resources in common lib (#1147)

* Adds very small requests in resources

* bump/rename
Stavros Kois před 2 roky
rodič
revize
c794558621

+ 0 - 0
library/common/2207.0.0/.helmignore → library/common/2304.0.0/.helmignore


+ 1 - 1
library/common/2207.0.0/Chart.yaml → library/common/2304.0.0/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: 2207.0.0
+version: 2304.0.0
 
 # 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

+ 0 - 0
library/common/2207.0.0/README.md → library/common/2304.0.0/README.md


+ 0 - 0
library/common/2207.0.0/templates/_serviceaccount.tpl → library/common/2304.0.0/templates/_serviceaccount.tpl


+ 0 - 0
library/common/2207.0.0/templates/classes/_service.tpl → library/common/2304.0.0/templates/classes/_service.tpl


+ 0 - 0
library/common/2207.0.0/templates/classes/_service_ports.tpl → library/common/2304.0.0/templates/classes/_service_ports.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_annotations.tpl → library/common/2304.0.0/templates/lib/chart/_annotations.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_capabilities.tpl → library/common/2304.0.0/templates/lib/chart/_capabilities.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_labels.tpl → library/common/2304.0.0/templates/lib/chart/_labels.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/chart/_names.tpl → library/common/2304.0.0/templates/lib/chart/_names.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_environment.tpl → library/common/2304.0.0/templates/lib/containers/_environment.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_image.tpl → library/common/2304.0.0/templates/lib/containers/_image.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/containers/_port.tpl → library/common/2304.0.0/templates/lib/containers/_port.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/deployments/_utils.tpl → library/common/2304.0.0/templates/lib/deployments/_utils.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/networking/_dns.tpl → library/common/2304.0.0/templates/lib/networking/_dns.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/resources/_certs.tpl → library/common/2304.0.0/templates/lib/resources/_certs.tpl


+ 3 - 0
library/common/2207.0.0/templates/lib/resources/_limitations.tpl → library/common/2304.0.0/templates/lib/resources/_limitations.tpl

@@ -9,6 +9,9 @@ resources:
     cpu: {{ .Values.cpuLimit }}
     memory: {{ .Values.memLimit }}
 {{ end }}
+  requests:
+    cpu: 10m
+    memory: 50Mi
 {{ if .Values.gpuConfiguration }}
     {{ toYaml .Values.gpuConfiguration | nindent 4 }}
 {{ end }}

+ 0 - 0
library/common/2207.0.0/templates/lib/schema/_utils.tpl → library/common/2304.0.0/templates/lib/schema/_utils.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_appStorage.tpl → library/common/2304.0.0/templates/lib/storage/_appStorage.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_hostpathValidation.tpl → library/common/2304.0.0/templates/lib/storage/_hostpathValidation.tpl


+ 0 - 0
library/common/2207.0.0/templates/lib/storage/_ixvolumes.tpl → library/common/2304.0.0/templates/lib/storage/_ixvolumes.tpl