13 Commits

Author SHA1 Message Date
d195873dcc Update renovate/renovate Docker tag to v42 2025-11-06 12:05:15 +00:00
f9ca26f7bb Merge pull request 'Update Helm release redis to v23.2.6' (#672) from renovate/redis-23.x into main 2025-11-05 20:08:10 +00:00
633d5873bd Update Helm release redis to v23.2.6 2025-11-05 20:03:40 +00:00
2bb88541ca update immich service monitor 2025-11-05 16:02:03 +01:00
af8b4b4dbc Merge pull request 'Update Immich containers to v2.2.3' (#663) from renovate/immich-app-images into main
Reviewed-on: #663
2025-11-05 14:46:05 +00:00
2f0051c2dc immich fixes 2025-11-05 15:45:16 +01:00
664ffb04a6 Merge pull request 'Update quay.io/thanos/thanos Docker tag to v0.40.1' (#665) from renovate/quay.io-thanos-thanos-0.x into main
Reviewed-on: #665
2025-11-05 14:32:28 +00:00
eeb0a66787 Merge pull request 'Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.30.0' (#659) from renovate/ghcr.io-advplyr-audiobookshelf-2.x into main
Reviewed-on: #659
2025-11-05 14:30:37 +00:00
27c9865727 Merge pull request 'Update dependency argoproj/argo-cd to v3.2.0' (#669) from renovate/argoproj-argo-cd-3.x into main
Reviewed-on: #669
2025-11-05 14:29:46 +00:00
873420546a Update Immich containers to v2.2.3 2025-11-05 14:03:13 +00:00
816c43b945 Update dependency argoproj/argo-cd to v3.2.0 2025-11-04 16:02:20 +00:00
22045d4309 Update quay.io/thanos/thanos Docker tag to v0.40.1 2025-11-03 22:02:40 +00:00
2bbef842a4 Update ghcr.io/advplyr/audiobookshelf Docker tag to v2.30.0 2025-11-03 16:49:58 +00:00
8 changed files with 11 additions and 11 deletions

View File

@@ -12,4 +12,4 @@ namespace: audiobookshelf
images:
- name: audiobookshelf
newName: ghcr.io/advplyr/audiobookshelf
newTag: "2.29.0"
newTag: "2.30.0"

View File

@@ -18,7 +18,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`immich.kluster.moll.re`)
- match: Host(`immich.kluster.moll.re`) || Host(`photos.kluster.moll.re`)
kind: Rule
services:
- name: immich-server

View File

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

View File

@@ -6,9 +6,9 @@ spec:
endpoints:
- port: metrics-api
scheme: http
- port: metrics-ms
scheme: http
path: /metrics
selector:
matchLabels:
app.kubernetes.io/name: server
# app.kubernetes.io/name: server
app.kubernetes.io/service: immich-server
app.kubernetes.io/instance: immich

View File

@@ -21,7 +21,7 @@ helmCharts:
- name: redis
releaseName: redis
repo: https://charts.bitnami.com/bitnami
version: 23.2.5
version: 23.2.6
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.1.9
- 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

@@ -17,7 +17,7 @@ resources:
images:
- name: thanos
newName: quay.io/thanos/thanos
newTag: v0.39.2
newTag: v0.40.1
helmCharts:

View File

@@ -11,4 +11,4 @@ resources:
images:
- name: renovate/renovate
newName: renovate/renovate
newTag: "41"
newTag: "42"