diff --git a/stable/jenkins/4.0.9/CHANGELOG.md b/stable/jenkins/4.0.10/CHANGELOG.md similarity index 90% rename from stable/jenkins/4.0.9/CHANGELOG.md rename to stable/jenkins/4.0.10/CHANGELOG.md index af867b34de..bff4276b7f 100644 --- a/stable/jenkins/4.0.9/CHANGELOG.md +++ b/stable/jenkins/4.0.10/CHANGELOG.md @@ -4,6 +4,15 @@ +## [jenkins-4.0.10](https://github.com/truecharts/charts/compare/jenkins-4.0.9...jenkins-4.0.10) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/jenkins to v2.430.0 ([#14183](https://github.com/truecharts/charts/issues/14183)) + + + + ## [jenkins-4.0.9](https://github.com/truecharts/charts/compare/jenkins-4.0.8...jenkins-4.0.9) (2023-10-29) ### Chore diff --git a/stable/jenkins/4.0.9/Chart.yaml b/stable/jenkins/4.0.10/Chart.yaml similarity index 95% rename from stable/jenkins/4.0.9/Chart.yaml rename to stable/jenkins/4.0.10/Chart.yaml index 1ca8c222b8..9f36d3b678 100644 --- a/stable/jenkins/4.0.9/Chart.yaml +++ b/stable/jenkins/4.0.10/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.429.0" +appVersion: "2.430.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.9 +version: 4.0.10 annotations: truecharts.org/category: productivity truecharts.org/SCALE-support: "true" diff --git a/stable/jenkins/4.0.9/README.md b/stable/jenkins/4.0.10/README.md similarity index 100% rename from stable/jenkins/4.0.9/README.md rename to stable/jenkins/4.0.10/README.md diff --git a/stable/jenkins/4.0.10/app-changelog.md b/stable/jenkins/4.0.10/app-changelog.md new file mode 100644 index 0000000000..5caf7cda9c --- /dev/null +++ b/stable/jenkins/4.0.10/app-changelog.md @@ -0,0 +1,9 @@ + + +## [jenkins-4.0.10](https://github.com/truecharts/charts/compare/jenkins-4.0.9...jenkins-4.0.10) (2023-10-31) + +### Chore + +- update container image tccr.io/truecharts/jenkins to v2.430.0 ([#14183](https://github.com/truecharts/charts/issues/14183)) + + \ No newline at end of file diff --git a/stable/jenkins/4.0.9/app-readme.md b/stable/jenkins/4.0.10/app-readme.md similarity index 100% rename from stable/jenkins/4.0.9/app-readme.md rename to stable/jenkins/4.0.10/app-readme.md diff --git a/stable/jenkins/4.0.9/charts/common-14.2.0.tgz b/stable/jenkins/4.0.10/charts/common-14.2.0.tgz similarity index 100% rename from stable/jenkins/4.0.9/charts/common-14.2.0.tgz rename to stable/jenkins/4.0.10/charts/common-14.2.0.tgz diff --git a/stable/jenkins/4.0.9/ix_values.yaml b/stable/jenkins/4.0.10/ix_values.yaml similarity index 91% rename from stable/jenkins/4.0.9/ix_values.yaml rename to stable/jenkins/4.0.10/ix_values.yaml index 1e3d3a84e6..d4818dda7d 100644 --- a/stable/jenkins/4.0.9/ix_values.yaml +++ b/stable/jenkins/4.0.10/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/jenkins pullPolicy: IfNotPresent - tag: v2.429.0@sha256:6cde985386d880738f95e4616aebbf90fdf14eda8c5db7a2142f5ff95701f750 + tag: v2.430.0@sha256:f25007d2dc564c2dcbd66c67d5e2e8f9d6c6a76063c554ca26d7c267fbad19b3 security: container: diff --git a/stable/jenkins/4.0.9/questions.yaml b/stable/jenkins/4.0.10/questions.yaml similarity index 99% rename from stable/jenkins/4.0.9/questions.yaml rename to stable/jenkins/4.0.10/questions.yaml index a176858a54..c81279d2de 100644 --- a/stable/jenkins/4.0.9/questions.yaml +++ b/stable/jenkins/4.0.10/questions.yaml @@ -843,19 +843,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 @@ -921,19 +908,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 diff --git a/stable/jenkins/4.0.9/templates/NOTES.txt b/stable/jenkins/4.0.10/templates/NOTES.txt similarity index 100% rename from stable/jenkins/4.0.9/templates/NOTES.txt rename to stable/jenkins/4.0.10/templates/NOTES.txt diff --git a/stable/jenkins/4.0.9/templates/_secret.tpl b/stable/jenkins/4.0.10/templates/_secret.tpl similarity index 100% rename from stable/jenkins/4.0.9/templates/_secret.tpl rename to stable/jenkins/4.0.10/templates/_secret.tpl diff --git a/stable/jenkins/4.0.9/templates/common.yaml b/stable/jenkins/4.0.10/templates/common.yaml similarity index 100% rename from stable/jenkins/4.0.9/templates/common.yaml rename to stable/jenkins/4.0.10/templates/common.yaml diff --git a/stable/jenkins/4.0.9/values.yaml b/stable/jenkins/4.0.10/values.yaml similarity index 100% rename from stable/jenkins/4.0.9/values.yaml rename to stable/jenkins/4.0.10/values.yaml diff --git a/stable/jenkins/4.0.9/app-changelog.md b/stable/jenkins/4.0.9/app-changelog.md deleted file mode 100644 index f9fa34cd29..0000000000 --- a/stable/jenkins/4.0.9/app-changelog.md +++ /dev/null @@ -1,10 +0,0 @@ - - -## [jenkins-4.0.9](https://github.com/truecharts/charts/compare/jenkins-4.0.8...jenkins-4.0.9) (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)) - - \ No newline at end of file