From 93502f1946ca5c5822e93399b33987150884251e Mon Sep 17 00:00:00 2001 From: Chris Golden Date: Wed, 7 Apr 2021 15:59:39 +0200 Subject: [PATCH] Update var name and chart patch ver (#762) --- charts/stable/bitwardenrs/Chart.yaml | 2 +- charts/stable/bitwardenrs/README.md | 4 ++-- charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl | 2 +- charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/stable/bitwardenrs/Chart.yaml b/charts/stable/bitwardenrs/Chart.yaml index face51eb..6befb5f2 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.1 +version: 2.1.2 appVersion: 1.18.0 keywords: - bitwarden diff --git a/charts/stable/bitwardenrs/README.md b/charts/stable/bitwardenrs/README.md index 4e5ee41f..fd7d0ef3 100644 --- a/charts/stable/bitwardenrs/README.md +++ b/charts/stable/bitwardenrs/README.md @@ -1,6 +1,6 @@ # bitwardenrs -![Version: 2.1.1](https://img.shields.io/badge/Version-2.1.1-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.2](https://img.shields.io/badge/Version-2.1.2-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.1]: #2.1.1 +[2.1.2]: #2.1.2 ## Support diff --git a/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl b/charts/stable/bitwardenrs/README_CHANGELOG.md.gotmpl index 56d7e2b3..9ffc1f38 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.1]: #2.1.1 +[2.1.2]: #2.1.2 {{- end -}} diff --git a/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml b/charts/stable/bitwardenrs/templates/deployment-ldapsync.yaml index 6ad901b0..c9044f95 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.existinSecret) }} +{{- if and (.Values.ldapSync.enabled) (not .Values.ldapSync.existingSecret) }} apiVersion: apps/v1 kind: Deployment metadata: