Przeglądaj źródła

Publish new changes in catalog

sonicaj 1 rok temu
rodzic
commit
adc257249b

+ 0 - 0
charts/syncthing/2.0.0/.helmignore → charts/syncthing/2.0.1/.helmignore


+ 0 - 0
charts/syncthing/2.0.0/Chart.lock → charts/syncthing/2.0.1/Chart.lock


+ 1 - 1
charts/syncthing/2.0.0/Chart.yaml → charts/syncthing/2.0.1/Chart.yaml

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

+ 0 - 0
charts/syncthing/2.0.0/README.md → charts/syncthing/2.0.1/README.md


+ 0 - 0
charts/syncthing/2.0.0/app-readme.md → charts/syncthing/2.0.1/app-readme.md


+ 0 - 0
charts/syncthing/2.0.0/charts/common-1.2.9.tgz → charts/syncthing/2.0.1/charts/common-1.2.9.tgz


+ 0 - 0
charts/syncthing/2.0.0/ci/basic-values.yaml → charts/syncthing/2.0.1/ci/basic-values.yaml


+ 0 - 0
charts/syncthing/2.0.0/ci/host-values.yaml → charts/syncthing/2.0.1/ci/host-values.yaml


+ 0 - 0
charts/syncthing/2.0.0/ix_values.yaml → charts/syncthing/2.0.1/ix_values.yaml


+ 0 - 0
charts/syncthing/2.0.0/metadata.yaml → charts/syncthing/2.0.1/metadata.yaml


+ 0 - 0
charts/syncthing/2.0.0/migrations/migrate → charts/syncthing/2.0.1/migrations/migrate


+ 2 - 2
charts/syncthing/2.0.0/questions.yaml → charts/syncthing/2.0.1/questions.yaml

@@ -63,7 +63,7 @@ questions:
           description: The user id that Syncthing files will be owned by.
           schema:
             type: int
-            min: 568
+            min: 0
             default: 568
             required: true
         - variable: group
@@ -71,7 +71,7 @@ questions:
           description: The group id that Syncthing files will be owned by.
           schema:
             type: int
-            min: 568
+            min: 0
             default: 568
             required: true
 

+ 0 - 0
charts/syncthing/2.0.0/templates/NOTES.txt → charts/syncthing/2.0.1/templates/NOTES.txt


+ 0 - 0
charts/syncthing/2.0.0/templates/_migration.tpl → charts/syncthing/2.0.1/templates/_migration.tpl


+ 0 - 0
charts/syncthing/2.0.0/templates/_persistence.tpl → charts/syncthing/2.0.1/templates/_persistence.tpl


+ 0 - 0
charts/syncthing/2.0.0/templates/_portal.tpl → charts/syncthing/2.0.1/templates/_portal.tpl


+ 0 - 0
charts/syncthing/2.0.0/templates/_service.tpl → charts/syncthing/2.0.1/templates/_service.tpl


+ 1 - 1
charts/syncthing/2.0.0/templates/_syncthing.tpl → charts/syncthing/2.0.1/templates/_syncthing.tpl

@@ -5,7 +5,7 @@ workload:
     primary: true
     type: Deployment
     podSpec:
-      securityContenxt:
+      securityContext:
         fsGroup: {{ .Values.syncthingID.group }}
       hostNetwork: {{ .Values.syncthingNetwork.hostNetwork }}
       containers:

+ 0 - 0
charts/syncthing/2.0.0/templates/common.yaml → charts/syncthing/2.0.1/templates/common.yaml


+ 0 - 0
charts/syncthing/2.0.0/to_keep_versions.md → charts/syncthing/2.0.1/to_keep_versions.md