2 Commits

Author SHA1 Message Date
429e7ccc6b Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.3
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 7s
2025-06-20 04:19:50 +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

@@ -9,7 +9,7 @@ komodo:
main: main:
image: image:
repository: ghcr.io/moghtech/komodo-core repository: ghcr.io/moghtech/komodo-core
tag: 1.17.5 tag: 1.18.3
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: COMPOSE_LOGGING_DRIVER - name: COMPOSE_LOGGING_DRIVER

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 }}