From 69e72a71426a2a5098a8e9414b7bee65a795c0ef Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 1 May 2026 07:21:51 -0700 Subject: [PATCH] =?UTF-8?q?C1:=20alloy=20v1.16.0=20=E2=80=94=20bump=20kust?= =?UTF-8?q?omization=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both container images published manually (CI on indri couldn't complete due to host RAM pressure — 7.2 GB in macOS memory compressor causing ~10–100x slowdown on memory-touching work, see separate ticket thread): - registry.ops.eblu.me/blumeops/alloy:v1.16.0-26a3ab5 (dagger build, run locally on gilbert via container.py) - registry.ops.eblu.me/blumeops/alloy:v1.16.0-26a3ab5-nix (nix build, run on ringtail's nix-container-builder) Both images built from the alloy-v1.16.0 branch tip 26a3ab5b. After PR squash-merge, follow up with a C0 to rebuild from the main SHA and bump tags to a [main]-marked variant per the squash-merge convention. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/alloy-k8s/kustomization.yaml | 2 +- argocd/manifests/alloy-ringtail/kustomization.yaml | 2 +- argocd/manifests/alloy-tracing-ringtail/kustomization.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/manifests/alloy-k8s/kustomization.yaml b/argocd/manifests/alloy-k8s/kustomization.yaml index f51bd3a..0326190 100644 --- a/argocd/manifests/alloy-k8s/kustomization.yaml +++ b/argocd/manifests/alloy-k8s/kustomization.yaml @@ -10,7 +10,7 @@ resources: images: - name: registry.ops.eblu.me/blumeops/alloy - newTag: v1.14.0-fd0bebb + newTag: v1.16.0-26a3ab5 configMapGenerator: - name: alloy-config diff --git a/argocd/manifests/alloy-ringtail/kustomization.yaml b/argocd/manifests/alloy-ringtail/kustomization.yaml index df472aa..cecae35 100644 --- a/argocd/manifests/alloy-ringtail/kustomization.yaml +++ b/argocd/manifests/alloy-ringtail/kustomization.yaml @@ -10,7 +10,7 @@ resources: images: - name: registry.ops.eblu.me/blumeops/alloy - newTag: v1.14.0-fd0bebb-nix + newTag: v1.16.0-26a3ab5-nix configMapGenerator: - name: alloy-config diff --git a/argocd/manifests/alloy-tracing-ringtail/kustomization.yaml b/argocd/manifests/alloy-tracing-ringtail/kustomization.yaml index 5c8e683..ac25f4a 100644 --- a/argocd/manifests/alloy-tracing-ringtail/kustomization.yaml +++ b/argocd/manifests/alloy-tracing-ringtail/kustomization.yaml @@ -9,7 +9,7 @@ resources: images: - name: registry.ops.eblu.me/blumeops/alloy - newTag: v1.14.0-fd0bebb-nix + newTag: v1.16.0-26a3ab5-nix configMapGenerator: - name: alloy-tracing-config