core-deployments/apt-version-exporter/kustomization.yaml
tom 6d5d0d16a6
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
APT VERSION EXPORTER: update image tag to 3 (done automagically via Woodpecker pipeline)
2025-01-28 10:10:45 +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: "3"
namespace: apt-version-exporter