fix(xteve): Fix webui path (#2341)

* fix(xteve): fix webui path

* bump

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
sagit
2022-03-30 10:01:47 +02:00
committed by GitHub
co-authored by Stavros Kois
parent 4df58176be
commit a21fdb5d01
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ name: xteve
sources: sources:
- https://github.com/xteve-project/xTeVe - https://github.com/xteve-project/xTeVe
- https://github.com/k8s-at-home/container-images - https://github.com/k8s-at-home/container-images
version: 5.0.6 version: 5.0.7
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media
+1
View File
@@ -7,6 +7,7 @@ portals:
- "$kubernetes-resource_configmap_portal_host" - "$kubernetes-resource_configmap_portal_host"
ports: ports:
- "$kubernetes-resource_configmap_portal_port" - "$kubernetes-resource_configmap_portal_port"
path: "/web/"
questions: questions:
- variable: portal - variable: portal
group: "Container Image" group: "Container Image"