Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
e62ac3e743
commit
50585780f1
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [redmine-7.0.10](https://github.com/truecharts/charts/compare/redmine-7.0.9...redmine-7.0.10) (2023-04-28)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/redmine to v ([#8362](https://github.com/truecharts/charts/issues/8362))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [redmine-7.0.11](https://github.com/truecharts/charts/compare/redmine-7.0.10...redmine-7.0.11) (2023-04-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/redmine to v5.0.5 ([#8520](https://github.com/truecharts/charts/issues/8520))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [redmine-7.0.10](https://github.com/truecharts/charts/compare/redmine-7.0.9...redmine-7.0.10) (2023-04-28)
|
## [redmine-7.0.10](https://github.com/truecharts/charts/compare/redmine-7.0.9...redmine-7.0.10) (2023-04-28)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [redmine-7.0.0](https://github.com/truecharts/charts/compare/redmine-6.0.32...redmine-7.0.0) (2023-04-11)
|
|
||||||
|
|
||||||
### Feat
|
|
||||||
|
|
||||||
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "5.0.4"
|
appVersion: "5.0.5"
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
version: 7.0.10
|
version: 7.0.11
|
||||||
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-7.0.11](https://github.com/truecharts/charts/compare/redmine-7.0.10...redmine-7.0.11) (2023-04-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/redmine to v5.0.5 ([#8520](https://github.com/truecharts/charts/issues/8520))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/redmine
|
repository: tccr.io/truecharts/redmine
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 5.0.4@sha256:25681ad284a83fe8a45b2e6f0c04e31f01202d6336ce36a791439814ec598dcb
|
tag: 5.0.5@sha256:fe5c178c945b1be77ec2fdf2e2d5f25e840915eef0bac659286cafcd9233e0e3
|
||||||
redmine:
|
redmine:
|
||||||
plugins_migrate: true
|
plugins_migrate: true
|
||||||
no_db_migrate: false
|
no_db_migrate: false
|
|
@ -943,7 +943,7 @@ questions:
|
||||||
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
show_if: [["runAsUser", "=", "0"]]
|
show_if: [["runAsUser", "=", 0]]
|
||||||
default: 568
|
default: 568
|
||||||
- variable: UMASK
|
- variable: UMASK
|
||||||
label: UMASK
|
label: UMASK
|
Loading…
Reference in New Issue