From ae833f9a0941c882024efafb21c7094c3a44e8a3 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 16 Aug 2021 14:43:06 +0000 Subject: [PATCH] Daily Housekeeping Signed-off-by: TrueCharts-Bot --- charts/library/common/Chart.yaml | 4 ++-- charts/library/common/templates/lib/controller/_container.tpl | 2 +- charts/stable/postgresql/Chart.yaml | 2 +- charts/stable/postgresql/README.md | 2 +- charts/stable/postgresql/templates/secret.yaml | 2 +- docs/apps/stable/deepstack-cpu/notes.md | 2 +- docs/apps/stable/postgresql/index.md | 2 +- docs/manual/Quick-Start Guides/12-add-ingress.md | 2 -- 8 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index c03c6a22b39..cccfcac3bfc 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -16,6 +16,6 @@ maintainers: name: Ornias1993 url: truecharts.org name: common -sources: +sources: null type: library -version: 6.8.0 +version: 6.8.1 diff --git a/charts/library/common/templates/lib/controller/_container.tpl b/charts/library/common/templates/lib/controller/_container.tpl index 15c622cdbe7..33e80a27d9d 100644 --- a/charts/library/common/templates/lib/controller/_container.tpl +++ b/charts/library/common/templates/lib/controller/_container.tpl @@ -37,7 +37,7 @@ - name: {{ $key }} valueFrom: {{- if $value.secretKeyRef }} - secretKeyRef: + secretKeyRef: name: {{ tpl $value.secretKeyRef.name $ | quote }} key: {{ tpl $value.secretKeyRef.key $ | quote }} {{- else }} diff --git a/charts/stable/postgresql/Chart.yaml b/charts/stable/postgresql/Chart.yaml index 22d383389cb..29bb7a64ce1 100644 --- a/charts/stable/postgresql/Chart.yaml +++ b/charts/stable/postgresql/Chart.yaml @@ -25,4 +25,4 @@ name: postgresql sources: - https://www.postgresql.org/ type: application -version: 1.0.7 +version: 1.0.8 diff --git a/charts/stable/postgresql/README.md b/charts/stable/postgresql/README.md index c710aa90e92..0626416e362 100644 --- a/charts/stable/postgresql/README.md +++ b/charts/stable/postgresql/README.md @@ -1,6 +1,6 @@ # Introduction -![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) +![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) PostgresSQL diff --git a/charts/stable/postgresql/templates/secret.yaml b/charts/stable/postgresql/templates/secret.yaml index 6ddb6434e84..be7022c005f 100644 --- a/charts/stable/postgresql/templates/secret.yaml +++ b/charts/stable/postgresql/templates/secret.yaml @@ -10,4 +10,4 @@ metadata: {{- end }} type: Opaque data: - postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }} \ No newline at end of file + postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }} diff --git a/docs/apps/stable/deepstack-cpu/notes.md b/docs/apps/stable/deepstack-cpu/notes.md index 66515f1e3f4..5199e606973 100644 --- a/docs/apps/stable/deepstack-cpu/notes.md +++ b/docs/apps/stable/deepstack-cpu/notes.md @@ -2,4 +2,4 @@ ## Custom Models If you have custom models and you wan to use them, you have to add customStorage to this app. The default path to map is `/modelstore/detection`. -In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage. \ No newline at end of file +In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage. diff --git a/docs/apps/stable/postgresql/index.md b/docs/apps/stable/postgresql/index.md index c710aa90e92..0626416e362 100644 --- a/docs/apps/stable/postgresql/index.md +++ b/docs/apps/stable/postgresql/index.md @@ -1,6 +1,6 @@ # Introduction -![Version: 1.0.7](https://img.shields.io/badge/Version-1.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) +![Version: 1.0.8](https://img.shields.io/badge/Version-1.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square) PostgresSQL diff --git a/docs/manual/Quick-Start Guides/12-add-ingress.md b/docs/manual/Quick-Start Guides/12-add-ingress.md index 463c2b520f0..72550e41c3f 100644 --- a/docs/manual/Quick-Start Guides/12-add-ingress.md +++ b/docs/manual/Quick-Start Guides/12-add-ingress.md @@ -3,5 +3,3 @@ #### Video Guide ![type:video](https://www.youtube.com/embed/htIhl3KxWMw) - -