Daily Housekeeping
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
79fb270a0a
commit
ae833f9a09
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
|
@ -25,4 +25,4 @@ name: postgresql
|
|||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ metadata:
|
|||
{{- end }}
|
||||
type: Opaque
|
||||
data:
|
||||
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
||||
postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }}
|
||||
|
|
|
@ -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.
|
||||
In case you like to change it, you also have to change `Custom Models Path` field to the path you mapped as customStorage.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -3,5 +3,3 @@
|
|||
#### Video Guide
|
||||
|
||||
![type:video](https://www.youtube.com/embed/htIhl3KxWMw)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue