Parcourir la source

Update catalog information

sonicaj il y a 2 ans
Parent
commit
812d25c017

+ 3 - 3
catalog.json

@@ -71,7 +71,7 @@
             "latest_version": "1.7.34",
             "latest_app_version": "1.31.2.6810",
             "latest_human_version": "1.31.2.6810_1.7.34",
-            "last_update": "2023-03-24 21:21:05",
+            "last_update": "2023-03-26 21:05:53",
             "name": "plex",
             "recommended": false,
             "title": "Plex",
@@ -256,9 +256,9 @@
             "healthy": true,
             "healthy_error": null,
             "location": "/__w/charts/charts/charts/syncthing",
-            "latest_version": "1.0.19",
+            "latest_version": "1.0.20",
             "latest_app_version": "1.23.2",
-            "latest_human_version": "1.23.2_1.0.19",
+            "latest_human_version": "1.23.2_1.0.20",
             "last_update": "2023-03-24 21:22:50",
             "name": "syncthing",
             "recommended": false,

+ 0 - 0
charts/syncthing/1.0.19/.helmignore → charts/syncthing/1.0.20/.helmignore


+ 0 - 0
charts/syncthing/1.0.19/Chart.lock → charts/syncthing/1.0.20/Chart.lock


+ 1 - 1
charts/syncthing/1.0.19/Chart.yaml → charts/syncthing/1.0.20/Chart.yaml

@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
 annotations:
   title: Syncthing
 type: application
-version: 1.0.19
+version: 1.0.20
 apiVersion: v2
 appVersion: '1.23.2'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/syncthing/1.0.19/README.md → charts/syncthing/1.0.20/README.md


+ 0 - 0
charts/syncthing/1.0.19/app-readme.md → charts/syncthing/1.0.20/app-readme.md


+ 0 - 0
charts/syncthing/1.0.19/charts/common-2207.0.0.tgz → charts/syncthing/1.0.20/charts/common-2207.0.0.tgz


+ 0 - 0
charts/syncthing/1.0.19/ci/test-values.yaml → charts/syncthing/1.0.20/ci/test-values.yaml


+ 0 - 0
charts/syncthing/1.0.19/ix_values.yaml → charts/syncthing/1.0.20/ix_values.yaml


+ 0 - 0
charts/syncthing/1.0.19/questions.yaml → charts/syncthing/1.0.20/questions.yaml


+ 3 - 3
charts/syncthing/1.0.19/templates/deployment.yaml → charts/syncthing/1.0.20/templates/deployment.yaml

@@ -49,7 +49,7 @@ spec:
               protocol: UDP
           readinessProbe:
             httpGet:
-              path: /
+              path: /rest/noauth/health
               port: 8384
             initialDelaySeconds: 10
             periodSeconds: 10
@@ -58,7 +58,7 @@ spec:
             successThreshold: 2
           livenessProbe:
             httpGet:
-              path: /
+              path: /rest/noauth/health
               port: 8384
             initialDelaySeconds: 10
             periodSeconds: 10
@@ -67,7 +67,7 @@ spec:
             successThreshold: 1
           startupProbe:
             httpGet:
-              path: /
+              path: /rest/noauth/health
               port: 8384
             initialDelaySeconds: 10
             periodSeconds: 5

+ 0 - 0
charts/syncthing/1.0.19/templates/pre-install-job.yaml → charts/syncthing/1.0.20/templates/pre-install-job.yaml


+ 0 - 0
charts/syncthing/1.0.19/templates/service.yaml → charts/syncthing/1.0.20/templates/service.yaml