diff --git a/applyset-deploy.sh b/applyset-deploy.sh index 81bc8dc..adaea82 100644 --- a/applyset-deploy.sh +++ b/applyset-deploy.sh @@ -14,11 +14,7 @@ set +e if [ -z "$previous_manifest" ]; then echo No previous manifest found! else - $DYFF between <(echo $previous_manifest) $MANIFEST \ - --exclude-regexp metadata.labels.kubenix/hash \ - --exclude-regexp labels.kubenix/hash \ - --set-exit-code - + $DYFF between --set-exit-code <(echo $previous_manifest) $MANIFEST if [ $? -eq 0 ]; then exit 0 fi diff --git a/globals.nix b/globals.nix index a37bdc3..98bcf64 100644 --- a/globals.nix +++ b/globals.nix @@ -18,9 +18,9 @@ let postgres15 = "postgres:15"; inbucket = "inbucket/inbucket:edge"; syncthing = "lscr.io/linuxserver/syncthing:1.27.12"; - radicale = "tomsquest/docker-radicale:3.3.0.0"; + radicale = "tomsquest/docker-radicale:3.2.3.1"; ntfy = "binwiederhier/ntfy:v2.11.0"; - forgejo = "codeberg.org/forgejo/forgejo:9.0.0"; + forgejo = "codeberg.org/forgejo/forgejo:8.0.3"; pihole = "pihole/pihole:2024.07.0"; immich = "ghcr.io/immich-app/immich-server:v1.117.0"; immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.117.0";