From 6c7daf2b14250e7452f21f4908680966ea805d82 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Sun, 20 Sep 2026 13:04:50 -0300 Subject: [PATCH] Pin Bitwarden CLI to compatible 2026.8.0 --- apps/infra/bitwarden-cli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/infra/bitwarden-cli.yaml b/apps/infra/bitwarden-cli.yaml index 6b53be4..0bcff45 100644 --- a/apps/infra/bitwarden-cli.yaml +++ b/apps/infra/bitwarden-cli.yaml @@ -60,7 +60,7 @@ spec: kubernetes.io/arch: amd64 containers: - name: bitwarden-cli - image: ghcr.io/charlesthomas/bitwarden-cli:2026.9.0 + image: ghcr.io/charlesthomas/bitwarden-cli:2026.8.0 # 2026.9.0 requires Vaultwarden's unimplemented user-key-ID backfill API imagePullPolicy: IfNotPresent # Override the baked entrypoint so --disable-origin-protection is # actually passed (it was commented out in the image's entrypoint.sh,