From cc4afd20037835af2cecd9689487a7054b5d04f8 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sun, 8 Jun 2025 09:34:43 -0400 Subject: [PATCH] remove short timeouts --- apps/gitea/release.yaml | 1 - apps/immich/release.yaml | 1 - apps/kube-prometheus-stack/release.yaml | 1 - apps/nextcloud/release.yaml | 1 - apps/pihole/release.yaml | 1 - apps/plane/release.yaml | 1 - apps/vaultwarden/release.yaml | 1 - apps/woodpecker/release.yaml | 1 - bootstrap/apps/kustomization-baikal.yaml | 1 - bootstrap/apps/kustomization-calibre-web.yaml | 1 - bootstrap/apps/kustomization-gitea.yaml | 1 - bootstrap/apps/kustomization-hoarder.yaml | 1 - bootstrap/apps/kustomization-homeassistant.yaml | 1 - bootstrap/apps/kustomization-immich.yaml | 1 - bootstrap/apps/kustomization-kube-prometheus-stack.yaml | 1 - bootstrap/apps/kustomization-media.yaml | 1 - bootstrap/apps/kustomization-michaelthomson.yaml | 1 - bootstrap/apps/kustomization-nextcloud.yaml | 1 - bootstrap/apps/kustomization-pihole.yaml | 1 - bootstrap/apps/kustomization-plane.yaml | 1 - bootstrap/apps/kustomization-roundcube.yaml | 1 - bootstrap/apps/kustomization-syncthing.yaml | 1 - bootstrap/apps/kustomization-uptime-kuma.yaml | 1 - bootstrap/apps/kustomization-vaultwarden.yaml | 1 - bootstrap/apps/kustomization-wg-easy.yaml | 1 - bootstrap/apps/kustomization-woodpecker.yaml | 1 - bootstrap/infrastructure/infra-configs.yaml | 1 - bootstrap/infrastructure/infra-controllers.yaml | 1 - infrastructure/controllers/cert-manager/release.yaml | 1 - infrastructure/controllers/cnpg/release.yaml | 1 - infrastructure/controllers/external-dns/release.yaml | 1 - infrastructure/controllers/longhorn/release.yaml | 1 - infrastructure/controllers/metallb/release.yaml | 1 - .../controllers/nfs-subdir-external-provisioner/release.yaml | 1 - infrastructure/controllers/nvidia-device-plugin/release.yaml | 1 - infrastructure/controllers/reflector/release.yaml | 1 - infrastructure/controllers/sealed-secrets/release.yaml | 1 - infrastructure/controllers/traefik/release.yaml | 1 - 38 files changed, 38 deletions(-) diff --git a/apps/gitea/release.yaml b/apps/gitea/release.yaml index 3e903f5..8a795a9 100644 --- a/apps/gitea/release.yaml +++ b/apps/gitea/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: gitea interval: 15m - timeout: 5m releaseName: gitea values: global: diff --git a/apps/immich/release.yaml b/apps/immich/release.yaml index abef8bd..c7bb8bd 100644 --- a/apps/immich/release.yaml +++ b/apps/immich/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: immich interval: 15m - timeout: 5m releaseName: immich values: env: diff --git a/apps/kube-prometheus-stack/release.yaml b/apps/kube-prometheus-stack/release.yaml index 1c08405..c6f6eeb 100644 --- a/apps/kube-prometheus-stack/release.yaml +++ b/apps/kube-prometheus-stack/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: prometheus-community interval: 15m - timeout: 5m releaseName: kube-prometheus-stack values: grafana: diff --git a/apps/nextcloud/release.yaml b/apps/nextcloud/release.yaml index 5544b6d..476ea13 100644 --- a/apps/nextcloud/release.yaml +++ b/apps/nextcloud/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: nextcloud interval: 15m - timeout: 5m releaseName: nextcloud values: image: diff --git a/apps/pihole/release.yaml b/apps/pihole/release.yaml index decfaba..fd7bc85 100644 --- a/apps/pihole/release.yaml +++ b/apps/pihole/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: mojo2600 interval: 15m - timeout: 5m releaseName: pihole values: # -- Configuration for the DNS service on port 53 diff --git a/apps/plane/release.yaml b/apps/plane/release.yaml index 323bef6..c667094 100644 --- a/apps/plane/release.yaml +++ b/apps/plane/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: plane interval: 15m - timeout: 5m releaseName: plane values: ingress: diff --git a/apps/vaultwarden/release.yaml b/apps/vaultwarden/release.yaml index cdcc469..c65afed 100644 --- a/apps/vaultwarden/release.yaml +++ b/apps/vaultwarden/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: vaultwarden interval: 15m - timeout: 5m releaseName: vaultwarden values: resourceType: Deployment diff --git a/apps/woodpecker/release.yaml b/apps/woodpecker/release.yaml index ca68382..94536d7 100644 --- a/apps/woodpecker/release.yaml +++ b/apps/woodpecker/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: woodpecker interval: 15m - timeout: 5m releaseName: woodpecker values: agent: diff --git a/bootstrap/apps/kustomization-baikal.yaml b/bootstrap/apps/kustomization-baikal.yaml index 53a5fb6..9da358f 100644 --- a/bootstrap/apps/kustomization-baikal.yaml +++ b/bootstrap/apps/kustomization-baikal.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/baikal prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-calibre-web.yaml b/bootstrap/apps/kustomization-calibre-web.yaml index 385f847..3748867 100644 --- a/bootstrap/apps/kustomization-calibre-web.yaml +++ b/bootstrap/apps/kustomization-calibre-web.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/calibre-web prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-gitea.yaml b/bootstrap/apps/kustomization-gitea.yaml index 227475e..8478d54 100644 --- a/bootstrap/apps/kustomization-gitea.yaml +++ b/bootstrap/apps/kustomization-gitea.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/gitea prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-hoarder.yaml b/bootstrap/apps/kustomization-hoarder.yaml index 3c52062..b8eda25 100644 --- a/bootstrap/apps/kustomization-hoarder.yaml +++ b/bootstrap/apps/kustomization-hoarder.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/hoarder prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-homeassistant.yaml b/bootstrap/apps/kustomization-homeassistant.yaml index 645d93c..82976f1 100644 --- a/bootstrap/apps/kustomization-homeassistant.yaml +++ b/bootstrap/apps/kustomization-homeassistant.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/homeassistant prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-immich.yaml b/bootstrap/apps/kustomization-immich.yaml index 56f0bf9..eb1995d 100644 --- a/bootstrap/apps/kustomization-immich.yaml +++ b/bootstrap/apps/kustomization-immich.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/immich prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-kube-prometheus-stack.yaml b/bootstrap/apps/kustomization-kube-prometheus-stack.yaml index b29bbdf..c76ad44 100644 --- a/bootstrap/apps/kustomization-kube-prometheus-stack.yaml +++ b/bootstrap/apps/kustomization-kube-prometheus-stack.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/kube-prometheus-stack prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-media.yaml b/bootstrap/apps/kustomization-media.yaml index 3fea944..f00b4c9 100644 --- a/bootstrap/apps/kustomization-media.yaml +++ b/bootstrap/apps/kustomization-media.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/media prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-michaelthomson.yaml b/bootstrap/apps/kustomization-michaelthomson.yaml index d76d899..18d69e1 100644 --- a/bootstrap/apps/kustomization-michaelthomson.yaml +++ b/bootstrap/apps/kustomization-michaelthomson.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/michaelthomson prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-nextcloud.yaml b/bootstrap/apps/kustomization-nextcloud.yaml index bf8e55a..e58ebe8 100644 --- a/bootstrap/apps/kustomization-nextcloud.yaml +++ b/bootstrap/apps/kustomization-nextcloud.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/nextcloud prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-pihole.yaml b/bootstrap/apps/kustomization-pihole.yaml index 6c20ee6..865da31 100644 --- a/bootstrap/apps/kustomization-pihole.yaml +++ b/bootstrap/apps/kustomization-pihole.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/pihole prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-plane.yaml b/bootstrap/apps/kustomization-plane.yaml index 583eb66..ec3c5f0 100644 --- a/bootstrap/apps/kustomization-plane.yaml +++ b/bootstrap/apps/kustomization-plane.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/plane prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-roundcube.yaml b/bootstrap/apps/kustomization-roundcube.yaml index 2d33d71..70f2821 100644 --- a/bootstrap/apps/kustomization-roundcube.yaml +++ b/bootstrap/apps/kustomization-roundcube.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/roundcube prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-syncthing.yaml b/bootstrap/apps/kustomization-syncthing.yaml index ae47971..561b9f6 100644 --- a/bootstrap/apps/kustomization-syncthing.yaml +++ b/bootstrap/apps/kustomization-syncthing.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/syncthing prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-uptime-kuma.yaml b/bootstrap/apps/kustomization-uptime-kuma.yaml index 391e200..c8856fe 100644 --- a/bootstrap/apps/kustomization-uptime-kuma.yaml +++ b/bootstrap/apps/kustomization-uptime-kuma.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/uptime-kuma prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-vaultwarden.yaml b/bootstrap/apps/kustomization-vaultwarden.yaml index 5df1023..5cfc226 100644 --- a/bootstrap/apps/kustomization-vaultwarden.yaml +++ b/bootstrap/apps/kustomization-vaultwarden.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/vaultwarden prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-wg-easy.yaml b/bootstrap/apps/kustomization-wg-easy.yaml index ba8c6eb..62880af 100644 --- a/bootstrap/apps/kustomization-wg-easy.yaml +++ b/bootstrap/apps/kustomization-wg-easy.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/wg-easy prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/apps/kustomization-woodpecker.yaml b/bootstrap/apps/kustomization-woodpecker.yaml index 595f6bd..b9c934e 100644 --- a/bootstrap/apps/kustomization-woodpecker.yaml +++ b/bootstrap/apps/kustomization-woodpecker.yaml @@ -8,7 +8,6 @@ spec: path: ./apps/woodpecker prune: false # remove any elements later removed from the above path wait: true - timeout: 2m # if not set, this defaults to interval duration, which is 1h sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/infrastructure/infra-configs.yaml b/bootstrap/infrastructure/infra-configs.yaml index abd9ede..b0fa657 100644 --- a/bootstrap/infrastructure/infra-configs.yaml +++ b/bootstrap/infrastructure/infra-configs.yaml @@ -8,7 +8,6 @@ spec: - name: infra-controllers interval: 1h retryInterval: 1m - timeout: 5m sourceRef: kind: GitRepository name: flux-system diff --git a/bootstrap/infrastructure/infra-controllers.yaml b/bootstrap/infrastructure/infra-controllers.yaml index 19f22e8..459ae1d 100644 --- a/bootstrap/infrastructure/infra-controllers.yaml +++ b/bootstrap/infrastructure/infra-controllers.yaml @@ -6,7 +6,6 @@ metadata: spec: interval: 1h retryInterval: 1m - timeout: 5m sourceRef: kind: GitRepository name: flux-system diff --git a/infrastructure/controllers/cert-manager/release.yaml b/infrastructure/controllers/cert-manager/release.yaml index d75d678..16300b6 100644 --- a/infrastructure/controllers/cert-manager/release.yaml +++ b/infrastructure/controllers/cert-manager/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: cert-manager interval: 15m - timeout: 5m releaseName: cert-manager values: installCRDs: true diff --git a/infrastructure/controllers/cnpg/release.yaml b/infrastructure/controllers/cnpg/release.yaml index df9d47c..b9cca69 100644 --- a/infrastructure/controllers/cnpg/release.yaml +++ b/infrastructure/controllers/cnpg/release.yaml @@ -12,6 +12,5 @@ spec: kind: HelmRepository name: cnpg interval: 15m - timeout: 5m releaseName: cnpg values: diff --git a/infrastructure/controllers/external-dns/release.yaml b/infrastructure/controllers/external-dns/release.yaml index f72b1f7..e8267f1 100644 --- a/infrastructure/controllers/external-dns/release.yaml +++ b/infrastructure/controllers/external-dns/release.yaml @@ -8,7 +8,6 @@ spec: kind: OCIRepository name: external-dns interval: 15m - timeout: 5m releaseName: external-dns values: sources: diff --git a/infrastructure/controllers/longhorn/release.yaml b/infrastructure/controllers/longhorn/release.yaml index 616d6f9..9a38ff5 100644 --- a/infrastructure/controllers/longhorn/release.yaml +++ b/infrastructure/controllers/longhorn/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: longhorn interval: 15m - timeout: 5m releaseName: longhorn values: persistence: diff --git a/infrastructure/controllers/metallb/release.yaml b/infrastructure/controllers/metallb/release.yaml index 6b241a7..358e62b 100644 --- a/infrastructure/controllers/metallb/release.yaml +++ b/infrastructure/controllers/metallb/release.yaml @@ -12,6 +12,5 @@ spec: kind: HelmRepository name: metallb interval: 15m - timeout: 5m releaseName: metallb values: diff --git a/infrastructure/controllers/nfs-subdir-external-provisioner/release.yaml b/infrastructure/controllers/nfs-subdir-external-provisioner/release.yaml index 6487545..226b780 100644 --- a/infrastructure/controllers/nfs-subdir-external-provisioner/release.yaml +++ b/infrastructure/controllers/nfs-subdir-external-provisioner/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: nfs-subdir-external-provisioner interval: 15m - timeout: 5m releaseName: nfs-subdir-external-provisioner values: replicaCount: 1 diff --git a/infrastructure/controllers/nvidia-device-plugin/release.yaml b/infrastructure/controllers/nvidia-device-plugin/release.yaml index d0e7ee1..9249b6e 100644 --- a/infrastructure/controllers/nvidia-device-plugin/release.yaml +++ b/infrastructure/controllers/nvidia-device-plugin/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: nvidia-device-plugin interval: 15m - timeout: 5m releaseName: nvidia-device-plugin values: # Plugin configuration diff --git a/infrastructure/controllers/reflector/release.yaml b/infrastructure/controllers/reflector/release.yaml index bba12b7..1edae56 100644 --- a/infrastructure/controllers/reflector/release.yaml +++ b/infrastructure/controllers/reflector/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: reflector interval: 15m - timeout: 5m releaseName: reflector values: # Default values for reflector. diff --git a/infrastructure/controllers/sealed-secrets/release.yaml b/infrastructure/controllers/sealed-secrets/release.yaml index 0eebc24..8a3f5f6 100644 --- a/infrastructure/controllers/sealed-secrets/release.yaml +++ b/infrastructure/controllers/sealed-secrets/release.yaml @@ -12,6 +12,5 @@ spec: kind: HelmRepository name: sealed-secrets interval: 15m - timeout: 5m releaseName: sealed-secrets values: diff --git a/infrastructure/controllers/traefik/release.yaml b/infrastructure/controllers/traefik/release.yaml index 05ce741..96a387e 100644 --- a/infrastructure/controllers/traefik/release.yaml +++ b/infrastructure/controllers/traefik/release.yaml @@ -12,7 +12,6 @@ spec: kind: HelmRepository name: traefik interval: 15m - timeout: 5m releaseName: traefik values: providers: