Skip to content

Commit

Permalink
fix(apps/prod/jenkins-beta): bump jenkins version and plugins
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Oct 5, 2023
1 parent ff1f1b9 commit 0b915bd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/prod/jenkins-beta/release/values-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ agent:
podRetention: Never
containerCap: 200
image: "jenkins/inbound-agent"
tag: "4.11-1"
tag: 3148.v532a_7e715ee3-10
command: ""
args: ""
28 changes: 14 additions & 14 deletions apps/prod/jenkins-beta/release/values-controller-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,27 @@ controller:
- artifactId: kubernetes
source:
# renovate: datasource=jenkins-plugins depName=kubernetes
version: 3845.va_9823979a_744
version: 4029.v5712230ccb_f8
- artifactId: kubernetes-client-api
source:
# renovate: datasource=jenkins-plugins depName=kubernetes-client-api
version: 6.3.1-206.v76d3b_6b_14db_b
version: 6.8.1-224.vd388fca_4db_3b_
- artifactId: git
source:
# renovate: datasource=jenkins-plugins depName=git
version: 5.0.0
- artifactId: configuration-as-code
source:
# renovate: datasource=jenkins-plugins depName=configuration-as-code
version: 1569.vb_72405b_80249
version: 1714.v09593e830cfa
- artifactId: prometheus
source:
# renovate: datasource=jenkins-plugins depName=prometheus
version: 2.0.11
version: 2.3.3
- artifactId: blueocean
source:
# renovate: datasource=jenkins-plugins depName=blueocean
version: 1.25.8
version: 1.27.8
- artifactId: job-dsl
source:
# renovate: datasource=jenkins-plugins depName=job-dsl
Expand All @@ -51,23 +51,19 @@ controller:
- artifactId: pipeline-utility-steps
source:
# renovate: datasource=jenkins-plugins depName=pipeline-utility-steps
version: 2.13.2
version: 2.16.0
- artifactId: http_request
source:
# renovate: datasource=jenkins-plugins depName=http_request
version: 1.16
- artifactId: workflow-aggregator
source:
# renovate: datasource=jenkins-plugins depName=workflow-aggregator
version: 590.v6a_d052e5a_a_b_5
- artifactId: workflow-cps-global-lib
source:
# renovate: datasource=jenkins-plugins depName=workflow-cps-global-lib
version: 609.vd95673f149b_b
version: 596.v8c21c963d92d
- artifactId: instance-identity
source:
# renovate: datasource=jenkins-plugins depName=instance-identity
version: 142.v04572ca_5b_265
version: 173.va_37c494ec4e5
- artifactId: jenkins-pipeline-cache
source:
# renovate: datasource=github-releases depName=j3t/jenkins-pipeline-cache-plugin versioning=semver
Expand All @@ -79,11 +75,15 @@ controller:
- artifactId: generic-webhook-trigger
source:
# renovate: datasource=jenkins-plugins depName=generic-webhook-trigger
version: 1.85.2
version: 1.87.0
- artifactId: ssh-agent
source:
# renovate: datasource=jenkins-plugins depName=ssh-agent
version: 327.v230ecd01f86f
version: 333.v878b_53c89511
- artifactId: cloudevents
source:
# renovate: datasource=jenkins-plugins depName=cloudevents
version: 1.0.0
# for plugin build-failure-analyzer
# Exporting to prometheus
# Ref: https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/docs/metrics.md
Expand Down
2 changes: 1 addition & 1 deletion apps/prod/jenkins-beta/release/values-controller.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# please see: https://github.com/jenkinsci/helm-charts/blob/main/charts/jenkins/VALUES_SUMMARY.md
controller:
tag: "2.387.3"
tag: 2.414.2
resources:
requests:
cpu: "4"
Expand Down

0 comments on commit 0b915bd

Please sign in to comment.