chore(deps): update helm release bookstack to v2

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-15 11:12:28 +00:00
committed by auricom
parent 43ebffd9f4
commit adfef1b3db

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: bookstack
version: 1.1.1
version: 2.1.1
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
@@ -43,27 +43,27 @@ spec:
DB_USERNAME: bookstack
DB_PASSWORD: ${SECRET_BOOKSTACK_DB_PASSWORD}
service:
port:
port: 80
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: http
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
forecastle.stakater.com/expose: "true"
forecastle.stakater.com/appName: "Bookstack"
forecastle.stakater.com/icon: "https://yunohost.org/user/images/logo-bookstack.png?height=80?height=80"
forecastle.stakater.com/network-restricted: "true"
hosts:
- host: bookstack.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "bookstack.${SECRET_CLUSTER_DOMAIN}"
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
forecastle.stakater.com/expose: "true"
forecastle.stakater.com/appName: "Bookstack"
forecastle.stakater.com/icon: "https://yunohost.org/user/images/logo-bookstack.png?height=80?height=80"
forecastle.stakater.com/network-restricted: "true"
hosts:
- host: bookstack.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "bookstack.${SECRET_CLUSTER_DOMAIN}"
persistence:
config:
enabled: true