diff --git a/library/ix-dev/charts/ix-chart/Chart.yaml b/library/ix-dev/charts/ix-chart/Chart.yaml index dece076889..21fa6d92ff 100644 --- a/library/ix-dev/charts/ix-chart/Chart.yaml +++ b/library/ix-dev/charts/ix-chart/Chart.yaml @@ -3,7 +3,7 @@ description: A Helm chart for deploying simple workloads Kubernetes annotations: title: ix-chart type: application -version: 2308.0.1 +version: 2403.0.0 apiVersion: v2 appVersion: v1 kubeVersion: ">=1.16.0-0" diff --git a/library/ix-dev/charts/ix-chart/templates/_containers.tpl b/library/ix-dev/charts/ix-chart/templates/_containers.tpl index e07bb9160c..d8df0f6519 100644 --- a/library/ix-dev/charts/ix-chart/templates/_containers.tpl +++ b/library/ix-dev/charts/ix-chart/templates/_containers.tpl @@ -64,14 +64,3 @@ ports: {{- end }} {{- end }} {{- end }} - -{{/* -Container Resource Configuration -*/}} -{{- define "containerResourceConfiguration" }} -{{- if .Values.gpuConfiguration }} -resources: - limits: - {{- toYaml .Values.gpuConfiguration | nindent 4 }} -{{- end }} -{{- end }} diff --git a/library/ix-dev/charts/ix-chart/templates/_workload.tpl b/library/ix-dev/charts/ix-chart/templates/_workload.tpl index 83fefb7814..73f9ff8708 100644 --- a/library/ix-dev/charts/ix-chart/templates/_workload.tpl +++ b/library/ix-dev/charts/ix-chart/templates/_workload.tpl @@ -111,7 +111,6 @@ containers: {{- include "containerEnvVariables" . | indent 2 }} {{- include "containerLivenssProbe" . | indent 2 }} {{- include "containerPorts" . | indent 2 }} - {{- include "containerResourceConfiguration" . | indent 2 }} {{- include "volumeConfiguration" . }} {{- include "dnsConfiguration" . }} {{- end }}