diff --git a/charts/incubator/wger/.helmignore b/charts/stable/wger/.helmignore similarity index 100% rename from charts/incubator/wger/.helmignore rename to charts/stable/wger/.helmignore diff --git a/charts/incubator/wger/CHANGELOG.md b/charts/stable/wger/CHANGELOG.md similarity index 100% rename from charts/incubator/wger/CHANGELOG.md rename to charts/stable/wger/CHANGELOG.md diff --git a/charts/incubator/wger/Chart.yaml b/charts/stable/wger/Chart.yaml similarity index 98% rename from charts/incubator/wger/Chart.yaml rename to charts/stable/wger/Chart.yaml index 83310f46cd8..880572ee33b 100644 --- a/charts/incubator/wger/Chart.yaml +++ b/charts/stable/wger/Chart.yaml @@ -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 diff --git a/charts/incubator/wger/README.md b/charts/stable/wger/README.md similarity index 100% rename from charts/incubator/wger/README.md rename to charts/stable/wger/README.md diff --git a/charts/incubator/wger/docs/credentials.md b/charts/stable/wger/docs/credentials.md similarity index 100% rename from charts/incubator/wger/docs/credentials.md rename to charts/stable/wger/docs/credentials.md diff --git a/charts/incubator/wger/icon.png b/charts/stable/wger/icon.png similarity index 100% rename from charts/incubator/wger/icon.png rename to charts/stable/wger/icon.png diff --git a/charts/incubator/wger/questions.yaml b/charts/stable/wger/questions.yaml similarity index 100% rename from charts/incubator/wger/questions.yaml rename to charts/stable/wger/questions.yaml diff --git a/charts/incubator/wger/templates/_configmap.tpl b/charts/stable/wger/templates/_configmap.tpl similarity index 100% rename from charts/incubator/wger/templates/_configmap.tpl rename to charts/stable/wger/templates/_configmap.tpl diff --git a/charts/incubator/wger/templates/_nginx.tpl b/charts/stable/wger/templates/_nginx.tpl similarity index 100% rename from charts/incubator/wger/templates/_nginx.tpl rename to charts/stable/wger/templates/_nginx.tpl diff --git a/charts/incubator/wger/templates/_secrets.tpl b/charts/stable/wger/templates/_secrets.tpl similarity index 100% rename from charts/incubator/wger/templates/_secrets.tpl rename to charts/stable/wger/templates/_secrets.tpl diff --git a/charts/incubator/wger/templates/common.yaml b/charts/stable/wger/templates/common.yaml similarity index 100% rename from charts/incubator/wger/templates/common.yaml rename to charts/stable/wger/templates/common.yaml diff --git a/charts/incubator/wger/values.yaml b/charts/stable/wger/values.yaml similarity index 98% rename from charts/incubator/wger/values.yaml rename to charts/stable/wger/values.yaml index f9a544412a4..fa5cd2184d5 100644 --- a/charts/incubator/wger/values.yaml +++ b/charts/stable/wger/values.yaml @@ -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'