From bf1b5abd9c302fa77c9971df1527a39ec228d9f9 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 2 Sep 2022 01:05:45 +0300 Subject: [PATCH] feat(wger): move to stable (#3658) * feat(wger): move to stable * feat(wger): move to stable * add mountPath --- charts/{incubator => stable}/wger/.helmignore | 0 charts/{incubator => stable}/wger/CHANGELOG.md | 0 charts/{incubator => stable}/wger/Chart.yaml | 2 +- charts/{incubator => stable}/wger/README.md | 0 .../{incubator => stable}/wger/docs/credentials.md | 0 charts/{incubator => stable}/wger/icon.png | Bin charts/{incubator => stable}/wger/questions.yaml | 0 .../wger/templates/_configmap.tpl | 0 .../{incubator => stable}/wger/templates/_nginx.tpl | 0 .../wger/templates/_secrets.tpl | 0 .../wger/templates/common.yaml | 0 charts/{incubator => stable}/wger/values.yaml | 1 + 12 files changed, 2 insertions(+), 1 deletion(-) rename charts/{incubator => stable}/wger/.helmignore (100%) rename charts/{incubator => stable}/wger/CHANGELOG.md (100%) rename charts/{incubator => stable}/wger/Chart.yaml (98%) rename charts/{incubator => stable}/wger/README.md (100%) rename charts/{incubator => stable}/wger/docs/credentials.md (100%) rename charts/{incubator => stable}/wger/icon.png (100%) rename charts/{incubator => stable}/wger/questions.yaml (100%) rename charts/{incubator => stable}/wger/templates/_configmap.tpl (100%) rename charts/{incubator => stable}/wger/templates/_nginx.tpl (100%) rename charts/{incubator => stable}/wger/templates/_secrets.tpl (100%) rename charts/{incubator => stable}/wger/templates/common.yaml (100%) rename charts/{incubator => stable}/wger/values.yaml (98%) 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'