Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [jenkins-4.0.12](https://github.com/truecharts/charts/compare/jenkins-4.0.11...jenkins-4.0.12) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#14365](https://github.com/truecharts/charts/issues/14365))
|
||||
|
||||
|
||||
@@ -4,6 +4,15 @@
|
||||
|
||||
|
||||
|
||||
## [jenkins-4.0.13](https://github.com/truecharts/charts/compare/jenkins-4.0.12...jenkins-4.0.13) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.431.0 ([#14432](https://github.com/truecharts/charts/issues/14432))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jenkins-4.0.12](https://github.com/truecharts/charts/compare/jenkins-4.0.11...jenkins-4.0.12) (2023-11-05)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@
|
||||
|
||||
|
||||
## [jenkins-4.0.3](https://github.com/truecharts/charts/compare/jenkins-4.0.2...jenkins-4.0.3) (2023-09-27)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.425.0 ([#13011](https://github.com/truecharts/charts/issues/13011))
|
||||
|
||||
|
||||
|
||||
|
||||
## [jenkins-4.0.2](https://github.com/truecharts/charts/compare/jenkins-4.0.1...jenkins-4.0.2) (2023-09-24)
|
||||
@@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.430.0"
|
||||
appVersion: "2.431.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/jenkins
|
||||
- https://github.com/jenkinsci/docker
|
||||
type: application
|
||||
version: 4.0.12
|
||||
version: 4.0.13
|
||||
annotations:
|
||||
truecharts.org/category: productivity
|
||||
truecharts.org/SCALE-support: "true"
|
||||
9
stable/jenkins/4.0.13/app-changelog.md
Normal file
9
stable/jenkins/4.0.13/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [jenkins-4.0.13](https://github.com/truecharts/charts/compare/jenkins-4.0.12...jenkins-4.0.13) (2023-11-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/jenkins to v2.431.0 ([#14432](https://github.com/truecharts/charts/issues/14432))
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/jenkins
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2.430.0@sha256:f25007d2dc564c2dcbd66c67d5e2e8f9d6c6a76063c554ca26d7c267fbad19b3
|
||||
tag: v2.431.0@sha256:3cd24cf3e116a915b5f01f4b32644539350ce784b2d4e203d8d4e82b7a0271f4
|
||||
|
||||
security:
|
||||
container:
|
||||
@@ -1037,7 +1037,7 @@ questions:
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -1066,7 +1066,7 @@ questions:
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
@@ -1075,13 +1075,13 @@ questions:
|
||||
description: 'Add the name of your cluster-wide certificate, that you set up in the ClusterIssuer chart.'
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
show_if: [["certificateIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
Reference in New Issue
Block a user