Skip to content

Commit 6afcb7e

Browse files
committed
chore: upgrade jx-boot image
1 parent 89c4f5b commit 6afcb7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.lighthouse/jenkins-x/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
source .jx/variables.sh
8282
cp /tekton/creds-secrets/tekton-container-registry-auth/.dockerconfigjson /kaniko/.docker/config.json
8383
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=docker/gc/Dockerfile --destination=ghcr.io/jenkins-x/lighthouse-gc-jobs:$VERSION --build-arg=VERSION=$VERSION
84-
- image: ghcr.io/jenkins-x/jx-boot:3.10.131
84+
- image: ghcr.io/jenkins-x/jx-boot:3.11.116
8585
name: release-chart
8686
resources: {}
8787
script: |

.lighthouse/jenkins-x/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ spec:
7575
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=docker/gc/Dockerfile --destination=ghcr.io/jenkins-x/lighthouse-gc-jobs:$VERSION --destination=ghcr.io/jenkins-x/lighthouse-gc-jobs:latest --build-arg=VERSION=$VERSION
7676
- name: chart-docs
7777
resources: {}
78-
- image: ghcr.io/jenkins-x/jx-boot:3.10.131
78+
- image: ghcr.io/jenkins-x/jx-boot:3.11.116
7979
name: changelog
8080
resources: {}
8181
script: |

0 commit comments

Comments
 (0)