Update renovate/renovate Docker tag to v41.169.1 - abandoned #97

Closed
Renovate wants to merge 282 commits from renovate/renovate-renovate-41.x into fresh-start
3 changed files with 2 additions and 30 deletions
Showing only changes of commit 3ca4ddc233 - Show all commits

View File

@@ -1,26 +0,0 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
namespace: immich
name: immich
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.org/client-max-body-size: "0"
spec:
ingressClassName: nginx
rules:
- host: immich.lumpiasty.xyz
http:
paths:
- backend:
service:
name: immich-server
port:
number: 2283
path: /
pathType: Prefix
tls:
- hosts:
- immich.lumpiasty.xyz
secretName: immich-ingress

View File

@@ -7,4 +7,3 @@ resources:
- postgres-password.yaml
- postgres-cluster.yaml
- release.yaml
- ingress.yaml

View File

@@ -53,12 +53,11 @@ spec:
enabled: true
ingress:
# Ingress definition is broken in chart (reference to wrong port value)
# Supplying our own separate ingress.yaml
enabled: false
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt
nginx.org/client-max-body-size: "0"
hosts:
- host: immich.lumpiasty.xyz
paths: