patch storge shim in common (#2018)

This commit is contained in:
Stavros Kois
2024-01-10 11:43:26 +02:00
committed by GitHub
parent 167af987f3
commit f69b96ac4a
7 changed files with 13 additions and 13 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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 -}}

View File

@@ -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"

View File

@@ -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:

Binary file not shown.