Skip to content

Commit

Permalink
fix(apps/prod/jenkins-beta/release): bump jenkins version to 2.462.3 (#…
Browse files Browse the repository at this point in the history
…1350)

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Nov 24, 2024
1 parent 8a40735 commit 2ca6846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/prod/jenkins-beta/release/values-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ controller:
image:
registry: "docker.io"
repository: "jenkins/jenkins"
tag: "2.452.3-jdk17"
tag: "2.462.3-jdk17"
resources:
requests:
cpu: "4"
Expand Down Expand Up @@ -39,7 +39,7 @@ controller:
# Optionally specify additional init-containers
customInitContainers:
- name: init-create-logs-dir
image: "alpine:3.20.2"
image: "alpine:3.20.3"
imagePullPolicy: Always
command: ["mkdir", "-p", "/var/jenkins_home/logs"]
securityContext:
Expand Down

0 comments on commit 2ca6846

Please sign in to comment.