chore(deps): update helm release node-red to v8

Signed-off-by: Auricom <auricom@users.noreply.github.com>
This commit is contained in:
Renovate Bot
2021-07-12 10:10:17 +00:00
committed by auricom
parent 26b9404d71
commit 17dac8d5b2

View File

@@ -11,7 +11,7 @@ spec:
spec: spec:
# renovate: registryUrl=https://k8s-at-home.com/charts/ # renovate: registryUrl=https://k8s-at-home.com/charts/
chart: node-red chart: node-red
version: 7.4.0 version: 8.1.0
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -35,23 +35,25 @@ spec:
mountPath: /data mountPath: /data
existingClaim: node-red-config existingClaim: node-red-config
service: service:
annotations: main:
prometheus.io/probe: "true" annotations:
prometheus.io/protocol: "http" prometheus.io/probe: "true"
prometheus.io/protocol: "http"
ingress: ingress:
enabled: true main:
annotations: enabled: true
kubernetes.io/ingress.class: "nginx" annotations:
nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify" kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/" nginx.ingress.kubernetes.io/auth-url: "http://authelia.networking.svc.cluster.local/api/verify"
hosts: nginx.ingress.kubernetes.io/auth-signin: "https://login.${SECRET_CLUSTER_DOMAIN}/"
- host: node-red.${SECRET_CLUSTER_DOMAIN} hosts:
paths: - host: node-red.${SECRET_CLUSTER_DOMAIN}
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- node-red.${SECRET_CLUSTER_DOMAIN} - hosts:
- node-red.${SECRET_CLUSTER_DOMAIN}
addons: addons:
codeserver: codeserver:
enabled: true enabled: true