mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
Remove 20 char limit for the vaultwarden admin token (#1189)
Hashed tokens (as per recommendation) will exceed the imposed 20 char limit.
This commit is contained in:
@@ -4,7 +4,7 @@ description: Alternative implementation of the Bitwarden server API written in R
|
||||
annotations:
|
||||
title: Vaultwarden
|
||||
type: application
|
||||
version: 1.0.6
|
||||
version: 1.0.7
|
||||
apiVersion: v2
|
||||
appVersion: '1.28.1'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
|
||||
@@ -41,7 +41,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
max_length: 20
|
||||
default: ""
|
||||
- variable: additionalEnvs
|
||||
label: Additional Environment Variables
|
||||
|
||||
Reference in New Issue
Block a user