2 Commits

Author SHA1 Message Date
f1dcb83db9 Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.135.1
Some checks failed
lint-test-helm / helm-lint (pull_request) Failing after 3s
2025-06-20 04:19:39 +00:00
983db36fba update selector
Some checks failed
renovate / renovate (push) Successful in 1m9s
lint-test-helm / helm-lint (push) Failing after 2s
2025-06-19 23:18:48 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ immich:
main: main:
image: image:
repository: ghcr.io/immich-app/immich-machine-learning repository: ghcr.io/immich-app/immich-machine-learning
tag: v1.134.0 tag: v1.135.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TRANSFORMERS_CACHE - name: TRANSFORMERS_CACHE

View File

@@ -15,8 +15,8 @@ spec:
path: /metrics path: /metrics
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/controller: main app.kubernetes.io/service: qbittorrent
app.kubernetes.io/name: qbittorrent app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
--- ---
@@ -37,6 +37,6 @@ spec:
path: /metrics path: /metrics
selector: selector:
matchLabels: matchLabels:
app.kubernetes.io/controller: qbit-manage app.kubernetes.io/service: qbittorrent-qbit-manage
app.kubernetes.io/name: qbittorrent app.kubernetes.io/name: {{ .Release.Name }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}