diff --git a/stable/inventree/4.0.7/CHANGELOG.md b/stable/inventree/4.0.8/CHANGELOG.md similarity index 95% rename from stable/inventree/4.0.7/CHANGELOG.md rename to stable/inventree/4.0.8/CHANGELOG.md index d2448200efa..6ce60da63ad 100644 --- a/stable/inventree/4.0.7/CHANGELOG.md +++ b/stable/inventree/4.0.8/CHANGELOG.md @@ -2,6 +2,7 @@ + ## [inventree-4.0.7](https://github.com/truecharts/charts/compare/inventree-4.0.6...inventree-4.0.7) (2022-09-03) ### Fix @@ -96,4 +97,3 @@ -## [inventree-3.0.42](https://github.com/truecharts/charts/compare/inventree-3.0.41...inventree-3.0.42) (2022-08-17) diff --git a/stable/wger/1.1.1/Chart.lock b/stable/inventree/4.0.8/Chart.lock similarity index 88% rename from stable/wger/1.1.1/Chart.lock rename to stable/inventree/4.0.8/Chart.lock index 49a8f5a5e04..88163361b28 100644 --- a/stable/wger/1.1.1/Chart.lock +++ b/stable/inventree/4.0.8/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.67 digest: sha256:1c6ba2cfc84ac5c9cca053fd1d5442cd3f885a349425199967457130aee0eb4a -generated: "2022-09-03T08:12:45.347032486Z" +generated: "2022-09-03T08:56:31.335040676Z" diff --git a/stable/inventree/4.0.7/Chart.yaml b/stable/inventree/4.0.8/Chart.yaml similarity index 98% rename from stable/inventree/4.0.7/Chart.yaml rename to stable/inventree/4.0.8/Chart.yaml index b124b0d2b51..1e9dc785cde 100644 --- a/stable/inventree/4.0.7/Chart.yaml +++ b/stable/inventree/4.0.8/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/stable/inventree/4.0.7/README.md b/stable/inventree/4.0.8/README.md similarity index 98% rename from stable/inventree/4.0.7/README.md rename to stable/inventree/4.0.8/README.md index 176f079bfb4..a4c876cac36 100644 --- a/stable/inventree/4.0.7/README.md +++ b/stable/inventree/4.0.8/README.md @@ -1,6 +1,6 @@ # inventree -![Version: 4.0.7](https://img.shields.io/badge/Version-4.0.7-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) +![Version: 4.0.8](https://img.shields.io/badge/Version-4.0.8-informational?style=flat-square) ![AppVersion: 0.8.2](https://img.shields.io/badge/AppVersion-0.8.2-informational?style=flat-square) InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. diff --git a/stable/inventree/4.0.7/app-readme.md b/stable/inventree/4.0.8/app-readme.md similarity index 100% rename from stable/inventree/4.0.7/app-readme.md rename to stable/inventree/4.0.8/app-readme.md diff --git a/stable/inventree/4.0.7/charts/common-10.5.6.tgz b/stable/inventree/4.0.8/charts/common-10.5.6.tgz similarity index 100% rename from stable/inventree/4.0.7/charts/common-10.5.6.tgz rename to stable/inventree/4.0.8/charts/common-10.5.6.tgz diff --git a/stable/inventree/4.0.7/charts/postgresql-8.0.69.tgz b/stable/inventree/4.0.8/charts/postgresql-8.0.69.tgz similarity index 100% rename from stable/inventree/4.0.7/charts/postgresql-8.0.69.tgz rename to stable/inventree/4.0.8/charts/postgresql-8.0.69.tgz diff --git a/stable/inventree/4.0.7/charts/redis-3.0.67.tgz b/stable/inventree/4.0.8/charts/redis-3.0.67.tgz similarity index 100% rename from stable/inventree/4.0.7/charts/redis-3.0.67.tgz rename to stable/inventree/4.0.8/charts/redis-3.0.67.tgz diff --git a/stable/inventree/4.0.7/ix_values.yaml b/stable/inventree/4.0.8/ix_values.yaml similarity index 86% rename from stable/inventree/4.0.7/ix_values.yaml rename to stable/inventree/4.0.8/ix_values.yaml index 20b04bd6e84..b8a2e35badd 100644 --- a/stable/inventree/4.0.7/ix_values.yaml +++ b/stable/inventree/4.0.8/ix_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/stable/inventree/4.0.7/questions.yaml b/stable/inventree/4.0.8/questions.yaml similarity index 100% rename from stable/inventree/4.0.7/questions.yaml rename to stable/inventree/4.0.8/questions.yaml diff --git a/stable/inventree/4.0.7/templates/_configmap.tpl b/stable/inventree/4.0.8/templates/_configmap.tpl similarity index 100% rename from stable/inventree/4.0.7/templates/_configmap.tpl rename to stable/inventree/4.0.8/templates/_configmap.tpl diff --git a/stable/inventree/4.0.7/templates/_init.tpl b/stable/inventree/4.0.8/templates/_init.tpl similarity index 100% rename from stable/inventree/4.0.7/templates/_init.tpl rename to stable/inventree/4.0.8/templates/_init.tpl diff --git a/stable/inventree/4.0.7/templates/_nginx.tpl b/stable/inventree/4.0.8/templates/_nginx.tpl similarity index 100% rename from stable/inventree/4.0.7/templates/_nginx.tpl rename to stable/inventree/4.0.8/templates/_nginx.tpl diff --git a/stable/inventree/4.0.7/templates/_secrets.tpl b/stable/inventree/4.0.8/templates/_secrets.tpl similarity index 100% rename from stable/inventree/4.0.7/templates/_secrets.tpl rename to stable/inventree/4.0.8/templates/_secrets.tpl diff --git a/stable/inventree/4.0.7/templates/_worker.tpl b/stable/inventree/4.0.8/templates/_worker.tpl similarity index 100% rename from stable/inventree/4.0.7/templates/_worker.tpl rename to stable/inventree/4.0.8/templates/_worker.tpl diff --git a/stable/inventree/4.0.7/templates/common.yaml b/stable/inventree/4.0.8/templates/common.yaml similarity index 100% rename from stable/inventree/4.0.7/templates/common.yaml rename to stable/inventree/4.0.8/templates/common.yaml diff --git a/stable/inventree/4.0.7/values.yaml b/stable/inventree/4.0.8/values.yaml similarity index 100% rename from stable/inventree/4.0.7/values.yaml rename to stable/inventree/4.0.8/values.yaml diff --git a/stable/wger/1.1.1/CHANGELOG.md b/stable/wger/1.1.2/CHANGELOG.md similarity index 95% rename from stable/wger/1.1.1/CHANGELOG.md rename to stable/wger/1.1.2/CHANGELOG.md index c927438df43..75b81cb8f9c 100644 --- a/stable/wger/1.1.1/CHANGELOG.md +++ b/stable/wger/1.1.2/CHANGELOG.md @@ -2,6 +2,11 @@ +## [wger-1.1.2](https://github.com/truecharts/charts/compare/wger-1.1.1...wger-1.1.2) (2022-09-03) + + + + ## [wger-1.1.1](https://github.com/truecharts/charts/compare/wger-1.1.0...wger-1.1.1) (2022-09-03) ### Fix @@ -92,8 +97,3 @@ - update docker general non-major ([#3573](https://github.com/truecharts/charts/issues/3573)) - - -## [wger-0.0.45](https://github.com/truecharts/charts/compare/wger-0.0.44...wger-0.0.45) (2022-08-25) - -### Chore diff --git a/stable/inventree/4.0.7/Chart.lock b/stable/wger/1.1.2/Chart.lock similarity index 88% rename from stable/inventree/4.0.7/Chart.lock rename to stable/wger/1.1.2/Chart.lock index 264f5f4a747..4001d18a032 100644 --- a/stable/inventree/4.0.7/Chart.lock +++ b/stable/wger/1.1.2/Chart.lock @@ -9,4 +9,4 @@ dependencies: repository: https://charts.truecharts.org version: 3.0.67 digest: sha256:1c6ba2cfc84ac5c9cca053fd1d5442cd3f885a349425199967457130aee0eb4a -generated: "2022-09-03T08:12:45.712440944Z" +generated: "2022-09-03T08:56:31.268030015Z" diff --git a/stable/wger/1.1.1/Chart.yaml b/stable/wger/1.1.2/Chart.yaml similarity index 98% rename from stable/wger/1.1.1/Chart.yaml rename to stable/wger/1.1.2/Chart.yaml index fb528759a69..c90283c1355 100644 --- a/stable/wger/1.1.1/Chart.yaml +++ b/stable/wger/1.1.2/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/stable/wger/1.1.1/README.md b/stable/wger/1.1.2/README.md similarity index 98% rename from stable/wger/1.1.1/README.md rename to stable/wger/1.1.2/README.md index ff05cf59fa2..a0c454761dc 100644 --- a/stable/wger/1.1.1/README.md +++ b/stable/wger/1.1.2/README.md @@ -1,6 +1,6 @@ # wger -![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 1.1.2](https://img.shields.io/badge/Version-1.1.2-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Workout Manager is a free, open source web application that helps you manage your personal workouts, weight and diet plans and can also be used as a simple gym management utility. diff --git a/stable/wger/1.1.1/app-readme.md b/stable/wger/1.1.2/app-readme.md similarity index 100% rename from stable/wger/1.1.1/app-readme.md rename to stable/wger/1.1.2/app-readme.md diff --git a/stable/wger/1.1.1/charts/common-10.5.6.tgz b/stable/wger/1.1.2/charts/common-10.5.6.tgz similarity index 100% rename from stable/wger/1.1.1/charts/common-10.5.6.tgz rename to stable/wger/1.1.2/charts/common-10.5.6.tgz diff --git a/stable/wger/1.1.1/charts/postgresql-8.0.69.tgz b/stable/wger/1.1.2/charts/postgresql-8.0.69.tgz similarity index 100% rename from stable/wger/1.1.1/charts/postgresql-8.0.69.tgz rename to stable/wger/1.1.2/charts/postgresql-8.0.69.tgz diff --git a/stable/wger/1.1.1/charts/redis-3.0.67.tgz b/stable/wger/1.1.2/charts/redis-3.0.67.tgz similarity index 100% rename from stable/wger/1.1.1/charts/redis-3.0.67.tgz rename to stable/wger/1.1.2/charts/redis-3.0.67.tgz diff --git a/stable/wger/1.1.1/ix_values.yaml b/stable/wger/1.1.2/ix_values.yaml similarity index 88% rename from stable/wger/1.1.1/ix_values.yaml rename to stable/wger/1.1.2/ix_values.yaml index 882f866e1a0..df7aba67970 100644 --- a/stable/wger/1.1.1/ix_values.yaml +++ b/stable/wger/1.1.2/ix_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 diff --git a/stable/wger/1.1.1/questions.yaml b/stable/wger/1.1.2/questions.yaml similarity index 100% rename from stable/wger/1.1.1/questions.yaml rename to stable/wger/1.1.2/questions.yaml diff --git a/stable/wger/1.1.1/templates/_configmap.tpl b/stable/wger/1.1.2/templates/_configmap.tpl similarity index 100% rename from stable/wger/1.1.1/templates/_configmap.tpl rename to stable/wger/1.1.2/templates/_configmap.tpl diff --git a/stable/wger/1.1.1/templates/_nginx.tpl b/stable/wger/1.1.2/templates/_nginx.tpl similarity index 100% rename from stable/wger/1.1.1/templates/_nginx.tpl rename to stable/wger/1.1.2/templates/_nginx.tpl diff --git a/stable/wger/1.1.1/templates/_secrets.tpl b/stable/wger/1.1.2/templates/_secrets.tpl similarity index 100% rename from stable/wger/1.1.1/templates/_secrets.tpl rename to stable/wger/1.1.2/templates/_secrets.tpl diff --git a/stable/wger/1.1.1/templates/common.yaml b/stable/wger/1.1.2/templates/common.yaml similarity index 100% rename from stable/wger/1.1.1/templates/common.yaml rename to stable/wger/1.1.2/templates/common.yaml diff --git a/stable/wger/1.1.1/values.yaml b/stable/wger/1.1.2/values.yaml similarity index 100% rename from stable/wger/1.1.1/values.yaml rename to stable/wger/1.1.2/values.yaml