Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2024-01-03 23:16:30 +00:00
parent c769bd8fb0
commit fd321949da
214 changed files with 963 additions and 750 deletions

View File

@@ -1,9 +0,0 @@
## [openproject-4.0.13](https://github.com/truecharts/charts/compare/openproject-4.0.12...openproject-4.0.13) (2024-01-02)
### Chore
- force bump to ensure up-to-date catalogs

View File

@@ -7,6 +7,15 @@ title: Changelog
## [openproject-4.0.14](https://github.com/truecharts/charts/compare/openproject-4.0.13...openproject-4.0.14) (2024-01-03)
### Chore
- update ignored by renovate (patch) ([#16673](https://github.com/truecharts/charts/issues/16673))
## [openproject-4.0.13](https://github.com/truecharts/charts/compare/openproject-4.0.12...openproject-4.0.13) (2024-01-02)
### Chore
@@ -88,12 +97,3 @@ title: Changelog
- bump to release middleware fix
## [openproject-4.0.7](https://github.com/truecharts/charts/compare/openproject-4.0.6...openproject-4.0.7) (2023-12-21)
### Chore
- bump everything to ensure patches are applied globally
### Fix
- ensure the cnpg GUI is included on CNPG apps

View File

@@ -1,8 +1,8 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: openproject
version: 4.0.13
appVersion: 13.0.7
version: 4.0.14
appVersion: 13.0.8
description: OpenProject is a web-based project management system for location-independent team collaboration.
home: https://truecharts.org/charts/incubator/openproject
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openproject.png

View File

@@ -0,0 +1,9 @@
## [openproject-4.0.14](https://github.com/truecharts/charts/compare/openproject-4.0.13...openproject-4.0.14) (2024-01-03)
### Chore
- update ignored by renovate (patch) ([#16673](https://github.com/truecharts/charts/issues/16673))

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: openproject/community
tag: 13.0.7@sha256:5bee5235bef030a411e1bfdd8a5a441a66b285964b2152693764356afaa45f40
tag: 13.0.8@sha256:c7bd2f1dd292729db11258e680e814bc0100f615bdc078056739b3c3d019b6ae
persistence:
assets:
enabled: true

View File

@@ -238,30 +238,42 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
- variable: enabled
label: Enabled
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
type: boolean
default: true
- variable: data
label: Data
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
type: dict
additional_attrs: true
attrs:
- variable: registry
label: "Registry"
schema:
type: string
required: true
default: "https://index.docker.io/v1/"
- variable: username
label: "Username"
schema:
type: string
required: true
default: ""
- variable: password
label: "Password"
schema:
type: string
required: true
private: true
default: ""
- variable: email
label: "Email"
schema:
type: string
required: true
default: ""
- variable: service
group: Networking and Services
label: Configure Service(s)