Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-11-17 01:06:40 +00:00
parent 7b0dea6f12
commit ec80bd77cb
13 changed files with 11 additions and 12 deletions

View File

@ -1,10 +0,0 @@
## [redmine-6.0.2](https://github.com/truecharts/charts/compare/redmine-6.0.0...redmine-6.0.2) (2022-11-15)
### Chore
- update helm general non-major ([#4471](https://github.com/truecharts/charts/issues/4471))
- update helm general non-major ([#4463](https://github.com/truecharts/charts/issues/4463))

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
appVersion: "5.0.3" appVersion: "5.0.3"
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
version: 6.0.2 version: 6.0.3
name: redmine name: redmine
description: Redmine is a flexible project management web application written using Ruby on Rails framework. description: Redmine is a flexible project management web application written using Ruby on Rails framework.
type: application type: application

View File

@ -0,0 +1,9 @@
## [redmine-6.0.3](https://github.com/truecharts/charts/compare/redmine-6.0.2...redmine-6.0.3) (2022-11-17)
### Chore
- update container image tccr.io/truecharts/redmine to 5.0.3

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/redmine repository: tccr.io/truecharts/redmine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 5.0.3@sha256:92748b4e9ccafbf28d995fc351a396900010de8d4c00209f249e583647b7a818 tag: 5.0.3@sha256:838237794e719634e994e220aacafd16c0fa9ce6fcebe90525c53dbb34a37fe3
env: env:
REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}" REDMINE_DB_DATABASE: "{{ .Values.postgresql.postgresqlDatabase }}"