chore(deps): update helm release freshrss to v5

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

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: freshrss chart: freshrss
version: 4.4.0 version: 5.1.1
sourceRef: sourceRef:
kind: HelmRepository kind: HelmRepository
name: k8s-at-home-charts name: k8s-at-home-charts
@@ -29,27 +29,27 @@ spec:
CRON_MIN: "18,48" CRON_MIN: "18,48"
DOMAIN: "https://freshrss.${SECRET_CLUSTER_DOMAIN}/" DOMAIN: "https://freshrss.${SECRET_CLUSTER_DOMAIN}/"
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:
enabled: true main:
annotations: enabled: true
kubernetes.io/ingress.class: "nginx" annotations:
forecastle.stakater.com/expose: "true" kubernetes.io/ingress.class: "nginx"
forecastle.stakater.com/appName: "FreshRSS" forecastle.stakater.com/expose: "true"
forecastle.stakater.com/icon: "https://raw.githubusercontent.com/FreshRSS/FreshRSS/edge/docs/img/FreshRSS-logo.png" forecastle.stakater.com/appName: "FreshRSS"
forecastle.stakater.com/network-restricted: "true" forecastle.stakater.com/icon: "https://raw.githubusercontent.com/FreshRSS/FreshRSS/edge/docs/img/FreshRSS-logo.png"
hosts: forecastle.stakater.com/network-restricted: "true"
- host: freshrss.${SECRET_CLUSTER_DOMAIN} hosts:
paths: - host: freshrss.${SECRET_CLUSTER_DOMAIN}
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- "freshrss.${SECRET_CLUSTER_DOMAIN}" - hosts:
- "freshrss.${SECRET_CLUSTER_DOMAIN}"
persistence: persistence:
config: config:
enabled: true enabled: true