apps
infrastructure
argocd
authelia
backup
external
external-dns
cloudflare-api.sealedsecret.yaml
cronjob.yaml
kustomization.yaml
namespace.yaml
gitea
metallb-system
monitoring
nfs-provisioner
pg-ha
renovate
sealedsecrets
traefik-system
kluster-deployments
.gitignore
README.md
renovate.json
18 lines
330 B
YAML
18 lines
330 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: external-dns
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- cloudflare-api.sealedsecret.yaml
|
|
- cronjob.yaml
|
|
|
|
images:
|
|
- name: octodns
|
|
newName: octodns/octodns # has all plugins
|
|
newTag: "2024.09"
|
|
|
|
- name: git
|
|
newName: alpine/git
|
|
newTag: "v2.47.1" |