Skip to content

Commit

Permalink
Build image change
Browse files Browse the repository at this point in the history
  • Loading branch information
rfelcman committed Dec 5, 2023
1 parent 34d6d58 commit 72e004b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/jenkins/build.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
requests:
memory: "12Gi"
cpu: "5.5"
image: rfelcman/el-build:2.0.4
image: rfelcman/el-build:2.0.5
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down
2 changes: 1 addition & 1 deletion etc/jenkins/pr_verify.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
requests:
memory: "6Gi"
cpu: "3"
image: rfelcman/el-build:2.0.4
image: rfelcman/el-build:2.0.5
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down
2 changes: 1 addition & 1 deletion etc/jenkins/promote.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
requests:
memory: "2Gi"
cpu: "1"
image: rfelcman/el-build:2.0.4
image: rfelcman/el-build:2.0.5
volumeMounts:
- name: tools
mountPath: /opt/tools
Expand Down

0 comments on commit 72e004b

Please sign in to comment.