mirror of
https://github.com/truecharts/charts.git
synced 2026-07-10 15:04:05 -03:00
Fix bitwarden OTP typo (#514)
* OPT -> OTP * bitwarden: bump patchversion
This commit is contained in:
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/dani-garcia/bitwarden_rs
|
||||
type: application
|
||||
upstream_version: 2.1.5
|
||||
version: 1.3.0
|
||||
version: 1.3.1
|
||||
|
||||
@@ -70,12 +70,12 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: yubico
|
||||
label: "Yubico OPT authentication"
|
||||
label: "Yubico OTP authentication"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enable Yubico OPT authentication"
|
||||
label: "Enable Yubico OTP authentication"
|
||||
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
||||
schema:
|
||||
type: boolean
|
||||
|
||||
@@ -116,7 +116,7 @@ bitwardenrs:
|
||||
## SMTP password. Required is user is specified, ignored if no user provided.
|
||||
# password: ""
|
||||
|
||||
## Enable Yubico OPT authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||
## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||
yubico:
|
||||
enabled: false
|
||||
## Yubico server. Defaults to YubiCloud.
|
||||
|
||||
@@ -33,4 +33,4 @@ sources:
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/stable/bitwardenrs
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 2.0.2
|
||||
version: 2.0.3
|
||||
|
||||
@@ -63,12 +63,12 @@ questions:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: yubico
|
||||
label: "Yubico OPT authentication"
|
||||
label: "Yubico OTP authentication"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: enabled
|
||||
label: "Enable Yubico OPT authentication"
|
||||
label: "Enable Yubico OTP authentication"
|
||||
description: "Please refer to the manual at: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication"
|
||||
schema:
|
||||
type: boolean
|
||||
|
||||
@@ -119,7 +119,7 @@ vaultwarden:
|
||||
## SMTP password. Required is user is specified, ignored if no user provided.
|
||||
# password: ""
|
||||
|
||||
## Enable Yubico OPT authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||
## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication
|
||||
yubico:
|
||||
enabled: false
|
||||
## Yubico server. Defaults to YubiCloud.
|
||||
|
||||
Reference in New Issue
Block a user