Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch storge shim in common #2018

Merged
merged 3 commits into from
Jan 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/common-test/ci/persistence-values.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion library/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions library/common/templates/app_functions/_storageEntry.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 -}}
Expand Down
6 changes: 3 additions & 3 deletions library/ix-dev/test/syncthing/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions library/ix-dev/test/syncthing/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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:
Expand Down
Binary file not shown.
Binary file not shown.
Loading