Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d78aee9ef6
commit
b3a41e8b16
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [redmine-8.0.17](https://github.com/truecharts/charts/compare/redmine-8.0.16...redmine-8.0.17) (2023-11-17)
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [redmine-8.0.18](https://github.com/truecharts/charts/compare/redmine-8.0.17...redmine-8.0.18) (2023-11-19)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image redmine to v ([#15094](https://github.com/truecharts/charts/issues/15094))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [redmine-8.0.17](https://github.com/truecharts/charts/compare/redmine-8.0.16...redmine-8.0.17) (2023-11-17)
|
## [redmine-8.0.17](https://github.com/truecharts/charts/compare/redmine-8.0.16...redmine-8.0.17) (2023-11-17)
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
|
||||||
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [redmine-8.0.7](https://github.com/truecharts/charts/compare/redmine-8.0.6...redmine-8.0.7) (2023-10-21)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/redmine to v5.0.6 ([#13841](https://github.com/truecharts/charts/issues/13841))
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "5.0.6"
|
appVersion: 5.0.6
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
version: 8.0.17
|
version: 8.0.18
|
||||||
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
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [redmine-8.0.18](https://github.com/truecharts/charts/compare/redmine-8.0.17...redmine-8.0.18) (2023-11-19)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update container image redmine to v ([#15094](https://github.com/truecharts/charts/issues/15094))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: redmine
|
repository: redmine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 5.0.6@sha256:a1b33b13e73d3308f748bfdb8bc639f472c6467cf2a855cdd1b187d8dab58ba1
|
tag: 5.0.6@sha256:71e7eb88d854435e6c988372c5a3e761724bb27536cda6606b02166dc548c364
|
||||||
redmine:
|
redmine:
|
||||||
plugins_migrate: true
|
plugins_migrate: true
|
||||||
no_db_migrate: false
|
no_db_migrate: false
|
Loading…
Reference in New Issue