* feat(shiori) fix postgres sidecar * Update charts/stable/shiori/templates/_secret.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/stable/shiori/templates/_secret.tpl Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/stable/shiori/values.yaml Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> * Update charts/stable/shiori/values.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * fix envFrom * remove defaults * set mirror container Signed-off-by: Xstar97 <Xstar97@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
37 lines
1001 B
YAML
37 lines
1001 B
YAML
apiVersion: v2
|
|
appVersion: "1.5.3"
|
|
dependencies:
|
|
- name: common
|
|
repository: https://library-charts.truecharts.org
|
|
version: 11.1.2
|
|
- condition: postgresql.enabled
|
|
name: postgresql
|
|
repository: https://charts.truecharts.org/
|
|
version: 11.0.18
|
|
deprecated: false
|
|
description: A simple bookmark manager built with Go.
|
|
home: https://truecharts.org/charts/stable/shiori
|
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.png
|
|
keywords:
|
|
- shiori
|
|
- bookmark
|
|
- bookmark-manager
|
|
- web-interface
|
|
kubeVersion: ">=1.16.0-0"
|
|
maintainers:
|
|
- email: info@truecharts.org
|
|
name: TrueCharts
|
|
url: https://truecharts.org
|
|
name: shiori
|
|
sources:
|
|
- https://github.com/truecharts/charts/tree/master/charts/stable/shiori
|
|
- https://github.com/go-shiori/shiori
|
|
- https://github.com/go-shiori/shiori/pkgs/container/shiori
|
|
type: application
|
|
version: 11.0.0
|
|
annotations:
|
|
truecharts.org/catagories: |
|
|
- media
|
|
truecharts.org/SCALE-support: "true"
|
|
truecharts.org/grade: U
|