Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-09-03 09:02:40 +00:00
parent 3e1bdc2d78
commit 0a3cda2e6a
32 changed files with 28 additions and 16 deletions

View File

@ -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)

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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.

View File

@ -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