core-deployments/fail2ban-exporter/kustomization.yaml
tom 98bb2ae69e
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
FAIL2BAN PROMETHEUS EXPORTER: update image tag to 70 (done automagically via Woodpecker pipeline)
2024-11-15 20:22:30 +00:00

17 lines
491 B
YAML

resources:
- ./namespace.yaml
- ./serviceaccount.yaml
- ./daemonset.yaml
- ./deployment.yaml
- ./service.yaml
- ./servicemonitor.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: git.ar21.de/yolokube/country-geo-locations
newName: git.ar21.de/yolokube/country-geo-locations
newTag: "37"
- name: git.ar21.de/yolokube/fail2ban-prometheus-exporter
newName: git.ar21.de/yolokube/fail2ban-prometheus-exporter
newTag: "70"
namespace: fail2ban-prometheus