Parcourir la source

Publish new changes in catalog

sonicaj il y a 1 an
Parent
commit
b3d2a9e997

+ 0 - 0
charts/emby/1.0.29/.helmignore → charts/emby/1.0.30/.helmignore


+ 0 - 0
charts/emby/1.0.29/Chart.lock → charts/emby/1.0.30/Chart.lock


+ 1 - 1
charts/emby/1.0.29/Chart.yaml → charts/emby/1.0.30/Chart.yaml

@@ -3,7 +3,7 @@ description: Emby Server
 annotations:
   title: Emby Server
 type: application
-version: 1.0.29
+version: 1.0.30
 apiVersion: v2
 appVersion: 4.7.14.0
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/emby/1.0.29/README.md → charts/emby/1.0.30/README.md


+ 0 - 0
charts/emby/1.0.29/app-readme.md → charts/emby/1.0.30/app-readme.md


+ 0 - 0
charts/emby/1.0.29/charts/common-2304.0.1.tgz → charts/emby/1.0.30/charts/common-2304.0.1.tgz


+ 0 - 0
charts/emby/1.0.29/ci/test-values.yaml → charts/emby/1.0.30/ci/test-values.yaml


+ 0 - 0
charts/emby/1.0.29/ix_values.yaml → charts/emby/1.0.30/ix_values.yaml


+ 0 - 0
charts/emby/1.0.29/metadata.yaml → charts/emby/1.0.30/metadata.yaml


+ 0 - 0
charts/emby/1.0.29/questions.yaml → charts/emby/1.0.30/questions.yaml


+ 0 - 0
charts/emby/1.0.29/templates/NOTES.txt → charts/emby/1.0.30/templates/NOTES.txt


+ 15 - 2
charts/emby/1.0.29/templates/deployment.yaml → charts/emby/1.0.30/templates/deployment.yaml

@@ -1,6 +1,19 @@
 {{ include "common.storage.hostPathValidate" .Values }}
-{{ include "common.deployment.common_config" . | nindent 0 }}
-spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
+apiVersion: {{ template "common.capabilities.deployment.apiVersion" . }}
+kind: Deployment
+metadata:
+  name: {{ template "common.names.fullname" . }}-emby
+  labels:
+    app.kubernetes.io/name: {{ template "common.names.name" . }}
+    app.kubernetes.io/instance: {{ .Release.Name }}
+spec:
+  replicas: {{ (default 1 .Values.replicas) }}
+  strategy:
+    type: Recreate
+  selector:
+    matchLabels:
+      app.kubernetes.io/name: {{ template "common.names.name" . }}
+      app.kubernetes.io/instance: {{ .Release.Name }}
   template: {{ include "common.deployment.pod.metadata" . | nindent 4 }}
     spec:
     {{- if .Values.hostNetwork }}

+ 0 - 0
charts/emby/1.0.29/templates/portal.tpl → charts/emby/1.0.30/templates/portal.tpl


+ 0 - 0
charts/emby/1.0.29/templates/service-tcp.yaml → charts/emby/1.0.30/templates/service-tcp.yaml


+ 0 - 0
charts/emby/1.0.29/templates/service-udp.yaml → charts/emby/1.0.30/templates/service-udp.yaml