From 42008dd2550a8f8a7ae73f518e675dfc6767b2a0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Tue, 7 Nov 2023 19:49:08 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- stable/jenkins/4.0.12/app-changelog.md | 9 --------- .../jenkins/{4.0.12 => 4.0.13}/CHANGELOG.md | 18 +++++++++--------- stable/jenkins/{4.0.12 => 4.0.13}/Chart.yaml | 4 ++-- stable/jenkins/{4.0.12 => 4.0.13}/README.md | 0 stable/jenkins/4.0.13/app-changelog.md | 9 +++++++++ .../jenkins/{4.0.12 => 4.0.13}/app-readme.md | 0 .../charts/common-14.2.3.tgz | Bin .../jenkins/{4.0.12 => 4.0.13}/ix_values.yaml | 2 +- .../jenkins/{4.0.12 => 4.0.13}/questions.yaml | 8 ++++---- .../{4.0.12 => 4.0.13}/templates/NOTES.txt | 0 .../{4.0.12 => 4.0.13}/templates/_secret.tpl | 0 .../{4.0.12 => 4.0.13}/templates/common.yaml | 0 stable/jenkins/{4.0.12 => 4.0.13}/values.yaml | 0 13 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 stable/jenkins/4.0.12/app-changelog.md rename stable/jenkins/{4.0.12 => 4.0.13}/CHANGELOG.md (91%) rename stable/jenkins/{4.0.12 => 4.0.13}/Chart.yaml (95%) rename stable/jenkins/{4.0.12 => 4.0.13}/README.md (100%) create mode 100644 stable/jenkins/4.0.13/app-changelog.md rename stable/jenkins/{4.0.12 => 4.0.13}/app-readme.md (100%) rename stable/jenkins/{4.0.12 => 4.0.13}/charts/common-14.2.3.tgz (100%) rename stable/jenkins/{4.0.12 => 4.0.13}/ix_values.yaml (91%) rename stable/jenkins/{4.0.12 => 4.0.13}/questions.yaml (99%) rename stable/jenkins/{4.0.12 => 4.0.13}/templates/NOTES.txt (100%) rename stable/jenkins/{4.0.12 => 4.0.13}/templates/_secret.tpl (100%) rename stable/jenkins/{4.0.12 => 4.0.13}/templates/common.yaml (100%) rename stable/jenkins/{4.0.12 => 4.0.13}/values.yaml (100%) diff --git a/stable/jenkins/4.0.12/app-changelog.md b/stable/jenkins/4.0.12/app-changelog.md deleted file mode 100644 index f51430d848..0000000000 --- a/stable/jenkins/4.0.12/app-changelog.md +++ /dev/null @@ -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)) - - \ No newline at end of file diff --git a/stable/jenkins/4.0.12/CHANGELOG.md b/stable/jenkins/4.0.13/CHANGELOG.md similarity index 91% rename from stable/jenkins/4.0.12/CHANGELOG.md rename to stable/jenkins/4.0.13/CHANGELOG.md index 225f1b5c78..80f7359aa2 100644 --- a/stable/jenkins/4.0.12/CHANGELOG.md +++ b/stable/jenkins/4.0.13/CHANGELOG.md @@ -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) diff --git a/stable/jenkins/4.0.12/Chart.yaml b/stable/jenkins/4.0.13/Chart.yaml similarity index 95% rename from stable/jenkins/4.0.12/Chart.yaml rename to stable/jenkins/4.0.13/Chart.yaml index 528a4d1195..7b4672f629 100644 --- a/stable/jenkins/4.0.12/Chart.yaml +++ b/stable/jenkins/4.0.13/Chart.yaml @@ -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" diff --git a/stable/jenkins/4.0.12/README.md b/stable/jenkins/4.0.13/README.md similarity index 100% rename from stable/jenkins/4.0.12/README.md rename to stable/jenkins/4.0.13/README.md diff --git a/stable/jenkins/4.0.13/app-changelog.md b/stable/jenkins/4.0.13/app-changelog.md new file mode 100644 index 0000000000..ecb9a65370 --- /dev/null +++ b/stable/jenkins/4.0.13/app-changelog.md @@ -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)) + + \ No newline at end of file diff --git a/stable/jenkins/4.0.12/app-readme.md b/stable/jenkins/4.0.13/app-readme.md similarity index 100% rename from stable/jenkins/4.0.12/app-readme.md rename to stable/jenkins/4.0.13/app-readme.md diff --git a/stable/jenkins/4.0.12/charts/common-14.2.3.tgz b/stable/jenkins/4.0.13/charts/common-14.2.3.tgz similarity index 100% rename from stable/jenkins/4.0.12/charts/common-14.2.3.tgz rename to stable/jenkins/4.0.13/charts/common-14.2.3.tgz diff --git a/stable/jenkins/4.0.12/ix_values.yaml b/stable/jenkins/4.0.13/ix_values.yaml similarity index 91% rename from stable/jenkins/4.0.12/ix_values.yaml rename to stable/jenkins/4.0.13/ix_values.yaml index d4818dda7d..503fd76ebb 100644 --- a/stable/jenkins/4.0.12/ix_values.yaml +++ b/stable/jenkins/4.0.13/ix_values.yaml @@ -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: diff --git a/stable/jenkins/4.0.12/questions.yaml b/stable/jenkins/4.0.13/questions.yaml similarity index 99% rename from stable/jenkins/4.0.12/questions.yaml rename to stable/jenkins/4.0.13/questions.yaml index 8efd5efb31..7419c48250 100644 --- a/stable/jenkins/4.0.12/questions.yaml +++ b/stable/jenkins/4.0.13/questions.yaml @@ -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 diff --git a/stable/jenkins/4.0.12/templates/NOTES.txt b/stable/jenkins/4.0.13/templates/NOTES.txt similarity index 100% rename from stable/jenkins/4.0.12/templates/NOTES.txt rename to stable/jenkins/4.0.13/templates/NOTES.txt diff --git a/stable/jenkins/4.0.12/templates/_secret.tpl b/stable/jenkins/4.0.13/templates/_secret.tpl similarity index 100% rename from stable/jenkins/4.0.12/templates/_secret.tpl rename to stable/jenkins/4.0.13/templates/_secret.tpl diff --git a/stable/jenkins/4.0.12/templates/common.yaml b/stable/jenkins/4.0.13/templates/common.yaml similarity index 100% rename from stable/jenkins/4.0.12/templates/common.yaml rename to stable/jenkins/4.0.13/templates/common.yaml diff --git a/stable/jenkins/4.0.12/values.yaml b/stable/jenkins/4.0.13/values.yaml similarity index 100% rename from stable/jenkins/4.0.12/values.yaml rename to stable/jenkins/4.0.13/values.yaml