Browse Source

Update catalog information

sonicaj 2 years ago
parent
commit
156f1d99f5

+ 3 - 3
catalog.json

@@ -68,9 +68,9 @@
             "healthy": true,
             "healthy_error": null,
             "location": "/__w/charts/charts/charts/plex",
-            "latest_version": "1.7.33",
+            "latest_version": "1.7.34",
             "latest_app_version": "1.31.2.6810",
-            "latest_human_version": "1.31.2.6810_1.7.33",
+            "latest_human_version": "1.31.2.6810_1.7.34",
             "last_update": "2023-03-24 21:21:05",
             "name": "plex",
             "recommended": false,
@@ -203,7 +203,7 @@
             "latest_version": "1.0.6",
             "latest_app_version": "v1.68.2",
             "latest_human_version": "v1.68.2_1.0.6",
-            "last_update": "2023-03-24 21:39:12",
+            "last_update": "2023-03-24 21:39:43",
             "name": "storj",
             "recommended": false,
             "title": "Storj",

+ 0 - 0
charts/plex/1.7.33/.helmignore → charts/plex/1.7.34/.helmignore


+ 0 - 0
charts/plex/1.7.33/Chart.lock → charts/plex/1.7.34/Chart.lock


+ 1 - 1
charts/plex/1.7.33/Chart.yaml → charts/plex/1.7.34/Chart.yaml

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

+ 0 - 0
charts/plex/1.7.33/README.md → charts/plex/1.7.34/README.md


+ 0 - 0
charts/plex/1.7.33/app-readme.md → charts/plex/1.7.34/app-readme.md


+ 0 - 0
charts/plex/1.7.33/charts/common-2207.0.0.tgz → charts/plex/1.7.34/charts/common-2207.0.0.tgz


+ 0 - 0
charts/plex/1.7.33/ci/test-values.yaml → charts/plex/1.7.34/ci/test-values.yaml


+ 0 - 0
charts/plex/1.7.33/ix_values.yaml → charts/plex/1.7.34/ix_values.yaml


+ 0 - 0
charts/plex/1.7.33/migrations/migrate_from_1.0.0 → charts/plex/1.7.34/migrations/migrate_from_1.0.0


+ 0 - 0
charts/plex/1.7.33/questions.yaml → charts/plex/1.7.34/questions.yaml


+ 0 - 0
charts/plex/1.7.33/templates/NOTES.txt → charts/plex/1.7.34/templates/NOTES.txt


+ 3 - 6
charts/plex/1.7.33/templates/deployment.yaml → charts/plex/1.7.34/templates/deployment.yaml

@@ -68,8 +68,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
             {{ $envList = mustAppend $envList (dict "name" "PMS_IMAGE" "value" (printf "%s:%s" .Values.image.repository .Values.image.tag))}}
             {{ include "common.containers.environmentVariables" (dict "environmentVariables" $envList) | nindent 12 }}
           readinessProbe:
-            httpGet:
-              path: /identity
+            tcpSocket:
               port: 32400
             initialDelaySeconds: 10
             periodSeconds: 10
@@ -77,8 +76,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
             failureThreshold: 5
             successThreshold: 2
           livenessProbe:
-            httpGet:
-              path: /identity
+            tcpSocket:
               port: 32400
             initialDelaySeconds: 10
             periodSeconds: 10
@@ -86,8 +84,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }}
             failureThreshold: 5
             successThreshold: 1
           startupProbe:
-            httpGet:
-              path: /identity
+            tcpSocket:
               port: 32400
             initialDelaySeconds: 10
             periodSeconds: 5

+ 0 - 0
charts/plex/1.7.33/templates/service-tcp.yaml → charts/plex/1.7.34/templates/service-tcp.yaml


+ 0 - 0
charts/plex/1.7.33/templates/service-udp.yaml → charts/plex/1.7.34/templates/service-udp.yaml