NAS-123941 / 24.04 / Vaultwarden - Add TZ config option (#1516)

* Vaultwarden - Add TZ config option

* bump common
This commit is contained in:
Stavros Kois
2023-09-06 15:35:30 +03:00
committed by GitHub
parent f7c92eb4c7
commit 2db0f5a0c1
5 changed files with 15 additions and 5 deletions

View File

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

View File

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

View File

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