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

View File

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