Compare commits
No commits in common. "6150b959886998323f5aaa7c66487a22a95eef0b" and "948594f5d30bd5badf4fe0eca97db37d231845fe" have entirely different histories.
6150b95988
...
948594f5d3
2 changed files with 3 additions and 7 deletions
|
@ -14,11 +14,7 @@ set +e
|
||||||
if [ -z "$previous_manifest" ]; then
|
if [ -z "$previous_manifest" ]; then
|
||||||
echo No previous manifest found!
|
echo No previous manifest found!
|
||||||
else
|
else
|
||||||
$DYFF between <(echo $previous_manifest) $MANIFEST \
|
$DYFF between --set-exit-code <(echo $previous_manifest) $MANIFEST
|
||||||
--exclude-regexp metadata.labels.kubenix/hash \
|
|
||||||
--exclude-regexp labels.kubenix/hash \
|
|
||||||
--set-exit-code
|
|
||||||
|
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -18,9 +18,9 @@ let
|
||||||
postgres15 = "postgres:15";
|
postgres15 = "postgres:15";
|
||||||
inbucket = "inbucket/inbucket:edge";
|
inbucket = "inbucket/inbucket:edge";
|
||||||
syncthing = "lscr.io/linuxserver/syncthing:1.27.12";
|
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";
|
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";
|
pihole = "pihole/pihole:2024.07.0";
|
||||||
immich = "ghcr.io/immich-app/immich-server:v1.117.0";
|
immich = "ghcr.io/immich-app/immich-server:v1.117.0";
|
||||||
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.117.0";
|
immich-machine-learning = "ghcr.io/immich-app/immich-machine-learning:v1.117.0";
|
||||||
|
|
Loading…
Add table
Reference in a new issue