feat(wger): move to stable (#3658)

* feat(wger): move to stable

* feat(wger): move to stable

* add mountPath
This commit is contained in:
Stavros Kois
2022-09-02 01:05:45 +03:00
committed by GitHub
parent be36c327fc
commit bf1b5abd9c
12 changed files with 2 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/wger
- https://github.com/wger-project/wger
- https://github.com/wger-project/docker
version: 1.0.0
version: 1.1.0
annotations:
truecharts.org/catagories: |
- life

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

@@ -68,6 +68,7 @@ persistence:
noMount: true
readOnly: true
type: "custom"
mountPath: "/etc/nginx/conf.d"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config'