From 3c5cb897f3b21626f295dded2cab8652882866a7 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 11:07:53 -0800 Subject: [PATCH] Update ntfy deployment to use nix-built container image Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/ntfy/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/ntfy/deployment.yaml b/argocd/manifests/ntfy/deployment.yaml index 7bff658..8515950 100644 --- a/argocd/manifests/ntfy/deployment.yaml +++ b/argocd/manifests/ntfy/deployment.yaml @@ -16,7 +16,7 @@ spec: spec: containers: - name: ntfy - image: registry.ops.eblu.me/blumeops/ntfy:v1.0.0 + image: registry.ops.eblu.me/blumeops/ntfy:v1.1.0-nix args: ["serve", "--config", "/etc/ntfy/server.yml"] ports: - containerPort: 80