Update var name and chart patch ver (#762)

This commit is contained in:
Chris Golden 2021-04-07 15:59:39 +02:00 committed by GitHub
parent 02471a1b11
commit 93502f1946
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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 -}}

View File

@ -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: