diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index 02acfd1896..818c4c0c2f 100755 --- a/packs/git/.lighthouse/jenkins-x/release.yaml +++ b/packs/git/.lighthouse/jenkins-x/release.yaml @@ -36,7 +36,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index cd14e0a26a..c3b7de3f11 100644 --- a/tasks/C++/pullrequest.yaml +++ b/tasks/C++/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index f4e61de002..1bf175ed78 100644 --- a/tasks/C++/release.yaml +++ b/tasks/C++/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -88,7 +88,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index edfbc4e8b9..8fa1d5c3d3 100644 --- a/tasks/D/pullrequest.yaml +++ b/tasks/D/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 1Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index ed64c77bad..17cc7df387 100644 --- a/tasks/D/release.yaml +++ b/tasks/D/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,7 +85,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index 31a6b11838..5fb1467925 100644 --- a/tasks/apps/pullrequest.yaml +++ b/tasks/apps/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index 795b80f3fc..a3bc991ab5 100644 --- a/tasks/apps/release.yaml +++ b/tasks/apps/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -54,7 +54,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: release-chart resources: {} script: | @@ -68,7 +68,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index 4f58d1a028..e2ece1c8cf 100644 --- a/tasks/appserver/pullrequest.yaml +++ b/tasks/appserver/pullrequest.yaml @@ -33,7 +33,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index 16047f3cda..d7f59bc525 100644 --- a/tasks/appserver/release.yaml +++ b/tasks/appserver/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -93,7 +93,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index 58029257b9..bedc34e1ca 100644 --- a/tasks/charts/pullrequest.yaml +++ b/tasks/charts/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index f762f811bf..5831bf2aef 100644 --- a/tasks/charts/release.yaml +++ b/tasks/charts/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index a02173fb9d..12e85e6131 100644 --- a/tasks/csharp/pullrequest.yaml +++ b/tasks/csharp/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 256Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index 796a675527..10d8eab313 100644 --- a/tasks/csharp/release.yaml +++ b/tasks/csharp/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -79,7 +79,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index c41e7da428..2b87974530 100644 --- a/tasks/custom-jenkins/pullrequest.yaml +++ b/tasks/custom-jenkins/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/custom-jenkins/release.yaml b/tasks/custom-jenkins/release.yaml index 3e61ba95ff..b4446cbe14 100644 --- a/tasks/custom-jenkins/release.yaml +++ b/tasks/custom-jenkins/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index 4f58d1a028..e2ece1c8cf 100644 --- a/tasks/cwp/pullrequest.yaml +++ b/tasks/cwp/pullrequest.yaml @@ -33,7 +33,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index cb1ae3dbea..2ab8271b4a 100644 --- a/tasks/cwp/release.yaml +++ b/tasks/cwp/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -115,14 +115,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-step6 resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index 6ea65aaed7..acc5ea8220 100644 --- a/tasks/docker-helm/pullrequest.yaml +++ b/tasks/docker-helm/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/docker-helm/release.yaml b/tasks/docker-helm/release.yaml index f84391c51c..5877347255 100644 --- a/tasks/docker-helm/release.yaml +++ b/tasks/docker-helm/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -79,7 +79,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index 6ea65aaed7..acc5ea8220 100644 --- a/tasks/docker/pullrequest.yaml +++ b/tasks/docker/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index d886ea5f21..29b72af3a1 100644 --- a/tasks/docker/release.yaml +++ b/tasks/docker/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index 468960055a..d2d0368aab 100755 --- a/tasks/environment/pullrequest.yaml +++ b/tasks/environment/pullrequest.yaml @@ -33,7 +33,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: make-pr resources: {} - image: uses:jenkins-x/jx3-pipeline-catalog/tasks/kubetest/environment.yaml@versionStream diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 50a8c5914e..55be813795 100644 --- a/tasks/flutter/pullrequest.yaml +++ b/tasks/flutter/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index baf1fa6c20..bac8721674 100644 --- a/tasks/flutter/release.yaml +++ b/tasks/flutter/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/git-clone/git-clone-env-pr.yaml b/tasks/git-clone/git-clone-env-pr.yaml index 18b5ead131..ebc0328f30 100644 --- a/tasks/git-clone/git-clone-env-pr.yaml +++ b/tasks/git-clone/git-clone-env-pr.yaml @@ -40,7 +40,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index 4e180ec287..19fdeccf5a 100644 --- a/tasks/git-clone/git-clone-pr.yaml +++ b/tasks/git-clone/git-clone-pr.yaml @@ -40,7 +40,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index 92e496fd04..852fd764b8 100644 --- a/tasks/go-cli/pullrequest.yaml +++ b/tasks/go-cli/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go-cli/release.yaml b/tasks/go-cli/release.yaml index 3ec92b1b75..e57c83498a 100644 --- a/tasks/go-cli/release.yaml +++ b/tasks/go-cli/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index ee9d3a600c..18397c57e1 100644 --- a/tasks/go-mongodb/pullrequest.yaml +++ b/tasks/go-mongodb/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/release.yaml b/tasks/go-mongodb/release.yaml index 56c6492bb5..e24f8a2dae 100644 --- a/tasks/go-mongodb/release.yaml +++ b/tasks/go-mongodb/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,14 +85,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-step6 resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index ddca44f579..b7e1331de6 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go-plugin-multiarch/release.yaml b/tasks/go-plugin-multiarch/release.yaml index d8bc746b21..c700a9c64d 100644 --- a/tasks/go-plugin-multiarch/release.yaml +++ b/tasks/go-plugin-multiarch/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -82,7 +82,7 @@ spec: else echo no charts; fi jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: release-chart resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 0aa66b822e..72813de699 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go-plugin/release.yaml b/tasks/go-plugin/release.yaml index fa82b5b19b..1b24a4dbad 100644 --- a/tasks/go-plugin/release.yaml +++ b/tasks/go-plugin/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -82,7 +82,7 @@ spec: else echo no charts; fi jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: release-chart resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 2d22ec7e57..e3f934fdb5 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 4eacfe4546..e887cf59f0 100644 --- a/tasks/go/release.yaml +++ b/tasks/go/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,7 +85,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index 7787b6f953..fe9a6857a9 100644 --- a/tasks/gradle/pullrequest.yaml +++ b/tasks/gradle/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index aaf9abe53c..2473d0ddec 100644 --- a/tasks/gradle/release.yaml +++ b/tasks/gradle/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,7 +85,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index f089663ae6..19d8eb56a0 100644 --- a/tasks/helm/pullrequest.yaml +++ b/tasks/helm/pullrequest.yaml @@ -25,14 +25,14 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index 3b4be76733..f9029b8d73 100644 --- a/tasks/helm/release.yaml +++ b/tasks/helm/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -68,7 +68,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index e39656d519..97a84049ec 100644 --- a/tasks/javascript-ui-nginx/pullrequest.yaml +++ b/tasks/javascript-ui-nginx/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/javascript-ui-nginx/release.yaml b/tasks/javascript-ui-nginx/release.yaml index f0b750ba14..9bf50ae541 100644 --- a/tasks/javascript-ui-nginx/release.yaml +++ b/tasks/javascript-ui-nginx/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -102,7 +102,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index eb8e63a63e..90d243aa58 100644 --- a/tasks/javascript/pullrequest.yaml +++ b/tasks/javascript/pullrequest.yaml @@ -30,7 +30,7 @@ spec: name: npmrc workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index d395160055..69c667267e 100644 --- a/tasks/javascript/release.yaml +++ b/tasks/javascript/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -96,7 +96,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index ba3596dc6f..e7bd319688 100644 --- a/tasks/jenkins/pullrequest.yaml +++ b/tasks/jenkins/pullrequest.yaml @@ -33,7 +33,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index bfaf02aa6f..22dbf5de96 100644 --- a/tasks/jenkins/release.yaml +++ b/tasks/jenkins/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index b36b4d3030..45eecbad21 100644 --- a/tasks/jenkinsfilerunner/pullrequest.yaml +++ b/tasks/jenkinsfilerunner/pullrequest.yaml @@ -22,7 +22,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 391cd98a2f..a6c3d45487 100644 --- a/tasks/jenkinsfilerunner/release.yaml +++ b/tasks/jenkinsfilerunner/release.yaml @@ -39,7 +39,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/lint.yaml b/tasks/lookml/lint.yaml index 2bc268babb..7d42eb1519 100644 --- a/tasks/lookml/lint.yaml +++ b/tasks/lookml/lint.yaml @@ -34,7 +34,7 @@ spec: memory: 512Mi workingDir: $(workspaces.output.path)/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/pullrequest.yaml b/tasks/lookml/pullrequest.yaml index ccef6ae02d..22be3280d8 100644 --- a/tasks/lookml/pullrequest.yaml +++ b/tasks/lookml/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/release.yaml b/tasks/lookml/release.yaml index 19c440fd0f..1763673965 100644 --- a/tasks/lookml/release.yaml +++ b/tasks/lookml/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -65,7 +65,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index 71a9f339db..349ea419bb 100644 --- a/tasks/maven-java11/pullrequest.yaml +++ b/tasks/maven-java11/pullrequest.yaml @@ -35,7 +35,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java11/release.yaml b/tasks/maven-java11/release.yaml index 706d081991..35615c6868 100644 --- a/tasks/maven-java11/release.yaml +++ b/tasks/maven-java11/release.yaml @@ -54,7 +54,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -103,7 +103,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java14/pullrequest.yaml b/tasks/maven-java14/pullrequest.yaml index 2f55862912..621fd26182 100644 --- a/tasks/maven-java14/pullrequest.yaml +++ b/tasks/maven-java14/pullrequest.yaml @@ -31,7 +31,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java14/release.yaml b/tasks/maven-java14/release.yaml index b404652e47..ab496852eb 100644 --- a/tasks/maven-java14/release.yaml +++ b/tasks/maven-java14/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -99,7 +99,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java16/pullrequest.yaml b/tasks/maven-java16/pullrequest.yaml index 76118ab897..300083cbc5 100644 --- a/tasks/maven-java16/pullrequest.yaml +++ b/tasks/maven-java16/pullrequest.yaml @@ -31,7 +31,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java16/release.yaml b/tasks/maven-java16/release.yaml index 2facb578a1..ef40c921b4 100644 --- a/tasks/maven-java16/release.yaml +++ b/tasks/maven-java16/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -99,7 +99,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java17/pullrequest.yaml b/tasks/maven-java17/pullrequest.yaml index f80627cdd2..a567286f14 100644 --- a/tasks/maven-java17/pullrequest.yaml +++ b/tasks/maven-java17/pullrequest.yaml @@ -31,7 +31,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.202 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java17/release.yaml b/tasks/maven-java17/release.yaml index e6b553e4b0..3506c02f19 100644 --- a/tasks/maven-java17/release.yaml +++ b/tasks/maven-java17/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.202 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -111,7 +111,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.202 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index 74e90f069a..c417cbcbe9 100644 --- a/tasks/maven-node-ruby/pullrequest.yaml +++ b/tasks/maven-node-ruby/pullrequest.yaml @@ -36,7 +36,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-node-ruby/release.yaml b/tasks/maven-node-ruby/release.yaml index 335d826c1f..43711c7d58 100644 --- a/tasks/maven-node-ruby/release.yaml +++ b/tasks/maven-node-ruby/release.yaml @@ -55,7 +55,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -104,7 +104,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus-native/pullrequest.yaml b/tasks/maven-quarkus-native/pullrequest.yaml index 13c6d16d8c..3c6f10ab3d 100644 --- a/tasks/maven-quarkus-native/pullrequest.yaml +++ b/tasks/maven-quarkus-native/pullrequest.yaml @@ -35,7 +35,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-quarkus-native/release.yaml b/tasks/maven-quarkus-native/release.yaml index 038f6c156f..bbdea05258 100644 --- a/tasks/maven-quarkus-native/release.yaml +++ b/tasks/maven-quarkus-native/release.yaml @@ -54,7 +54,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -109,7 +109,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index b0d6e1ef79..1fb5e87742 100644 --- a/tasks/maven-quarkus/pullrequest.yaml +++ b/tasks/maven-quarkus/pullrequest.yaml @@ -35,7 +35,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven-quarkus/release.yaml b/tasks/maven-quarkus/release.yaml index 35c21fb1ae..c5c8b6f0e9 100644 --- a/tasks/maven-quarkus/release.yaml +++ b/tasks/maven-quarkus/release.yaml @@ -54,7 +54,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -103,7 +103,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index fa69bf0719..59c794b6bc 100644 --- a/tasks/maven/pullrequest.yaml +++ b/tasks/maven/pullrequest.yaml @@ -36,7 +36,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 8266ff0f8c..a13a7b5f36 100644 --- a/tasks/maven/release.yaml +++ b/tasks/maven/release.yaml @@ -55,7 +55,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -104,7 +104,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/mentor-maven-java17/pullrequest.yaml b/tasks/mentor-maven-java17/pullrequest.yaml index 46f4a33500..e90177e217 100644 --- a/tasks/mentor-maven-java17/pullrequest.yaml +++ b/tasks/mentor-maven-java17/pullrequest.yaml @@ -36,7 +36,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.196 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/mentor-maven-java17/release.yaml b/tasks/mentor-maven-java17/release.yaml index cadcbaae44..b67c234b85 100644 --- a/tasks/mentor-maven-java17/release.yaml +++ b/tasks/mentor-maven-java17/release.yaml @@ -55,7 +55,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.196 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -129,7 +129,7 @@ spec: git commit -a -m "chore: release $VERSION" --allow-empty git tag -fa v$VERSION -m "Release version $VERSION" git push --force origin v$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.196 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/ml-python-gpu-service/pullrequest.yaml b/tasks/ml-python-gpu-service/pullrequest.yaml index 496b8852ca..2523a6a56d 100644 --- a/tasks/ml-python-gpu-service/pullrequest.yaml +++ b/tasks/ml-python-gpu-service/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 1Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-gpu-service/release.yaml b/tasks/ml-python-gpu-service/release.yaml index 25e67c7b13..f155e678d4 100644 --- a/tasks/ml-python-gpu-service/release.yaml +++ b/tasks/ml-python-gpu-service/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -100,7 +100,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/ml-python-gpu-training/pullrequest.yaml b/tasks/ml-python-gpu-training/pullrequest.yaml index c2f514db22..b9de758c63 100644 --- a/tasks/ml-python-gpu-training/pullrequest.yaml +++ b/tasks/ml-python-gpu-training/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 4Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-gpu-training/release.yaml b/tasks/ml-python-gpu-training/release.yaml index 95a43fc160..9bdf31cb71 100644 --- a/tasks/ml-python-gpu-training/release.yaml +++ b/tasks/ml-python-gpu-training/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -87,7 +87,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: build-export-model resources: {} script: |+ diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index abe27daae4..ef03c0e03c 100644 --- a/tasks/ml-python-service/pullrequest.yaml +++ b/tasks/ml-python-service/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 4Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-service/release.yaml b/tasks/ml-python-service/release.yaml index c580f91a16..5c158590c8 100644 --- a/tasks/ml-python-service/release.yaml +++ b/tasks/ml-python-service/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -100,7 +100,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-step8 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index c2f514db22..b9de758c63 100644 --- a/tasks/ml-python-training/pullrequest.yaml +++ b/tasks/ml-python-training/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 4Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-training/release.yaml b/tasks/ml-python-training/release.yaml index af775bff44..51617fd026 100644 --- a/tasks/ml-python-training/release.yaml +++ b/tasks/ml-python-training/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -74,7 +74,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: build-export-model resources: {} script: |+ diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index d3ccf3d5eb..c25efae544 100644 --- a/tasks/nop/pullrequest.yaml +++ b/tasks/nop/pullrequest.yaml @@ -22,14 +22,14 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index 3783623d4d..5570b0fd60 100644 --- a/tasks/nop/release.yaml +++ b/tasks/nop/release.yaml @@ -39,13 +39,13 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index a02173fb9d..12e85e6131 100644 --- a/tasks/php/pullrequest.yaml +++ b/tasks/php/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 256Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index 796a675527..10d8eab313 100644 --- a/tasks/php/release.yaml +++ b/tasks/php/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -79,7 +79,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index 4d8cad0760..d2bb5c81e6 100644 --- a/tasks/python/pullrequest.yaml +++ b/tasks/python/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index 483f13d0b9..d51063c8ce 100644 --- a/tasks/python/release.yaml +++ b/tasks/python/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,7 +85,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index 9faafc1e01..c17ddedc89 100644 --- a/tasks/ruby/pullrequest.yaml +++ b/tasks/ruby/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index f84391c51c..5877347255 100644 --- a/tasks/ruby/release.yaml +++ b/tasks/ruby/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -79,7 +79,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index b8ac176a1d..fafb51c2ef 100644 --- a/tasks/rust/pullrequest.yaml +++ b/tasks/rust/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 5de2b792e4..bf541736cd 100644 --- a/tasks/rust/release.yaml +++ b/tasks/rust/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -85,7 +85,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index ee72e0950a..4e76624b8f 100644 --- a/tasks/scala/pullrequest.yaml +++ b/tasks/scala/pullrequest.yaml @@ -33,7 +33,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 3e4a71e608..c3f0a7e177 100644 --- a/tasks/scala/release.yaml +++ b/tasks/scala/release.yaml @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -93,7 +93,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index cda76b8580..9dd699b4c7 100644 --- a/tasks/terraform/pullrequest.yaml +++ b/tasks/terraform/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index 2e4df04ede..604c612806 100644 --- a/tasks/terraform/release.yaml +++ b/tasks/terraform/release.yaml @@ -42,7 +42,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index 2ad33e60d9..7f47b43ba5 100644 --- a/tasks/typescript/pullrequest.yaml +++ b/tasks/typescript/pullrequest.yaml @@ -27,7 +27,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index d395160055..69c667267e 100644 --- a/tasks/typescript/release.yaml +++ b/tasks/typescript/release.yaml @@ -47,7 +47,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: jx-variables resources: {} script: | @@ -96,7 +96,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.204 + - image: ghcr.io/jenkins-x/jx-boot:3.2.225 name: promote-helm-release resources: {} script: |