From d3bcdc9e561030dc5860115df5fd7b3684f1b091 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Thu, 19 Jan 2023 16:32:49 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/jenkins/3.0.2/app-changelog.md | 9 -- .../jenkins/{3.0.2 => 3.0.3}/CHANGELOG.md | 18 +-- incubator/jenkins/{3.0.2 => 3.0.3}/Chart.yaml | 4 +- incubator/jenkins/{3.0.2 => 3.0.3}/README.md | 0 incubator/jenkins/3.0.3/app-changelog.md | 9 ++ .../jenkins/{3.0.2 => 3.0.3}/app-readme.md | 2 +- .../{3.0.2 => 3.0.3}/charts/common-11.1.2.tgz | Bin .../jenkins/{3.0.2 => 3.0.3}/ix_values.yaml | 2 +- .../jenkins/{3.0.2 => 3.0.3}/questions.yaml | 104 +++++++++--------- .../{3.0.2 => 3.0.3}/templates/_secret.tpl | 0 .../{3.0.2 => 3.0.3}/templates/common.yaml | 0 .../jenkins/{3.0.2 => 3.0.3}/values.yaml | 0 12 files changed, 74 insertions(+), 74 deletions(-) delete mode 100644 incubator/jenkins/3.0.2/app-changelog.md rename incubator/jenkins/{3.0.2 => 3.0.3}/CHANGELOG.md (90%) rename incubator/jenkins/{3.0.2 => 3.0.3}/Chart.yaml (95%) rename incubator/jenkins/{3.0.2 => 3.0.3}/README.md (100%) create mode 100644 incubator/jenkins/3.0.3/app-changelog.md rename incubator/jenkins/{3.0.2 => 3.0.3}/app-readme.md (71%) rename incubator/jenkins/{3.0.2 => 3.0.3}/charts/common-11.1.2.tgz (100%) rename incubator/jenkins/{3.0.2 => 3.0.3}/ix_values.yaml (90%) rename incubator/jenkins/{3.0.2 => 3.0.3}/questions.yaml (97%) rename incubator/jenkins/{3.0.2 => 3.0.3}/templates/_secret.tpl (100%) rename incubator/jenkins/{3.0.2 => 3.0.3}/templates/common.yaml (100%) rename incubator/jenkins/{3.0.2 => 3.0.3}/values.yaml (100%) diff --git a/incubator/jenkins/3.0.2/app-changelog.md b/incubator/jenkins/3.0.2/app-changelog.md deleted file mode 100644 index 5e9de771dd1..00000000000 --- a/incubator/jenkins/3.0.2/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [jenkins-3.0.2](https://github.com/truecharts/charts/compare/jenkins-3.0.1...jenkins-3.0.2) (2023-01-10) - -### Chore - -- update container image tccr.io/truecharts/jenkins to v2.386.0 - - \ No newline at end of file diff --git a/incubator/jenkins/3.0.2/CHANGELOG.md b/incubator/jenkins/3.0.3/CHANGELOG.md similarity index 90% rename from incubator/jenkins/3.0.2/CHANGELOG.md rename to incubator/jenkins/3.0.3/CHANGELOG.md index 14cfc2212db..c138f8f67f0 100644 --- a/incubator/jenkins/3.0.2/CHANGELOG.md +++ b/incubator/jenkins/3.0.3/CHANGELOG.md @@ -4,6 +4,15 @@ +## [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 + + + + ## [jenkins-3.0.2](https://github.com/truecharts/charts/compare/jenkins-3.0.1...jenkins-3.0.2) (2023-01-10) ### 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) ### Fix diff --git a/incubator/jenkins/3.0.2/Chart.yaml b/incubator/jenkins/3.0.3/Chart.yaml similarity index 95% rename from incubator/jenkins/3.0.2/Chart.yaml rename to incubator/jenkins/3.0.3/Chart.yaml index d701d8e29da..fe87c5ba431 100644 --- a/incubator/jenkins/3.0.2/Chart.yaml +++ b/incubator/jenkins/3.0.3/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "2.386.0" +appVersion: "2.387.0" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/jenkins - https://hub.docker.com/r/jenkins/jenkins type: application -version: 3.0.2 +version: 3.0.3 annotations: truecharts.org/catagories: | - productivity diff --git a/incubator/jenkins/3.0.2/README.md b/incubator/jenkins/3.0.3/README.md similarity index 100% rename from incubator/jenkins/3.0.2/README.md rename to incubator/jenkins/3.0.3/README.md diff --git a/incubator/jenkins/3.0.3/app-changelog.md b/incubator/jenkins/3.0.3/app-changelog.md new file mode 100644 index 00000000000..e982f9c0653 --- /dev/null +++ b/incubator/jenkins/3.0.3/app-changelog.md @@ -0,0 +1,9 @@ + + +## [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 + + \ No newline at end of file diff --git a/incubator/jenkins/3.0.2/app-readme.md b/incubator/jenkins/3.0.3/app-readme.md similarity index 71% rename from incubator/jenkins/3.0.2/app-readme.md rename to incubator/jenkins/3.0.3/app-readme.md index ce97259cfd9..3b33978a49d 100644 --- a/incubator/jenkins/3.0.2/app-readme.md +++ b/incubator/jenkins/3.0.3/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/incubator/jenkins/3.0.2/charts/common-11.1.2.tgz b/incubator/jenkins/3.0.3/charts/common-11.1.2.tgz similarity index 100% rename from incubator/jenkins/3.0.2/charts/common-11.1.2.tgz rename to incubator/jenkins/3.0.3/charts/common-11.1.2.tgz diff --git a/incubator/jenkins/3.0.2/ix_values.yaml b/incubator/jenkins/3.0.3/ix_values.yaml similarity index 90% rename from incubator/jenkins/3.0.2/ix_values.yaml rename to incubator/jenkins/3.0.3/ix_values.yaml index 7ad2f31a26d..ea1073a5e98 100644 --- a/incubator/jenkins/3.0.2/ix_values.yaml +++ b/incubator/jenkins/3.0.3/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/jenkins pullPolicy: IfNotPresent - tag: 2.386.0@sha256:4fcfc66e1570400e4c456c7769d643db9a23aa562137a65ec04f705141e66e00 + tag: 2.387.0@sha256:3c3e21f50271ebaa89727310066d762e1f0d2f9433b9a09701e3618ceb8d7235 podSecurityContext: runAsGroup: 1000 diff --git a/incubator/jenkins/3.0.2/questions.yaml b/incubator/jenkins/3.0.3/questions.yaml similarity index 97% rename from incubator/jenkins/3.0.2/questions.yaml rename to incubator/jenkins/3.0.3/questions.yaml index c5aed05d24d..793241b06a0 100644 --- a/incubator/jenkins/3.0.2/questions.yaml +++ b/incubator/jenkins/3.0.3/questions.yaml @@ -1134,58 +1134,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/incubator/jenkins/3.0.2/templates/_secret.tpl b/incubator/jenkins/3.0.3/templates/_secret.tpl similarity index 100% rename from incubator/jenkins/3.0.2/templates/_secret.tpl rename to incubator/jenkins/3.0.3/templates/_secret.tpl diff --git a/incubator/jenkins/3.0.2/templates/common.yaml b/incubator/jenkins/3.0.3/templates/common.yaml similarity index 100% rename from incubator/jenkins/3.0.2/templates/common.yaml rename to incubator/jenkins/3.0.3/templates/common.yaml diff --git a/incubator/jenkins/3.0.2/values.yaml b/incubator/jenkins/3.0.3/values.yaml similarity index 100% rename from incubator/jenkins/3.0.2/values.yaml rename to incubator/jenkins/3.0.3/values.yaml