core-deployments/apt-version-exporter/kustomization.yaml
tom a2d5cf946b
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
APT VERSION EXPORTER: update image tag to 4 (done automagically via Woodpecker pipeline)
2025-01-28 10:28:13 +00:00

13 lines
341 B
YAML

resources:
- ./namespace.yaml
- ./serviceaccount.yaml
- ./daemonset.yaml
- ./service.yaml
- ./servicemonitor.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: git.ar21.de/yolokube/go-apt-version-exporter
newName: git.ar21.de/yolokube/go-apt-version-exporter
newTag: "4"
namespace: apt-version-exporter