diff --git a/library/common-test/ci/persistence-values.yaml b/library/common-test/ci/persistence-values.yaml index 765af00c535..2dd105e15fb 100644 --- a/library/common-test/ci/persistence-values.yaml +++ b/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: diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 4a582272b56..3bce209491e 100644 --- a/library/common/Chart.yaml +++ b/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 diff --git a/library/common/templates/app_functions/_storageEntry.tpl b/library/common/templates/app_functions/_storageEntry.tpl index 1123756183c..2bd7d64e7e9 100644 --- a/library/common/templates/app_functions/_storageEntry.tpl +++ b/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 -}} diff --git a/library/ix-dev/test/syncthing/Chart.lock b/library/ix-dev/test/syncthing/Chart.lock index 406528f89a6..4b82520d00f 100644 --- a/library/ix-dev/test/syncthing/Chart.lock +++ b/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" diff --git a/library/ix-dev/test/syncthing/Chart.yaml b/library/ix-dev/test/syncthing/Chart.yaml index e0ab4319863..5e076197601 100644 --- a/library/ix-dev/test/syncthing/Chart.yaml +++ b/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: diff --git a/library/ix-dev/test/syncthing/charts/common-1.2.6.tgz b/library/ix-dev/test/syncthing/charts/common-1.2.6.tgz deleted file mode 100644 index 78571273595..00000000000 Binary files a/library/ix-dev/test/syncthing/charts/common-1.2.6.tgz and /dev/null differ diff --git a/library/ix-dev/test/syncthing/charts/common-1.2.7.tgz b/library/ix-dev/test/syncthing/charts/common-1.2.7.tgz new file mode 100644 index 00000000000..bddb3866bd6 Binary files /dev/null and b/library/ix-dev/test/syncthing/charts/common-1.2.7.tgz differ