From 57dee5db3f8fd4d45f18fbbaec2cf1db57a7b936 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 12 Jul 2021 10:10:11 +0000 Subject: [PATCH] chore(deps): update helm release lychee to v5 Signed-off-by: Auricom --- cluster/apps/media/lychee/helm-release.yaml | 54 +++++++++------------ 1 file changed, 23 insertions(+), 31 deletions(-) diff --git a/cluster/apps/media/lychee/helm-release.yaml b/cluster/apps/media/lychee/helm-release.yaml index 90aa5d05b..f59568ac8 100644 --- a/cluster/apps/media/lychee/helm-release.yaml +++ b/cluster/apps/media/lychee/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://k8s-at-home.com/charts/ chart: lychee - version: 4.4.0 + version: 5.1.0 sourceRef: kind: HelmRepository name: k8s-at-home-charts @@ -26,27 +26,27 @@ spec: type: Recreate service: - port: - port: 80 - annotations: - prometheus.io/probe: "true" - prometheus.io/protocol: http + 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: "Lychee" - forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png" - hosts: - - host: lychee.${SECRET_CLUSTER_DOMAIN} - paths: - - path: / - pathType: Prefix - tls: - - hosts: - - "lychee.${SECRET_CLUSTER_DOMAIN}" + main: + enabled: true + annotations: + kubernetes.io/ingress.class: "nginx" + forecastle.stakater.com/expose: "true" + forecastle.stakater.com/appName: "Lychee" + forecastle.stakater.com/icon: "https://lycheeorg.github.io/docs/img/logo.png" + hosts: + - host: lychee.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix + tls: + - hosts: + - "lychee.${SECRET_CLUSTER_DOMAIN}" env: PHP_TZ: Europe/Paris @@ -63,15 +63,7 @@ spec: mountPath: /mnt/storage/photo existingClaim: nfs-photo-media readOnly: true - - additionalVolumes: - - name: files - persistentVolumeClaim: - claimName: lychee-files - additionalVolumeMounts: - - name: files + files: + enabled: true mountPath: /uploads - subPath: uploads - - name: files - mountPath: /sym - subPath: sym + existingClaim: lychee-files