3 Commits

Author SHA1 Message Date
9e935a5c21 Update ghcr.io/moghtech/komodo-core Docker tag to v1.18.4
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-07-10 02:19:01 +00:00
72481df33b change match
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m31s
2025-07-09 21:17:38 -05:00
368a756f82 change interval 2025-07-09 21:02:16 -05:00
2 changed files with 4 additions and 4 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.4
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: COMPOSE_LOGGING_DRIVER - name: COMPOSE_LOGGING_DRIVER

View File

@@ -12,10 +12,10 @@ spec:
matchLabels: matchLabels:
app.kubernetes.io/name: s3-exporter app.kubernetes.io/name: s3-exporter
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
matchExpressions: # matchExpressions:
- { key: app.kubernetes.io/controller, operator: In, values: [digital-ocean] } # - { key: app.kubernetes.io/controller, operator: In, values: [digital-ocean] }
endpoints: endpoints:
- port: metrics - port: metrics
interval: 120s interval: 12h
scrapeTimeout: 30s scrapeTimeout: 30s
path: /metrics path: /metrics