diff --git a/charts/stable/bitwardenrs/Chart.yaml b/charts/stable/bitwardenrs/Chart.yaml index c0b67c73..a1f6b1f4 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.4 +version: 2.1.5 appVersion: 1.18.0 keywords: - bitwarden diff --git a/charts/stable/bitwardenrs/README.md b/charts/stable/bitwardenrs/README.md index 46a1d93e..6f61e916 100644 --- a/charts/stable/bitwardenrs/README.md +++ b/charts/stable/bitwardenrs/README.md @@ -1,6 +1,6 @@ # bitwardenrs -![Version: 2.1.4](https://img.shields.io/badge/Version-2.1.4-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.5](https://img.shields.io/badge/Version-2.1.5-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 @@ -185,7 +185,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[2.1.3]: #2.1.3 +[2.1.5]: #2.1.5 ## Support @@ -195,4 +195,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Join our [Discord](https://discord.gg/sTMX7Vh) community ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) +Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0) \ No newline at end of file diff --git a/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl b/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl index f603aaf0..9193103b 100644 --- a/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl +++ b/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl @@ -25,5 +25,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - N/A -[2.1.3]: #2.1.3 +[2.1.5]: #2.1.5 {{- end -}} diff --git a/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml b/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml index c9044f95..2060bb86 100644 --- a/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml +++ b/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml @@ -1,4 +1,4 @@ -{{- if and (.Values.ldapSync.enabled) (not .Values.ldapSync.existingSecret) }} +{{- if .Values.ldapSync.enabled }} apiVersion: apps/v1 kind: Deployment metadata: