Compare commits
13 Commits
renovate/l
...
renovate/r
| Author | SHA1 | Date | |
|---|---|---|---|
| d195873dcc | |||
| f9ca26f7bb | |||
| 633d5873bd | |||
| 2bb88541ca | |||
| af8b4b4dbc | |||
| 2f0051c2dc | |||
| 664ffb04a6 | |||
| eeb0a66787 | |||
| 27c9865727 | |||
| 873420546a | |||
| 816c43b945 | |||
| 22045d4309 | |||
| 2bbef842a4 |
@@ -12,4 +12,4 @@ namespace: audiobookshelf
|
|||||||
images:
|
images:
|
||||||
- name: audiobookshelf
|
- name: audiobookshelf
|
||||||
newName: ghcr.io/advplyr/audiobookshelf
|
newName: ghcr.io/advplyr/audiobookshelf
|
||||||
newTag: "2.29.0"
|
newTag: "2.30.0"
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ spec:
|
|||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`immich.kluster.moll.re`)
|
- match: Host(`immich.kluster.moll.re`) || Host(`photos.kluster.moll.re`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: immich-server
|
- name: immich-server
|
||||||
|
|||||||
@@ -22,6 +22,6 @@ helmCharts:
|
|||||||
|
|
||||||
images:
|
images:
|
||||||
- name: ghcr.io/immich-app/immich-machine-learning
|
- name: ghcr.io/immich-app/immich-machine-learning
|
||||||
newTag: v2.1.0
|
newTag: v2.2.3
|
||||||
- name: ghcr.io/immich-app/immich-server
|
- name: ghcr.io/immich-app/immich-server
|
||||||
newTag: v2.1.0
|
newTag: v2.2.3
|
||||||
|
|||||||
@@ -6,9 +6,9 @@ spec:
|
|||||||
endpoints:
|
endpoints:
|
||||||
- port: metrics-api
|
- port: metrics-api
|
||||||
scheme: http
|
scheme: http
|
||||||
- port: metrics-ms
|
path: /metrics
|
||||||
scheme: http
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: server
|
# app.kubernetes.io/name: server
|
||||||
app.kubernetes.io/service: immich-server
|
app.kubernetes.io/service: immich-server
|
||||||
|
app.kubernetes.io/instance: immich
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ helmCharts:
|
|||||||
- name: redis
|
- name: redis
|
||||||
releaseName: redis
|
releaseName: redis
|
||||||
repo: https://charts.bitnami.com/bitnami
|
repo: https://charts.bitnami.com/bitnami
|
||||||
version: 23.2.5
|
version: 23.2.6
|
||||||
valuesInline:
|
valuesInline:
|
||||||
auth:
|
auth:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ kind: Kustomization
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- 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
|
- ingress.yaml
|
||||||
- argo-apps.application.yaml
|
- argo-apps.application.yaml
|
||||||
- bootstrap-repo.sealedsecret.yaml
|
- bootstrap-repo.sealedsecret.yaml
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: thanos
|
- name: thanos
|
||||||
newName: quay.io/thanos/thanos
|
newName: quay.io/thanos/thanos
|
||||||
newTag: v0.39.2
|
newTag: v0.40.1
|
||||||
|
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
|
|||||||
@@ -11,4 +11,4 @@ resources:
|
|||||||
images:
|
images:
|
||||||
- name: renovate/renovate
|
- name: renovate/renovate
|
||||||
newName: renovate/renovate
|
newName: renovate/renovate
|
||||||
newTag: "41"
|
newTag: "42"
|
||||||
|
|||||||
Reference in New Issue
Block a user