feat(vaultwarden): Add admin portal button (#1673)

* feat(vaultwarden): Add admin portal button

* bump patch
This commit is contained in:
Stavros Kois
2022-01-10 19:11:16 +02:00
committed by GitHub
parent d8d8d77ef6
commit d866bdb36a
2 changed files with 9 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ name: vaultwarden
sources:
- https://github.com/dani-garcia/vaultwarden
type: application
version: 13.0.20
version: 13.0.21
annotations:
truecharts.org/catagories: |
- security

View File

@@ -7,6 +7,14 @@ portals:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
admin:
protocols:
- "$kubernetes-resource_configmap_portal_protocol"
host:
- "$kubernetes-resource_configmap_portal_host"
ports:
- "$kubernetes-resource_configmap_portal_port"
path: "/admin/"
questions:
- variable: portal
group: "Container Image"