Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
bd3974236f
commit
14dba37b19
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [openproject-0.0.15](https://github.com/truecharts/apps/compare/openproject-0.0.14...openproject-0.0.15) (2022-08-01)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [openproject-0.0.14](https://github.com/truecharts/apps/compare/openproject-0.0.13...openproject-0.0.14) (2022-08-01)
|
## [openproject-0.0.14](https://github.com/truecharts/apps/compare/openproject-0.0.13...openproject-0.0.14) (2022-08-01)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
|
@ -6,4 +6,4 @@ dependencies:
|
||||||
repository: https://charts.truecharts.org/
|
repository: https://charts.truecharts.org/
|
||||||
version: 8.0.48
|
version: 8.0.48
|
||||||
digest: sha256:06eed2d910d06ee059a0eed8277d806937d457340e3f510c63a55c1b8e5ce14f
|
digest: sha256:06eed2d910d06ee059a0eed8277d806937d457340e3f510c63a55c1b8e5ce14f
|
||||||
generated: "2022-08-01T08:47:02.600866228Z"
|
generated: "2022-08-01T20:07:05.029213353Z"
|
|
@ -26,7 +26,7 @@ sources:
|
||||||
- http://openproject.org
|
- http://openproject.org
|
||||||
- https://hub.docker.com/u/openproject
|
- https://hub.docker.com/u/openproject
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.14
|
version: 0.0.15
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
|
@ -1,6 +1,6 @@
|
||||||
# openproject
|
# openproject
|
||||||
|
|
||||||
![Version: 0.0.14](https://img.shields.io/badge/Version-0.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 12](https://img.shields.io/badge/AppVersion-12-informational?style=flat-square)
|
![Version: 0.0.15](https://img.shields.io/badge/Version-0.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 12](https://img.shields.io/badge/AppVersion-12-informational?style=flat-square)
|
||||||
|
|
||||||
OpenProject is a web-based project management system for location-independent team collaboration.
|
OpenProject is a web-based project management system for location-independent team collaboration.
|
||||||
|
|
|
@ -31,7 +31,7 @@ service:
|
||||||
ports:
|
ports:
|
||||||
main:
|
main:
|
||||||
port: 10290
|
port: 10290
|
||||||
targetPort: 8080
|
targetPort: 80
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: true
|
enabled: true
|
|
@ -408,7 +408,7 @@ questions:
|
||||||
description: "The internal(!) port on the container the Application runs on"
|
description: "The internal(!) port on the container the Application runs on"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 8080
|
default: 80
|
||||||
- variable: serviceexpert
|
- variable: serviceexpert
|
||||||
group: "Networking and Services"
|
group: "Networking and Services"
|
||||||
label: "Show Expert Config"
|
label: "Show Expert Config"
|
Loading…
Reference in New Issue