1 Commits

Author SHA1 Message Date
e2983a73c4 Update ghcr.io/coder/code-server Docker tag to v4.106.2 2025-11-20 02:01:59 +00:00
12 changed files with 13 additions and 28 deletions

View File

@@ -9,20 +9,9 @@ spec:
routes:
- match: Host(`audiobookshelf.kluster.moll.re`)
kind: Rule
middlewares:
- name: buffering
services:
- name: audiobookshelf-web
port: 80
tls:
certResolver: default-tls
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: buffering
spec:
buffering:
maxRequestBodyBytes: 10000000000 # approx 10gb
memRequestBodyBytes: 1048576

View File

@@ -12,4 +12,4 @@ namespace: code-server
images:
- name: code-server
newName: ghcr.io/coder/code-server
newTag: 4.106.3-fedora
newTag: 4.106.2-fedora

View File

@@ -13,4 +13,4 @@ namespace: files
images:
- name: ocis
newName: owncloud/ocis
newTag: "7.3.1"
newTag: "7.3.0"

View File

@@ -17,5 +17,5 @@ helmCharts:
- releaseName: grafana
name: grafana
repo: https://grafana.github.io/helm-charts
version: 10.2.0
version: 10.1.5
valuesFile: grafana.values.yaml

View File

@@ -22,6 +22,6 @@ helmCharts:
images:
- name: ghcr.io/immich-app/immich-machine-learning
newTag: v2.3.1
newTag: v2.2.3
- name: ghcr.io/immich-app/immich-server
newTag: v2.3.1
newTag: v2.2.3

View File

@@ -26,4 +26,5 @@ spec:
headers:
customRequestHeaders:
X-Forwarded-Proto: "https"
# enable websockets
Upgrade: "websocket"

View File

@@ -12,4 +12,4 @@ resources:
images:
- name: jellyfin/jellyfin
newName: jellyfin/jellyfin
newTag: 10.11.4
newTag: 10.11.3

View File

@@ -14,14 +14,14 @@ namespace: paperless
images:
- name: paperless
newName: ghcr.io/paperless-ngx/paperless-ngx
newTag: "2.20.1"
newTag: "2.19.6"
helmCharts:
- name: redis
releaseName: redis
repo: https://charts.bitnami.com/bitnami
version: 24.0.0
version: 23.2.12
valuesInline:
auth:
enabled: false

View File

@@ -4,7 +4,7 @@ kind: Kustomization
namespace: argocd
resources:
- namespace.yaml
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.2.1
- https://github.com/argoproj/argo-cd//manifests/cluster-install?timeout=120&ref=v3.2.0
- ingress.yaml
- argo-apps.application.yaml
- bootstrap-repo.sealedsecret.yaml

View File

@@ -11,4 +11,4 @@ resources:
images:
- name: dns
newName: git.kluster.moll.re/remoll/dns
newTag: 0.0.2-build.116
newTag: 0.0.2-build.106

View File

@@ -29,5 +29,5 @@ helmCharts:
- name: prometheus-node-exporter
releaseName: prometheus-node-exporter
repo: https://prometheus-community.github.io/helm-charts
version: 4.49.2
version: 4.49.1
valuesFile: prometheus-node-exporter.values.yaml

View File

@@ -66,11 +66,6 @@ data:
[entryPoints.websecure.forwardedHeaders]
insecure = true
# forward ip headers no matter where they come from
[entryPoints.websecure.transport.respondingTimeouts]
readTimeout = "0"
# writeTimeout = "300s"
# idleTimeout = "180s"
[entryPoints.metrics]
address = ":9100"