mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 16:59:53 +08:00
NAS-123941 / 24.04 / Vaultwarden - Add TZ config option (#1516)
* Vaultwarden - Add TZ config option * bump common
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.1.0
|
||||
digest: sha256:752ce76025f5b61094bd2b18ca11693eb9d26d0dde4eb2e63cd2330cbffe9e73
|
||||
generated: "2023-08-28T16:57:59.378386821+03:00"
|
||||
version: 1.1.1
|
||||
digest: sha256:a7dbe3e4d42dbcd4325776e5e01a1d630c7f185f79e7ebf22b1b9cc80f56eed7
|
||||
generated: "2023-09-06T11:18:14.261225977+03:00"
|
||||
|
||||
@@ -4,7 +4,7 @@ description: Alternative implementation of the Bitwarden server API written in R
|
||||
annotations:
|
||||
title: Vaultwarden
|
||||
type: application
|
||||
version: 1.0.23
|
||||
version: 1.0.24
|
||||
apiVersion: v2
|
||||
appVersion: 1.29.2
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -15,7 +15,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
home: https://github.com/dani-garcia/vaultwarden
|
||||
icon: https://raw.githubusercontent.com/dani-garcia/vaultwarden/main/src/static/images/vaultwarden-icon.png
|
||||
sources:
|
||||
|
||||
Binary file not shown.
BIN
library/ix-dev/community/vaultwarden/charts/common-1.1.1.tgz
Normal file
BIN
library/ix-dev/community/vaultwarden/charts/common-1.1.1.tgz
Normal file
Binary file not shown.
@@ -29,6 +29,16 @@ portals:
|
||||
path: "$kubernetes-resource_configmap_portal_admin_path"
|
||||
|
||||
questions:
|
||||
- variable: TZ
|
||||
group: Vaultwarden Configuration
|
||||
label: Timezone
|
||||
schema:
|
||||
type: string
|
||||
default: Etc/UTC
|
||||
required: true
|
||||
$ref:
|
||||
- definitions/timezone
|
||||
|
||||
- variable: vaultwardenConfig
|
||||
label: ""
|
||||
group: Vaultwarden Configuration
|
||||
|
||||
Reference in New Issue
Block a user