Skip to content

Commit

Permalink
Update statefulset unittest snapshot with newest values
Browse files Browse the repository at this point in the history
  • Loading branch information
jesrig-mosaic committed Jul 11, 2024
1 parent d4d1546 commit 2d75dec
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
configure empty image tag label:
1: |
docker.io/jenkins/jenkins:2.452.3
docker.io/jenkins/jenkins:2.452.2
configure image tag label:
1: |
docker.io/jenkins/jenkins:2.452.3-alpine
docker.io/jenkins/jenkins:2.452.2-alpine
default values:
1: |
replicas: 1
Expand Down Expand Up @@ -40,7 +40,7 @@ default values:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: docker.io/jenkins/jenkins:2.452.3-jdk17
image: docker.io/jenkins/jenkins:2.452.2-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -160,7 +160,7 @@ default values:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.452.3-jdk17
image: docker.io/jenkins/jenkins:2.452.2-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down Expand Up @@ -259,7 +259,7 @@ test scheme for config-reload:
value: "50000"
- name: CASC_JENKINS_CONFIG
value: /var/jenkins_home/casc_configs
image: docker.io/jenkins/jenkins:2.452.3-jdk17
image: docker.io/jenkins/jenkins:2.452.2-jdk17
imagePullPolicy: Always
livenessProbe:
failureThreshold: 5
Expand Down Expand Up @@ -379,7 +379,7 @@ test scheme for config-reload:
- command:
- sh
- /var/jenkins_config/apply_config.sh
image: docker.io/jenkins/jenkins:2.452.3-jdk17
image: docker.io/jenkins/jenkins:2.452.2-jdk17
imagePullPolicy: Always
name: init
resources:
Expand Down

0 comments on commit 2d75dec

Please sign in to comment.