Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9af9e14d9b
commit
2aa6da6326
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/jenkins to v2.387.0
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [jenkins-3.0.4](https://github.com/truecharts/charts/compare/jenkins-3.0.3...jenkins-3.0.4) (2023-01-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/jenkins to v2.388.0
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
|
## [jenkins-3.0.3](https://github.com/truecharts/charts/compare/jenkins-3.0.2...jenkins-3.0.3) (2023-01-19)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -81,15 +90,6 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [jenkins-2.0.3](https://github.com/truecharts/charts/compare/jenkins-2.0.1...jenkins-2.0.3) (2022-11-30)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- update ports ([#4933](https://github.com/truecharts/charts/issues/4933))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [jenkins-2.0.3](https://github.com/truecharts/charts/compare/jenkins-2.0.1...jenkins-2.0.3) (2022-11-30)
|
## [jenkins-2.0.3](https://github.com/truecharts/charts/compare/jenkins-2.0.1...jenkins-2.0.3) (2022-11-30)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "2.387.0"
|
appVersion: "2.388.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins
|
||||||
- https://hub.docker.com/r/jenkins/jenkins
|
- https://hub.docker.com/r/jenkins/jenkins
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.3
|
version: 3.0.4
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- productivity
|
- productivity
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [jenkins-3.0.4](https://github.com/truecharts/charts/compare/jenkins-3.0.3...jenkins-3.0.4) (2023-01-30)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/jenkins to v2.388.0
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/jenkins
|
repository: tccr.io/truecharts/jenkins
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 2.387.0@sha256:3c3e21f50271ebaa89727310066d762e1f0d2f9433b9a09701e3618ceb8d7235
|
tag: 2.388.0@sha256:39d4e7631b9895a003242f63cfebe04b93f727a30ddaa59de440222aefc5b3a3
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 1000
|
runAsGroup: 1000
|
|
@ -737,10 +737,17 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: Prefix
|
default: Prefix
|
||||||
|
- variable: clusterIssuer
|
||||||
|
label: clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: tls
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
default: []
|
default: []
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
|
@ -761,12 +768,26 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
|
||||||
label: Select TrueNAS SCALE Certificate
|
- variable: clusterIssuer
|
||||||
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: (Advanced) Traefik Entrypoint
|
label: (Advanced) Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||||
|
@ -878,11 +899,18 @@ questions:
|
||||||
label: Service Port
|
label: Service Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
|
- variable: clusterIssuer
|
||||||
|
label: clusterIssuer
|
||||||
|
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
- variable: tls
|
- variable: tls
|
||||||
label: TLS-Settings
|
label: TLS-Settings
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: list
|
||||||
default: []
|
default: []
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
items:
|
items:
|
||||||
- variable: tlsEntry
|
- variable: tlsEntry
|
||||||
label: Host
|
label: Host
|
||||||
|
@ -902,12 +930,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
required: true
|
required: true
|
||||||
- variable: scaleCert
|
- variable: clusterIssuer
|
||||||
label: Select TrueNAS SCALE Certificate
|
label: Use Cert-Manager clusterIssuer
|
||||||
|
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||||
schema:
|
schema:
|
||||||
|
type: string
|
||||||
|
default: ""
|
||||||
|
- variable: scaleCert
|
||||||
|
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||||
|
schema:
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
type: int
|
type: int
|
||||||
$ref:
|
$ref:
|
||||||
- "definitions/certificate"
|
- "definitions/certificate"
|
||||||
|
- variable: secretName
|
||||||
|
label: Use Custom Secret (Advanced)
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
show_if: [["clusterIssuer", "=", ""]]
|
||||||
|
default: ""
|
||||||
- variable: entrypoint
|
- variable: entrypoint
|
||||||
label: Traefik Entrypoint
|
label: Traefik Entrypoint
|
||||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
Loading…
Reference in New Issue