Sfoglia il codice sorgente

patch storge shim in common (#2018)

Stavros Kois 1 anno fa
parent
commit
f69b96ac4a

+ 2 - 2
library/common-test/ci/persistence-values.yaml

@@ -1,7 +1,7 @@
 image:
-  repository: tccr.io/truecharts/whoami
+  repository: traefik/whoami
   pullPolicy: IfNotPresent
-  tag: 1.8.7@sha256:8c61f0ca92fd806fcb4ed1465cb793c05443f37951554b105b0f2dc686a95772
+  tag: v1.10
 
 service:
   main:

+ 1 - 1
library/common/Chart.yaml

@@ -2,7 +2,7 @@ apiVersion: v2
 name: common
 description: A library chart for iX Official Catalog
 type: library
-version: 1.2.6
+version: 1.2.7
 appVersion: v1
 annotations:
   title: Common Library Chart

+ 5 - 5
library/common/templates/app_functions/_storageEntry.tpl

@@ -51,11 +51,11 @@
       {{- fail (printf "Storage Shim - Expected non-empty [smbConfig]") -}}
     {{- end -}}
 
-    {{- $server = $storage.smbConfig.server -}}
-    {{- $share = $storage.smbConfig.share -}}
-    {{- $domain = $storage.smbConfig.domain -}}
-    {{- $username = $storage.smbConfig.username -}}
-    {{- $password = $storage.smbConfig.password -}}
+    {{- $server = $storage.smbConfig.server | quote -}}
+    {{- $share = $storage.smbConfig.share | quote -}}
+    {{- $domain = $storage.smbConfig.domain | quote -}}
+    {{- $username = $storage.smbConfig.username | quote -}}
+    {{- $password = $storage.smbConfig.password | quote -}}
     {{- if $storage.smbConfig.size -}}
       {{- $size = (printf "%vGi" $storage.smbConfig.size) -}}
     {{- end -}}

+ 3 - 3
library/ix-dev/test/syncthing/Chart.lock

@@ -1,6 +1,6 @@
 dependencies:
 - name: common
   repository: file://../../../common
-  version: 1.2.6
-digest: sha256:956cef64e364b567d2e5327a00e60b68f3ef765e003d6c35afc143bb81ecc26b
-generated: "2024-01-02T19:23:50.344200237+02:00"
+  version: 1.2.7
+digest: sha256:d69abe6772f86bc5c22cd95bf4505685ca88a1f5f99d78e2cf58cb66bb945e07
+generated: "2024-01-09T19:51:36.548222782+02:00"

+ 2 - 2
library/ix-dev/test/syncthing/Chart.yaml

@@ -3,7 +3,7 @@ description: Syncthing is a continuous file synchronization program.
 annotations:
   title: Syncthing
 type: application
-version: 1.2.0
+version: 1.2.1
 apiVersion: v2
 appVersion: '1.27.0'
 kubeVersion: '>=1.16.0-0'
@@ -14,7 +14,7 @@ maintainers:
 dependencies:
   - name: common
     repository: file://../../../common
-    version: 1.2.6
+    version: 1.2.7
 home: https://syncthing.net/
 icon: https://media.sys.truenas.net/apps/syncthing/icons/icon.svg
 sources:

BIN
library/ix-dev/test/syncthing/charts/common-1.2.6.tgz


BIN
library/ix-dev/test/syncthing/charts/common-1.2.7.tgz