From 743c1fede18e66de951f83ac0f0b6a0f3bc4e027 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 27 Aug 2025 10:33:32 -0500 Subject: [PATCH] Add BitWarden escape hatch image --- manifests/bitwarden/deployment.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifests/bitwarden/deployment.yaml b/manifests/bitwarden/deployment.yaml index 5c48996..3a3fa7c 100644 --- a/manifests/bitwarden/deployment.yaml +++ b/manifests/bitwarden/deployment.yaml @@ -21,7 +21,11 @@ spec: spec: containers: - name: bitwarden-cli - image: "registry.thehellings.com/greg/nixos-config/img-bitwarden:latest" + # Since my gitlab instance depends on the database hosted in k3s, and the + # database depends on this image, I need a way to bootstrap the system if + # I am doing disaster recovery. And this is it. + image: "ghcr.io/greg-hellings/nixos-config/img-bitwarden:latest" + #image: "registry.thehellings.com/greg/nixos-config/img-bitwarden:latest" imagePullPolicy: Always env: - name: BW_CLIENTID