From 338e3c23c22428f44e90ffba9963cd6ae4072588 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 25 May 2024 08:43:43 -0500 Subject: [PATCH] update --- bitwarden/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitwarden/templates/deployment.yaml b/bitwarden/templates/deployment.yaml index 4789083..9a78d07 100644 --- a/bitwarden/templates/deployment.yaml +++ b/bitwarden/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: bitwarden - image: registry.internal.durp.info/vaultwarden/server:1.30.3 + image: registry.internal.durp.info/vaultwarden/server:1.30.5 imagePullPolicy: Always volumeMounts: - name: bitwarden-pvc @@ -28,7 +28,7 @@ spec: containerPort: 80 env: - name: SIGNUPS_ALLOWED - value: "FALSE" + value: "TRUE" - name: INVITATIONS_ALLOWED value: "FALSE" - name: WEBSOCKET_ENABLED