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: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: bookstack chart: bookstack
version: 1.1.1 version: 2.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -43,12 +43,12 @@ spec:
DB_USERNAME: bookstack DB_USERNAME: bookstack
DB_PASSWORD: ${SECRET_BOOKSTACK_DB_PASSWORD} DB_PASSWORD: ${SECRET_BOOKSTACK_DB_PASSWORD}
service: service:
port: main:
port: 80
annotations: annotations:
prometheus.io/probe: "true" prometheus.io/probe: "true"
prometheus.io/protocol: http prometheus.io/protocol: http
ingress: ingress:
main:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/ingress.class: "nginx" kubernetes.io/ingress.class: "nginx"