chore(deps): update helm release joplin-server to v3

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-06-16 20:01:38 +00:00
committed by auricom
parent 1cdfc169fb
commit 21aada810f

View File

@@ -10,7 +10,7 @@ spec:
spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/
chart: joplin-server
version: 2.4.0
version: 3.0.0
sourceRef:
kind: HelmRepository
name: k8s-at-home-charts
@@ -30,11 +30,10 @@ spec:
resources: {}
service:
port:
port: 22300
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp
main:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp
env:
APP_BASE_URL: https://joplin.${SECRET_CLUSTER_DOMAIN}
@@ -46,23 +45,16 @@ spec:
POSTGRES_USER: joplin
POSTGRES_PASSWORD: ${SECRET_JOPLIN_DB_PASSWORD}
nodeSelector: {}
tolerations: []
affinity: {}
podAnnotations: {}
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- host: joplin.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "joplin.${SECRET_CLUSTER_DOMAIN}"
main:
enabled: true
annotations:
kubernetes.io/ingress.class: "nginx"
hosts:
- host: joplin.${SECRET_CLUSTER_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- "joplin.${SECRET_CLUSTER_DOMAIN}"