From 2c0917b266cc0f6715a733a92e106705d83584c9 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Fri, 1 May 2026 17:47:16 -0700 Subject: [PATCH] =?UTF-8?q?C0:=20valkey=20=E2=80=94=20bump=20kustomization?= =?UTF-8?q?=20tags=20to=20main-branch=20SHA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Routine post-merge follow-up after #346. Branch SHA tag (946fa75) replaced with the main-SHA-built tag (fabca04) so paperless and immich reference an image traceable to a commit on main. Co-Authored-By: Claude Opus 4.7 (1M context) --- argocd/manifests/immich/kustomization.yaml | 2 +- argocd/manifests/paperless/kustomization.yaml | 2 +- docs/changelog.d/+valkey-main-tag-bump.infra.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 docs/changelog.d/+valkey-main-tag-bump.infra.md diff --git a/argocd/manifests/immich/kustomization.yaml b/argocd/manifests/immich/kustomization.yaml index 399a975..5f8d02b 100644 --- a/argocd/manifests/immich/kustomization.yaml +++ b/argocd/manifests/immich/kustomization.yaml @@ -20,4 +20,4 @@ images: newTag: v2.6.3 - name: docker.io/valkey/valkey newName: registry.ops.eblu.me/blumeops/valkey - newTag: v8.1.6-r0-946fa75 + newTag: v8.1.6-r0-fabca04 diff --git a/argocd/manifests/paperless/kustomization.yaml b/argocd/manifests/paperless/kustomization.yaml index 4e1f658..9c6a086 100644 --- a/argocd/manifests/paperless/kustomization.yaml +++ b/argocd/manifests/paperless/kustomization.yaml @@ -16,4 +16,4 @@ images: newTag: v2.20.13-07f52e9 - name: docker.io/library/redis newName: registry.ops.eblu.me/blumeops/valkey - newTag: v8.1.6-r0-946fa75 + newTag: v8.1.6-r0-fabca04 diff --git a/docs/changelog.d/+valkey-main-tag-bump.infra.md b/docs/changelog.d/+valkey-main-tag-bump.infra.md new file mode 100644 index 0000000..cd19f60 --- /dev/null +++ b/docs/changelog.d/+valkey-main-tag-bump.infra.md @@ -0,0 +1 @@ +Bump paperless and immich kustomizations to the main-SHA-built valkey tag (`v8.1.6-r0-fabca04`). Routine post-merge follow-up to keep production manifests pointing at images built from a commit on main.