Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 20:43:54 +00:00
parent 988545a25d
commit 3f78c2d427
13 changed files with 34 additions and 41 deletions

View File

@ -1,10 +0,0 @@
## [redmine-8.0.8](https://github.com/truecharts/charts/compare/redmine-8.0.7...redmine-8.0.8) (2023-10-29)
### Chore
- 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))

View File

@ -4,6 +4,15 @@
## [redmine-8.0.9](https://github.com/truecharts/charts/compare/redmine-8.0.8...redmine-8.0.9) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/redmine to v5.0.6 ([#14224](https://github.com/truecharts/charts/issues/14224))
## [redmine-8.0.8](https://github.com/truecharts/charts/compare/redmine-8.0.7...redmine-8.0.8) (2023-10-29)
### Chore
@ -88,12 +97,3 @@
### Chore
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
## [redmine-7.0.25](https://github.com/truecharts/charts/compare/redmine-7.0.24...redmine-7.0.25) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

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

View File

@ -0,0 +1,9 @@
## [redmine-8.0.9](https://github.com/truecharts/charts/compare/redmine-8.0.8...redmine-8.0.9) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/redmine to v5.0.6 ([#14224](https://github.com/truecharts/charts/issues/14224))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redmine
pullPolicy: IfNotPresent
tag: v5.0.6@sha256:e5ce841dff226bc4c607c1175516a58d1a3c13d146d60215e20265136e46b838
tag: v5.0.6@sha256:c2eb411ff7d66ad40acf616aa1c46277d110dd164ece1c7a2357a8a7baba4222
redmine:
plugins_migrate: true
no_db_migrate: false

View File

@ -821,19 +821,6 @@ questions:
schema:
type: string
default: ""
- variable: clusterCertificate
label: Cluster Certificate (Experimental)
description: 'Add the name of your cluster-wide certificate, that you set up in ClusterIssuer chart. NOTE: This is an experimental feature'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: secretName
label: Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -899,19 +886,26 @@ questions:
schema:
type: string
default: ""
- variable: 'clusterCertificate (Advanced)'
label: Cluster Certificate
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: secretName
label: 'Use Custom Certificate Secret (Advanced)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema:
show_if: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress