Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-11-01 15:56:35 +00:00
parent 6e77bc00e3
commit 7dd842bf3f
12 changed files with 35 additions and 32 deletions

View File

@ -1,9 +0,0 @@
## [it-tools-1.0.5](https://github.com/truecharts/charts/compare/it-tools-1.0.4...it-tools-1.0.5) (2023-10-29)
### Chore
- update helm general non-major ([#14094](https://github.com/truecharts/charts/issues/14094))

View File

@ -4,6 +4,15 @@
## [it-tools-1.0.6](https://github.com/truecharts/charts/compare/it-tools-1.0.5...it-tools-1.0.6) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/it-tools to v2023.11.1 ([#14215](https://github.com/truecharts/charts/issues/14215))
## [it-tools-1.0.5](https://github.com/truecharts/charts/compare/it-tools-1.0.4...it-tools-1.0.5) (2023-10-29) ## [it-tools-1.0.5](https://github.com/truecharts/charts/compare/it-tools-1.0.4...it-tools-1.0.5) (2023-10-29)
### Chore ### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2023.8.21" appVersion: "2023.11.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/it-tools - https://github.com/truecharts/charts/tree/master/charts/stable/it-tools
- https://github.com/CorentinTh/it-tools - https://github.com/CorentinTh/it-tools
type: application type: application
version: 1.0.5 version: 1.0.6
annotations: annotations:
truecharts.org/category: tools truecharts.org/category: tools
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [it-tools-1.0.6](https://github.com/truecharts/charts/compare/it-tools-1.0.5...it-tools-1.0.6) (2023-11-01)
### Chore
- update container image tccr.io/truecharts/it-tools to v2023.11.1 ([#14215](https://github.com/truecharts/charts/issues/14215))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/it-tools repository: tccr.io/truecharts/it-tools
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2023.8.21@sha256:e6332bc28392b8fca2d196a57e9236f32f506716f719a1047281e75f5ac4254f tag: v2023.11.1@sha256:44dd4bb6426099869172c78b885cd94dc52ead138152e1ddedce254bb4c2ae5a
service: service:
main: main:

View File

@ -693,19 +693,6 @@ questions:
schema: schema:
type: string type: string
default: "" 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 - variable: middlewares
label: Traefik Middlewares label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress description: Add previously created Traefik Middlewares to this Ingress
@ -771,19 +758,26 @@ questions:
schema: schema:
type: string type: string
default: "" 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 - variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated) label: 'Use TrueNAS SCALE Certificate (Deprecated)'
schema: schema:
show_if: [["certificateIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList - variable: ingressList
label: Add Manual Custom Ingresses label: Add Manual Custom Ingresses
group: Ingress group: Ingress