Переглянути джерело

Publish new changes in catalog

sonicaj 1 рік тому
батько
коміт
c9586c5a25

+ 0 - 0
test/syncthing/1.0.12/Chart.lock → test/syncthing/1.0.13/Chart.lock


+ 1 - 1
test/syncthing/1.0.12/Chart.yaml → test/syncthing/1.0.13/Chart.yaml

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

+ 0 - 0
test/syncthing/1.0.12/README.md → test/syncthing/1.0.13/README.md


+ 0 - 0
test/syncthing/1.0.12/app-readme.md → test/syncthing/1.0.13/app-readme.md


+ 0 - 0
test/syncthing/1.0.12/charts/common-1.1.1.tgz → test/syncthing/1.0.13/charts/common-1.1.1.tgz


+ 0 - 0
test/syncthing/1.0.12/ci/basic-no-hostnet-values.yaml → test/syncthing/1.0.13/ci/basic-no-hostnet-values.yaml


+ 0 - 0
test/syncthing/1.0.12/ci/basic-values.yaml → test/syncthing/1.0.13/ci/basic-values.yaml


+ 0 - 0
test/syncthing/1.0.12/ci/https-no-hostnet-values.yaml → test/syncthing/1.0.13/ci/https-no-hostnet-values.yaml


+ 0 - 0
test/syncthing/1.0.12/ci/https-values.yaml → test/syncthing/1.0.13/ci/https-values.yaml


+ 0 - 0
test/syncthing/1.0.12/ix_values.yaml → test/syncthing/1.0.13/ix_values.yaml


+ 0 - 0
test/syncthing/1.0.12/metadata.yaml → test/syncthing/1.0.13/metadata.yaml


+ 6 - 21
test/syncthing/1.0.12/questions.yaml → test/syncthing/1.0.13/questions.yaml

@@ -213,6 +213,12 @@ questions:
                         type: string
                         show_if: [["type", "=", "smb-pv-pvc"]]
                         required: true
+                    - variable: domain
+                      label: Domain (Optional)
+                      description: The domain for the SMB share.
+                      schema:
+                        type: string
+                        show_if: [["type", "=", "smb-pv-pvc"]]
                     - variable: username
                       label: Username
                       description: The username for the SMB share.
@@ -237,27 +243,6 @@ questions:
                         required: true
                         min: 1
                         default: 1
-                    - variable: mountOptions
-                      label: Mount Options
-                      description: Mount options for the SMB share.
-                      schema:
-                        type: list
-                        show_if: [["type", "=", "smb-pv-pvc"]]
-                        items:
-                          - variable: mountOption
-                            label: Mount Option
-                            schema:
-                              type: dict
-                              attrs:
-                                - variable: key
-                                  label: Key
-                                  schema:
-                                    type: string
-                                    required: true
-                                - variable: value
-                                  label: Value
-                                  schema:
-                                    type: string
 
   - variable: resources
     group: Resources Configuration

+ 0 - 0
test/syncthing/1.0.12/templates/NOTES.txt → test/syncthing/1.0.13/templates/NOTES.txt


+ 0 - 0
test/syncthing/1.0.12/templates/_certContainer.tpl → test/syncthing/1.0.13/templates/_certContainer.tpl


+ 0 - 0
test/syncthing/1.0.12/templates/_configure.tpl → test/syncthing/1.0.13/templates/_configure.tpl


+ 3 - 5
test/syncthing/1.0.12/templates/_persistence.tpl → test/syncthing/1.0.13/templates/_persistence.tpl

@@ -48,15 +48,13 @@ persistence:
     hostPath: {{ $storage.hostPath | default "" }}
     server: {{ $storage.server | default "" }}
     share: {{ $storage.share | default "" }}
+    domain: {{ $storage.domain | default "" }}
     username: {{ $storage.username | default "" }}
     password: {{ $storage.password | default "" }}
     size: {{ $size }}
-    {{- with $storage.mountOptions }}
+    {{- if eq $storage.type "smb-pv-pvc" }}
     mountOptions:
-      {{- range $opt := . }}
-      - key: {{ $opt.key | default "" }}
-        value: {{ $opt.value | default "" }}
-      {{- end }}
+      - key: noperm
     {{- end }}
     targetSelector:
       syncthing:

+ 0 - 0
test/syncthing/1.0.12/templates/_portal.tpl → test/syncthing/1.0.13/templates/_portal.tpl


+ 0 - 0
test/syncthing/1.0.12/templates/_service.tpl → test/syncthing/1.0.13/templates/_service.tpl


+ 0 - 0
test/syncthing/1.0.12/templates/_syncthing.tpl → test/syncthing/1.0.13/templates/_syncthing.tpl


+ 0 - 0
test/syncthing/1.0.12/templates/common.yaml → test/syncthing/1.0.13/templates/common.yaml


+ 0 - 0
test/syncthing/1.0.12/upgrade_strategy_disable → test/syncthing/1.0.13/upgrade_strategy_disable