From 5ac011f02b13b1ef3a6465ec5384e89c4968f6e2 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 7 Jun 2025 16:24:51 -0400 Subject: [PATCH] remove pruning on all kustomizations in preparation for update --- bootstrap/kustomizations/kustomization-baikal.yaml | 2 +- bootstrap/kustomizations/kustomization-calibre-web.yaml | 2 +- bootstrap/kustomizations/kustomization-cert-manager.yaml | 2 +- bootstrap/kustomizations/kustomization-cnpg.yaml | 2 +- bootstrap/kustomizations/kustomization-external-dns.yaml | 2 +- bootstrap/kustomizations/kustomization-gitea.yaml | 2 +- bootstrap/kustomizations/kustomization-hoarder.yaml | 2 +- bootstrap/kustomizations/kustomization-homeassistant.yaml | 2 +- bootstrap/kustomizations/kustomization-immich.yaml | 2 +- .../kustomizations/kustomization-kube-prometheus-stack.yaml | 2 +- .../kustomizations/kustomization-letsencrypt-wildcard-cert.yaml | 2 +- bootstrap/kustomizations/kustomization-longhorn.yaml | 2 +- bootstrap/kustomizations/kustomization-media.yaml | 2 +- bootstrap/kustomizations/kustomization-metallb-config.yaml | 2 +- bootstrap/kustomizations/kustomization-metallb-system.yaml | 2 +- bootstrap/kustomizations/kustomization-michaelthomson.yaml | 2 +- bootstrap/kustomizations/kustomization-nextcloud.yaml | 2 +- .../kustomization-nfs-subdir-external-provisioner.yaml | 2 +- .../kustomizations/kustomization-nvidia-device-plugin.yaml | 2 +- bootstrap/kustomizations/kustomization-pihole.yaml | 2 +- bootstrap/kustomizations/kustomization-plane.yaml | 2 +- bootstrap/kustomizations/kustomization-reflector.yaml | 2 +- bootstrap/kustomizations/kustomization-roundcube.yaml | 2 +- bootstrap/kustomizations/kustomization-sealed-secrets.yaml | 2 +- bootstrap/kustomizations/kustomization-snapshot-controller.yaml | 2 +- bootstrap/kustomizations/kustomization-syncthing.yaml | 2 +- bootstrap/kustomizations/kustomization-traefik-config.yaml | 2 +- bootstrap/kustomizations/kustomization-traefik.yaml | 2 +- bootstrap/kustomizations/kustomization-uptime-kuma.yaml | 2 +- bootstrap/kustomizations/kustomization-vaultwarden.yaml | 2 +- bootstrap/kustomizations/kustomization-wg-easy.yaml | 2 +- bootstrap/kustomizations/kustomization-woodpecker.yaml | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/bootstrap/kustomizations/kustomization-baikal.yaml b/bootstrap/kustomizations/kustomization-baikal.yaml index acf3179..e8ba874 100644 --- a/bootstrap/kustomizations/kustomization-baikal.yaml +++ b/bootstrap/kustomizations/kustomization-baikal.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./baikal - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-calibre-web.yaml b/bootstrap/kustomizations/kustomization-calibre-web.yaml index 4d61b6f..c083e43 100644 --- a/bootstrap/kustomizations/kustomization-calibre-web.yaml +++ b/bootstrap/kustomizations/kustomization-calibre-web.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./calibre-web - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-cert-manager.yaml b/bootstrap/kustomizations/kustomization-cert-manager.yaml index 3983050..a6526e4 100644 --- a/bootstrap/kustomizations/kustomization-cert-manager.yaml +++ b/bootstrap/kustomizations/kustomization-cert-manager.yaml @@ -8,7 +8,7 @@ spec: path: ./cert-manager dependsOn: - name: external-dns - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-cnpg.yaml b/bootstrap/kustomizations/kustomization-cnpg.yaml index 3369caa..98a17f1 100644 --- a/bootstrap/kustomizations/kustomization-cnpg.yaml +++ b/bootstrap/kustomizations/kustomization-cnpg.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./cnpg - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-external-dns.yaml b/bootstrap/kustomizations/kustomization-external-dns.yaml index 3486c8e..3bda427 100644 --- a/bootstrap/kustomizations/kustomization-external-dns.yaml +++ b/bootstrap/kustomizations/kustomization-external-dns.yaml @@ -8,7 +8,7 @@ spec: path: ./external-dns dependsOn: - name: sealed-secrets - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 10m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-gitea.yaml b/bootstrap/kustomizations/kustomization-gitea.yaml index cd43756..44b31bd 100644 --- a/bootstrap/kustomizations/kustomization-gitea.yaml +++ b/bootstrap/kustomizations/kustomization-gitea.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./gitea - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-hoarder.yaml b/bootstrap/kustomizations/kustomization-hoarder.yaml index 30b0368..880eb31 100644 --- a/bootstrap/kustomizations/kustomization-hoarder.yaml +++ b/bootstrap/kustomizations/kustomization-hoarder.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./hoarder - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-homeassistant.yaml b/bootstrap/kustomizations/kustomization-homeassistant.yaml index 326221c..c7b3856 100644 --- a/bootstrap/kustomizations/kustomization-homeassistant.yaml +++ b/bootstrap/kustomizations/kustomization-homeassistant.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./homeassistant - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-immich.yaml b/bootstrap/kustomizations/kustomization-immich.yaml index bebd602..d8b2ddc 100644 --- a/bootstrap/kustomizations/kustomization-immich.yaml +++ b/bootstrap/kustomizations/kustomization-immich.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./immich - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-kube-prometheus-stack.yaml b/bootstrap/kustomizations/kustomization-kube-prometheus-stack.yaml index 96471d5..4df6f5f 100644 --- a/bootstrap/kustomizations/kustomization-kube-prometheus-stack.yaml +++ b/bootstrap/kustomizations/kustomization-kube-prometheus-stack.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./kube-prometheus-stack - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-letsencrypt-wildcard-cert.yaml b/bootstrap/kustomizations/kustomization-letsencrypt-wildcard-cert.yaml index e0c9625..84b642e 100644 --- a/bootstrap/kustomizations/kustomization-letsencrypt-wildcard-cert.yaml +++ b/bootstrap/kustomizations/kustomization-letsencrypt-wildcard-cert.yaml @@ -8,7 +8,7 @@ spec: path: ./letsencrypt-wildcard-cert dependsOn: - name: cert-manager - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-longhorn.yaml b/bootstrap/kustomizations/kustomization-longhorn.yaml index af90560..b57ae12 100644 --- a/bootstrap/kustomizations/kustomization-longhorn.yaml +++ b/bootstrap/kustomizations/kustomization-longhorn.yaml @@ -8,7 +8,7 @@ spec: path: ./longhorn dependsOn: - name: nfs-subdir-external-provisioner - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-media.yaml b/bootstrap/kustomizations/kustomization-media.yaml index 771e9ab..6ce6c2e 100644 --- a/bootstrap/kustomizations/kustomization-media.yaml +++ b/bootstrap/kustomizations/kustomization-media.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./media - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-metallb-config.yaml b/bootstrap/kustomizations/kustomization-metallb-config.yaml index 037b8ac..9b7b9ec 100644 --- a/bootstrap/kustomizations/kustomization-metallb-config.yaml +++ b/bootstrap/kustomizations/kustomization-metallb-config.yaml @@ -8,7 +8,7 @@ spec: dependsOn: - name: metallb-system path: ./metallb-config - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-metallb-system.yaml b/bootstrap/kustomizations/kustomization-metallb-system.yaml index 7f72eda..a2f390f 100644 --- a/bootstrap/kustomizations/kustomization-metallb-system.yaml +++ b/bootstrap/kustomizations/kustomization-metallb-system.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./metallb-system - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-michaelthomson.yaml b/bootstrap/kustomizations/kustomization-michaelthomson.yaml index 7548ebb..c561727 100644 --- a/bootstrap/kustomizations/kustomization-michaelthomson.yaml +++ b/bootstrap/kustomizations/kustomization-michaelthomson.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./michaelthomson - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-nextcloud.yaml b/bootstrap/kustomizations/kustomization-nextcloud.yaml index 3a640e1..0421f6a 100644 --- a/bootstrap/kustomizations/kustomization-nextcloud.yaml +++ b/bootstrap/kustomizations/kustomization-nextcloud.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./nextcloud - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml b/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml index 03a43d0..3cb8a93 100644 --- a/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml +++ b/bootstrap/kustomizations/kustomization-nfs-subdir-external-provisioner.yaml @@ -8,7 +8,7 @@ spec: path: ./nfs-subdir-external-provisioner dependsOn: - name: traefik-config - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-nvidia-device-plugin.yaml b/bootstrap/kustomizations/kustomization-nvidia-device-plugin.yaml index d11ad62..a5bdc02 100644 --- a/bootstrap/kustomizations/kustomization-nvidia-device-plugin.yaml +++ b/bootstrap/kustomizations/kustomization-nvidia-device-plugin.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./nvidia-device-plugin - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-pihole.yaml b/bootstrap/kustomizations/kustomization-pihole.yaml index 1926ef8..00711be 100644 --- a/bootstrap/kustomizations/kustomization-pihole.yaml +++ b/bootstrap/kustomizations/kustomization-pihole.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./pihole - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-plane.yaml b/bootstrap/kustomizations/kustomization-plane.yaml index 20e19bd..d456e67 100644 --- a/bootstrap/kustomizations/kustomization-plane.yaml +++ b/bootstrap/kustomizations/kustomization-plane.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./plane - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-reflector.yaml b/bootstrap/kustomizations/kustomization-reflector.yaml index 7cc2eff..f07b8ea 100644 --- a/bootstrap/kustomizations/kustomization-reflector.yaml +++ b/bootstrap/kustomizations/kustomization-reflector.yaml @@ -8,7 +8,7 @@ spec: path: ./reflector dependsOn: - name: letsencrypt-wildcard-cert - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-roundcube.yaml b/bootstrap/kustomizations/kustomization-roundcube.yaml index 0738229..c38aee5 100644 --- a/bootstrap/kustomizations/kustomization-roundcube.yaml +++ b/bootstrap/kustomizations/kustomization-roundcube.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./roundcube - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-sealed-secrets.yaml b/bootstrap/kustomizations/kustomization-sealed-secrets.yaml index a2a9232..0b8191b 100644 --- a/bootstrap/kustomizations/kustomization-sealed-secrets.yaml +++ b/bootstrap/kustomizations/kustomization-sealed-secrets.yaml @@ -9,7 +9,7 @@ spec: dependsOn: - name: metallb-system - name: metallb-config - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-snapshot-controller.yaml b/bootstrap/kustomizations/kustomization-snapshot-controller.yaml index bab18a8..05769fc 100644 --- a/bootstrap/kustomizations/kustomization-snapshot-controller.yaml +++ b/bootstrap/kustomizations/kustomization-snapshot-controller.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./snapshot-controller - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-syncthing.yaml b/bootstrap/kustomizations/kustomization-syncthing.yaml index 2e7f54f..87fcd77 100644 --- a/bootstrap/kustomizations/kustomization-syncthing.yaml +++ b/bootstrap/kustomizations/kustomization-syncthing.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./syncthing - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-traefik-config.yaml b/bootstrap/kustomizations/kustomization-traefik-config.yaml index e608bba..cb4a971 100644 --- a/bootstrap/kustomizations/kustomization-traefik-config.yaml +++ b/bootstrap/kustomizations/kustomization-traefik-config.yaml @@ -8,7 +8,7 @@ spec: path: ./traefik-config dependsOn: - name: traefik - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-traefik.yaml b/bootstrap/kustomizations/kustomization-traefik.yaml index bbe40cb..555c7d5 100644 --- a/bootstrap/kustomizations/kustomization-traefik.yaml +++ b/bootstrap/kustomizations/kustomization-traefik.yaml @@ -8,7 +8,7 @@ spec: path: ./traefik dependsOn: - name: reflector - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-uptime-kuma.yaml b/bootstrap/kustomizations/kustomization-uptime-kuma.yaml index 3625b8e..d14c03a 100644 --- a/bootstrap/kustomizations/kustomization-uptime-kuma.yaml +++ b/bootstrap/kustomizations/kustomization-uptime-kuma.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./uptime-kuma - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-vaultwarden.yaml b/bootstrap/kustomizations/kustomization-vaultwarden.yaml index d939109..979ed90 100644 --- a/bootstrap/kustomizations/kustomization-vaultwarden.yaml +++ b/bootstrap/kustomizations/kustomization-vaultwarden.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./vaultwarden - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-wg-easy.yaml b/bootstrap/kustomizations/kustomization-wg-easy.yaml index 809ea9b..728b3ae 100644 --- a/bootstrap/kustomizations/kustomization-wg-easy.yaml +++ b/bootstrap/kustomizations/kustomization-wg-easy.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./wg-easy - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository diff --git a/bootstrap/kustomizations/kustomization-woodpecker.yaml b/bootstrap/kustomizations/kustomization-woodpecker.yaml index 0f03d6e..fd911e9 100644 --- a/bootstrap/kustomizations/kustomization-woodpecker.yaml +++ b/bootstrap/kustomizations/kustomization-woodpecker.yaml @@ -6,7 +6,7 @@ metadata: spec: interval: 15m path: ./woodpecker - prune: true # remove any elements later removed from the above path + prune: false # remove any elements later removed from the above path timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository