diff --git a/charts/stable/bitwardenrs/Chart.yaml b/charts/stable/bitwardenrs/Chart.yaml
index 1de8b30f..14c15a55 100644
--- a/charts/stable/bitwardenrs/Chart.yaml
+++ b/charts/stable/bitwardenrs/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
 name: bitwardenrs
 description: Unofficial Bitwarden compatible server written in Rust
 type: application
-version: 2.1.8
+version: 2.1.9
 appVersion: 1.18.0
 keywords:
   - bitwarden
diff --git a/charts/stable/bitwardenrs/README.md b/charts/stable/bitwardenrs/README.md
index bd6b3905..43d425f9 100644
--- a/charts/stable/bitwardenrs/README.md
+++ b/charts/stable/bitwardenrs/README.md
@@ -1,6 +1,6 @@
 # bitwardenrs
 
-![Version: 2.1.8](https://img.shields.io/badge/Version-2.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
+![Version: 2.1.9](https://img.shields.io/badge/Version-2.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.18.0](https://img.shields.io/badge/AppVersion-1.18.0-informational?style=flat-square)
 
 Unofficial Bitwarden compatible server written in Rust
 
diff --git a/charts/stable/bitwardenrs/templates/ingress.yaml b/charts/stable/bitwardenrs/templates/ingress.yaml
index d8f0566a..14423e29 100644
--- a/charts/stable/bitwardenrs/templates/ingress.yaml
+++ b/charts/stable/bitwardenrs/templates/ingress.yaml
@@ -44,7 +44,7 @@ spec:
                 name: {{ $fullName }}
                 port:
                   name: http
-            {{- else -}}
+            {{- else }}
             backend:
               serviceName: {{ $fullName }}
               servicePort: {{ $svcPort }}