1 Commits

Author SHA1 Message Date
40d9c5f3f8 Update renovate/renovate Docker tag to v39.238.1 2025-04-09 15:00:34 +00:00
4 changed files with 2 additions and 8 deletions

View File

@@ -47,9 +47,7 @@ data:
respond @requireAuth "Unauthorized" 401 respond @requireAuth "Unauthorized" 401
reverse_proxy ollama:11434 { reverse_proxy ollama:11434
flush_interval -1
}
} }
--- ---
apiVersion: v1 apiVersion: v1

View File

@@ -7,7 +7,6 @@ metadata:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt cert-manager.io/cluster-issuer: letsencrypt
acme.cert-manager.io/http01-edit-in-place: "true" acme.cert-manager.io/http01-edit-in-place: "true"
nginx.ingress.kubernetes.io/proxy-buffering: "false"
spec: spec:
ingressClassName: nginx ingressClassName: nginx
rules: rules:

View File

@@ -15,7 +15,7 @@ spec:
- name: renovate - name: renovate
# Update this to the latest available and then enable Renovate on # Update this to the latest available and then enable Renovate on
# the manifest # the manifest
image: renovate/renovate:39.238.2-full image: renovate/renovate:39.238.1-full
envFrom: envFrom:
- secretRef: - secretRef:
name: renovate-env name: renovate-env

View File

@@ -54,6 +54,3 @@ spec:
lbipam.cilium.io/sharing-key: gitea lbipam.cilium.io/sharing-key: gitea
lbipam.cilium.io/sharing-cross-namespace: gitea lbipam.cilium.io/sharing-cross-namespace: gitea
lbipam.cilium.io/ips: 10.44.0.0,2001:470:61a3:400::1 lbipam.cilium.io/ips: 10.44.0.0,2001:470:61a3:400::1
config:
entries:
proxy-buffering: "false"