From 0220dd465faa66706729ebd96fe7fc6d76250486 Mon Sep 17 00:00:00 2001 From: 0x6b-dev Date: Mon, 26 Jun 2023 01:25:40 +1000 Subject: [PATCH] fixed multiple issues --- charts/stable/homebox/templates/deployment.yaml | 5 +---- index.yaml | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 index.yaml diff --git a/charts/stable/homebox/templates/deployment.yaml b/charts/stable/homebox/templates/deployment.yaml index 3a50251..c94fad1 100644 --- a/charts/stable/homebox/templates/deployment.yaml +++ b/charts/stable/homebox/templates/deployment.yaml @@ -6,9 +6,7 @@ metadata: labels: {{- include "homebox.labels" . | nindent 4 }} spec: -{{- if not .Values.autoscaling.enabled }} replicas: {{ .Values.replicaCount }} -{{- end }} selector: matchLabels: {{- include "homebox.selectorLabels" . | nindent 6 }} @@ -32,7 +30,7 @@ spec: securityContext: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.www.image }}:{{ .Values.www.tag | default .Chart.AppVersion }}" - imagePullPolicy: {{ .Values.image.pullPolicy }} + imagePullPolicy: {{ .Values.www.pullPolicy }} envFrom: - configMapRef: name: {{ .Release.Name }}-config @@ -48,7 +46,6 @@ spec: {{- if .Values.persistence.subPath }} subPath: {{ .Values.persistence.subPath }} {{- end }} - {{- include "homebox.container-additional-mounts" . | nindent 12 }} volumes: {{- if gt (len .Values.extraVolumes) 0 }} {{- toYaml .Values.extraVolumes | nindent 8 }} diff --git a/index.yaml b/index.yaml new file mode 100644 index 0000000..e384d52 --- /dev/null +++ b/index.yaml @@ -0,0 +1,3 @@ +apiVersion: v1 +entries: {} +generated: "2023-06-26T01:25:11.57441516+10:00"