浏览代码

Publish new changes in catalog

sonicaj 1 年之前
父节点
当前提交
716ceb6503

+ 0 - 0
charts/plex/1.7.59/.helmignore → charts/plex/1.7.60/.helmignore


+ 0 - 0
charts/plex/1.7.59/Chart.lock → charts/plex/1.7.60/Chart.lock


+ 1 - 1
charts/plex/1.7.59/Chart.yaml → charts/plex/1.7.60/Chart.yaml

@@ -3,7 +3,7 @@ description: Plex Media Server
 annotations:
   title: Plex
 type: application
-version: 1.7.59
+version: 1.7.60
 apiVersion: v2
 appVersion: 1.32.8.7639
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/plex/1.7.59/README.md → charts/plex/1.7.60/README.md


+ 0 - 0
charts/plex/1.7.59/app-readme.md → charts/plex/1.7.60/app-readme.md


+ 0 - 0
charts/plex/1.7.59/charts/common-2304.0.1.tgz → charts/plex/1.7.60/charts/common-2304.0.1.tgz


+ 0 - 0
charts/plex/1.7.59/ci/test-values.yaml → charts/plex/1.7.60/ci/test-values.yaml


+ 0 - 0
charts/plex/1.7.59/ix_values.yaml → charts/plex/1.7.60/ix_values.yaml


+ 0 - 0
charts/plex/1.7.59/metadata.yaml → charts/plex/1.7.60/metadata.yaml


+ 0 - 0
charts/plex/1.7.59/migrations/migrate_from_1.0.0 → charts/plex/1.7.60/migrations/migrate_from_1.0.0


+ 0 - 0
charts/plex/1.7.59/questions.yaml → charts/plex/1.7.60/questions.yaml


+ 0 - 0
charts/plex/1.7.59/templates/NOTES.txt → charts/plex/1.7.60/templates/NOTES.txt


+ 15 - 2
charts/plex/1.7.59/templates/deployment.yaml → charts/plex/1.7.60/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" . }}-plex
+  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:
       hostNetwork: {{ .Values.hostNetwork }}

+ 0 - 0
charts/plex/1.7.59/templates/service-tcp.yaml → charts/plex/1.7.60/templates/service-tcp.yaml


+ 0 - 0
charts/plex/1.7.59/templates/service-udp.yaml → charts/plex/1.7.60/templates/service-udp.yaml