diff --git a/charts/stable/inventree/Chart.yaml b/charts/stable/inventree/Chart.yaml index b124b0d2b51..1e9dc785cde 100644 --- a/charts/stable/inventree/Chart.yaml +++ b/charts/stable/inventree/Chart.yaml @@ -28,7 +28,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/inventree - https://inventree.readthedocs.io - https://github.com/inventree/InvenTree -version: 4.0.7 +version: 4.0.8 annotations: truecharts.org/catagories: | - utilities diff --git a/charts/stable/inventree/values.yaml b/charts/stable/inventree/values.yaml index 20b04bd6e84..b8a2e35badd 100644 --- a/charts/stable/inventree/values.yaml +++ b/charts/stable/inventree/values.yaml @@ -56,8 +56,14 @@ persistence: inventree-nginx: enabled: true noMount: true - type: configMap - objectName: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx' + type: custom + mountPath: "/etc/nginx/conf.d" + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-inventree-config-nginx' + items: + - key: nginx.conf + path: default.conf postgresql: enabled: true diff --git a/charts/stable/wger/Chart.yaml b/charts/stable/wger/Chart.yaml index fb528759a69..c90283c1355 100644 --- a/charts/stable/wger/Chart.yaml +++ b/charts/stable/wger/Chart.yaml @@ -27,7 +27,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/wger - https://github.com/wger-project/wger - https://github.com/wger-project/docker -version: 1.1.1 +version: 1.1.2 annotations: truecharts.org/catagories: | - life diff --git a/charts/stable/wger/values.yaml b/charts/stable/wger/values.yaml index 882f866e1a0..df7aba67970 100644 --- a/charts/stable/wger/values.yaml +++ b/charts/stable/wger/values.yaml @@ -66,8 +66,14 @@ persistence: wger-config: enabled: true noMount: true - type: configMap - objectName: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config' + type: custom + mountPath: "/etc/nginx/conf.d" + volumeSpec: + configMap: + name: '{{ include "tc.common.names.fullname" . }}-wger-nginx-config' + items: + - key: nginx.conf + path: default.conf postgresql: enabled: true