Skip to content

Commit

Permalink
Publish new changes in catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Mar 5, 2024
1 parent b276f6a commit 8ed0b9d
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 13 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8ed0b9d

Please sign in to comment.