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