From e222d47d455d07d18d1cf66d2a8984aa85d32586 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 15 May 2026 20:09:54 -0700 Subject: [PATCH] C0: deploy shower v1.1.3 (kustomize newTag bump) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Image v1.1.3-3645098-nix was built directly on ringtail and pushed via skopeo, bypassing the Forgejo runner: indri was severely overloaded (load avg 24.92, minikube VM at 344% CPU) and the workflow-dispatch endpoint timed out. The image content is identical to what the runner would have produced — same default.nix at commit 3645098 (on main), same NIX_PATH (current nixpkgs flake), same skopeo invocation. Tag short-sha matches the commit that defines the recipe so we aren't pinning to a ghost. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/shower/kustomization.yaml | 2 +- docs/changelog.d/+shower-1.1.3-deploy.infra.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog.d/+shower-1.1.3-deploy.infra.md diff --git a/argocd/manifests/shower/kustomization.yaml b/argocd/manifests/shower/kustomization.yaml index 6d4628c..1c29224 100644 --- a/argocd/manifests/shower/kustomization.yaml +++ b/argocd/manifests/shower/kustomization.yaml @@ -14,4 +14,4 @@ resources: images: - name: registry.ops.eblu.me/blumeops/shower - newTag: v1.1.2-a33fa47-nix + newTag: v1.1.3-3645098-nix diff --git a/docs/changelog.d/+shower-1.1.3-deploy.infra.md b/docs/changelog.d/+shower-1.1.3-deploy.infra.md new file mode 100644 index 0000000..833fac6 --- /dev/null +++ b/docs/changelog.d/+shower-1.1.3-deploy.infra.md @@ -0,0 +1 @@ +Deployed shower v1.1.3 to ringtail (image built and pushed from ringtail; runner bypassed due to indri overload).