diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index f15c77479b..d7aec1941e 100755 --- a/packs/git/.lighthouse/jenkins-x/release.yaml +++ b/packs/git/.lighthouse/jenkins-x/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # override requests for the pod here diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index 0d79ac18a7..29253fca7c 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index b21fb36f25..1072cc98c2 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index 9c9bbb9b2a..d18f1f60bf 100644 --- a/tasks/D/pullrequest.yaml +++ b/tasks/D/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index 666e2ca3f8..5b2fddd5f7 100644 --- a/tasks/D/release.yaml +++ b/tasks/D/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -87,7 +87,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index a50050cef1..e283ffff85 100644 --- a/tasks/apps/pullrequest.yaml +++ b/tasks/apps/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index 0c873e5b74..52d5229150 100644 --- a/tasks/apps/release.yaml +++ b/tasks/apps/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | @@ -56,7 +56,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: release-chart resources: {} script: | @@ -70,7 +70,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index 4511def400..efb0a832ee 100644 --- a/tasks/appserver/pullrequest.yaml +++ b/tasks/appserver/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index f1574f9697..44bb4d2915 100644 --- a/tasks/appserver/release.yaml +++ b/tasks/appserver/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -95,7 +95,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/build-scan-push/build-scan-push.yaml b/tasks/build-scan-push/build-scan-push.yaml index a283da4f1a..569d923223 100644 --- a/tasks/build-scan-push/build-scan-push.yaml +++ b/tasks/build-scan-push/build-scan-push.yaml @@ -39,7 +39,7 @@ spec: resources: {} script: | trivy image --skip-update --input /workspace/source/image.tar > /workspace/source/scanresults.txt - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: analyze resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index 7ef20ce171..add45e1c47 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index 2f0f3bb561..1d8cfc20d3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index 85a4b98d1a..03ef7f16a1 100644 --- a/tasks/csharp/pullrequest.yaml +++ b/tasks/csharp/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index bc9d7b1672..2542f610a8 100644 --- a/tasks/csharp/release.yaml +++ b/tasks/csharp/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index 40a8cbf576..7112d93b87 100644 --- a/tasks/custom-jenkins/pullrequest.yaml +++ b/tasks/custom-jenkins/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/custom-jenkins/release.yaml b/tasks/custom-jenkins/release.yaml index 7a2a39361e..d60a58be8a 100644 --- a/tasks/custom-jenkins/release.yaml +++ b/tasks/custom-jenkins/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index 4511def400..efb0a832ee 100644 --- a/tasks/cwp/pullrequest.yaml +++ b/tasks/cwp/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index 71a6a55e31..eb6a5ff11f 100644 --- a/tasks/cwp/release.yaml +++ b/tasks/cwp/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -117,14 +117,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index 7895e5a3cd..e366dd173a 100644 --- a/tasks/docker-helm/pullrequest.yaml +++ b/tasks/docker-helm/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker-helm/release.yaml b/tasks/docker-helm/release.yaml index 32c85be26a..a28cae4511 100644 --- a/tasks/docker-helm/release.yaml +++ b/tasks/docker-helm/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index 7895e5a3cd..e366dd173a 100644 --- a/tasks/docker/pullrequest.yaml +++ b/tasks/docker/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index 446a49f686..ec4a2de5d8 100644 --- a/tasks/docker/release.yaml +++ b/tasks/docker/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index b22042196d..b85cddea33 100755 --- a/tasks/environment/pullrequest.yaml +++ b/tasks/environment/pullrequest.yaml @@ -31,7 +31,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: make-pr resources: requests: diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 74449ff977..aac12f80ba 100644 --- a/tasks/flutter/pullrequest.yaml +++ b/tasks/flutter/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index 1827c80863..262723b5df 100644 --- a/tasks/flutter/release.yaml +++ b/tasks/flutter/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/git-clone/git-clone-env-pr.yaml b/tasks/git-clone/git-clone-env-pr.yaml index 0d795c4377..44a63cd9c6 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.10.2 + image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index 68d17026b8..57da73e458 100644 --- a/tasks/git-clone/git-clone-pr.yaml +++ b/tasks/git-clone/git-clone-pr.yaml @@ -41,7 +41,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index 68cb35e80b..25f9e8aa10 100644 --- a/tasks/go-cli/pullrequest.yaml +++ b/tasks/go-cli/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-cli/release.yaml b/tasks/go-cli/release.yaml index 3a4e4d4298..d116889ce6 100644 --- a/tasks/go-cli/release.yaml +++ b/tasks/go-cli/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index 76dbeae459..da47c51505 100644 --- a/tasks/go-mongodb/pullrequest.yaml +++ b/tasks/go-mongodb/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-mongodb/release.yaml b/tasks/go-mongodb/release.yaml index c825a93566..a0e082c9bb 100644 --- a/tasks/go-mongodb/release.yaml +++ b/tasks/go-mongodb/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | @@ -87,14 +87,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index f008055632..667cfd4a4a 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-plugin-multiarch/release.yaml b/tasks/go-plugin-multiarch/release.yaml index 93a63b35c6..c2d745e592 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: release-chart resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 3b9353cc40..89d804df42 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go-plugin/release.yaml b/tasks/go-plugin/release.yaml index f042198f11..a6c731ca9d 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: release-chart resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 1b5f67c580..8cad5566e8 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 88afc4c6ca..a29f32ce84 100644 --- a/tasks/go/release.yaml +++ b/tasks/go/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | @@ -87,7 +87,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index 46aefb75cd..ffa8246027 100644 --- a/tasks/gradle/pullrequest.yaml +++ b/tasks/gradle/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index d01bceb02e..443b17046a 100644 --- a/tasks/gradle/release.yaml +++ b/tasks/gradle/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -87,7 +87,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index a5b076d561..554c3fbd2d 100644 --- a/tasks/helm/pullrequest.yaml +++ b/tasks/helm/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -34,7 +34,7 @@ spec: #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index a5085325d8..c0d326b998 100644 --- a/tasks/helm/release.yaml +++ b/tasks/helm/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -70,7 +70,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index 0b300e45d3..40b45881a5 100644 --- a/tasks/javascript-ui-nginx/pullrequest.yaml +++ b/tasks/javascript-ui-nginx/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript-ui-nginx/release.yaml b/tasks/javascript-ui-nginx/release.yaml index d250c4b450..71fb8737f3 100644 --- a/tasks/javascript-ui-nginx/release.yaml +++ b/tasks/javascript-ui-nginx/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -104,7 +104,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index a257491e1f..f327e98e4e 100644 --- a/tasks/javascript/pullrequest.yaml +++ b/tasks/javascript/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: npmrc workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index 997a5b0318..1ae66b9272 100644 --- a/tasks/javascript/release.yaml +++ b/tasks/javascript/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -98,7 +98,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index 5db7e0a16c..9301238db8 100644 --- a/tasks/jenkins/pullrequest.yaml +++ b/tasks/jenkins/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index 856c0f1329..f7d4a9c4c2 100644 --- a/tasks/jenkins/release.yaml +++ b/tasks/jenkins/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index 69b7d44ccc..d92ef93ef4 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 0ca4be87de..31ff995417 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/lint.yaml b/tasks/lookml/lint.yaml index 853e407f24..19b85785cd 100644 --- a/tasks/lookml/lint.yaml +++ b/tasks/lookml/lint.yaml @@ -32,7 +32,7 @@ spec: limits: {} workingDir: $(workspaces.output.path)/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/pullrequest.yaml b/tasks/lookml/pullrequest.yaml index bdfeb3503f..d6d7c48fb2 100644 --- a/tasks/lookml/pullrequest.yaml +++ b/tasks/lookml/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/release.yaml b/tasks/lookml/release.yaml index 46b663f23f..fd833aa908 100644 --- a/tasks/lookml/release.yaml +++ b/tasks/lookml/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -67,7 +67,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index a43dca1f48..1f54b5c015 100644 --- a/tasks/maven-java11/pullrequest.yaml +++ b/tasks/maven-java11/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java11/release.yaml b/tasks/maven-java11/release.yaml index ecdbc6b0ba..f71536d52e 100644 --- a/tasks/maven-java11/release.yaml +++ b/tasks/maven-java11/release.yaml @@ -52,7 +52,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -105,7 +105,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java14/pullrequest.yaml b/tasks/maven-java14/pullrequest.yaml index acc8b8039c..03a76bffe8 100644 --- a/tasks/maven-java14/pullrequest.yaml +++ b/tasks/maven-java14/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java14/release.yaml b/tasks/maven-java14/release.yaml index b5f9871543..8c01d06552 100644 --- a/tasks/maven-java14/release.yaml +++ b/tasks/maven-java14/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -101,7 +101,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java16/pullrequest.yaml b/tasks/maven-java16/pullrequest.yaml index dd0dcc4a19..20db2ed57b 100644 --- a/tasks/maven-java16/pullrequest.yaml +++ b/tasks/maven-java16/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java16/release.yaml b/tasks/maven-java16/release.yaml index 27fdc79754..cc5242017e 100644 --- a/tasks/maven-java16/release.yaml +++ b/tasks/maven-java16/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -101,7 +101,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java17/pullrequest.yaml b/tasks/maven-java17/pullrequest.yaml index 3ab20e4532..5575eabe53 100644 --- a/tasks/maven-java17/pullrequest.yaml +++ b/tasks/maven-java17/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java17/release.yaml b/tasks/maven-java17/release.yaml index e23049aa61..d3dbbf036e 100644 --- a/tasks/maven-java17/release.yaml +++ b/tasks/maven-java17/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -113,7 +113,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index 7e58091b3a..facaf8100b 100644 --- a/tasks/maven-node-ruby/pullrequest.yaml +++ b/tasks/maven-node-ruby/pullrequest.yaml @@ -34,7 +34,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-node-ruby/release.yaml b/tasks/maven-node-ruby/release.yaml index b9e71b4f68..52cca2eb22 100644 --- a/tasks/maven-node-ruby/release.yaml +++ b/tasks/maven-node-ruby/release.yaml @@ -53,7 +53,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -106,7 +106,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus-native/pullrequest.yaml b/tasks/maven-quarkus-native/pullrequest.yaml index 518842a687..58dfe6a73e 100644 --- a/tasks/maven-quarkus-native/pullrequest.yaml +++ b/tasks/maven-quarkus-native/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-quarkus-native/release.yaml b/tasks/maven-quarkus-native/release.yaml index d0efbb852c..fb4b3f469a 100644 --- a/tasks/maven-quarkus-native/release.yaml +++ b/tasks/maven-quarkus-native/release.yaml @@ -51,7 +51,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index 3b9be0f386..179bc07837 100644 --- a/tasks/maven-quarkus/pullrequest.yaml +++ b/tasks/maven-quarkus/pullrequest.yaml @@ -33,7 +33,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-quarkus/release.yaml b/tasks/maven-quarkus/release.yaml index efc9afedbe..17d39336f8 100644 --- a/tasks/maven-quarkus/release.yaml +++ b/tasks/maven-quarkus/release.yaml @@ -52,7 +52,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -105,7 +105,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index 23b4e47d45..11f4fb8942 100644 --- a/tasks/maven/pullrequest.yaml +++ b/tasks/maven/pullrequest.yaml @@ -34,7 +34,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 332a1d0ee8..aaeab31d07 100644 --- a/tasks/maven/release.yaml +++ b/tasks/maven/release.yaml @@ -53,7 +53,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -106,7 +106,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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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 c88cffb80d..401d1def63 100644 --- a/tasks/ml-python-gpu-service/pullrequest.yaml +++ b/tasks/ml-python-gpu-service/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-gpu-service/release.yaml b/tasks/ml-python-gpu-service/release.yaml index 72a4ab46c5..6d1314d9a6 100644 --- a/tasks/ml-python-gpu-service/release.yaml +++ b/tasks/ml-python-gpu-service/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 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 b5d2a7f211..bffd42da49 100644 --- a/tasks/ml-python-gpu-training/pullrequest.yaml +++ b/tasks/ml-python-gpu-training/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-gpu-training/release.yaml b/tasks/ml-python-gpu-training/release.yaml index bb07c07ad7..7a87b67e4f 100644 --- a/tasks/ml-python-gpu-training/release.yaml +++ b/tasks/ml-python-gpu-training/release.yaml @@ -43,7 +43,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -88,7 +88,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: build-export-model resources: {} script: |+ diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index 8362a371cd..361cee94d6 100644 --- a/tasks/ml-python-service/pullrequest.yaml +++ b/tasks/ml-python-service/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-service/release.yaml b/tasks/ml-python-service/release.yaml index ecd7af06c8..0bd1a292a5 100644 --- a/tasks/ml-python-service/release.yaml +++ b/tasks/ml-python-service/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-step8 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index b5d2a7f211..bffd42da49 100644 --- a/tasks/ml-python-training/pullrequest.yaml +++ b/tasks/ml-python-training/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ml-python-training/release.yaml b/tasks/ml-python-training/release.yaml index 667b36174e..c660cb9504 100644 --- a/tasks/ml-python-training/release.yaml +++ b/tasks/ml-python-training/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -76,7 +76,7 @@ spec: secretKeyRef: key: username name: tekton-git - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: build-export-model resources: {} script: |+ diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index 5cd6ec993d..c00d42c3a6 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index a550697c6c..4e96e90d28 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.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index 85a4b98d1a..03ef7f16a1 100644 --- a/tasks/php/pullrequest.yaml +++ b/tasks/php/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index bc9d7b1672..2542f610a8 100644 --- a/tasks/php/release.yaml +++ b/tasks/php/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index b4143dce03..149d130471 100644 --- a/tasks/python/pullrequest.yaml +++ b/tasks/python/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index 9f5595e49d..cf5389c43c 100644 --- a/tasks/python/release.yaml +++ b/tasks/python/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -87,7 +87,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index aec3a1a3fe..69ccbea8d8 100644 --- a/tasks/ruby/pullrequest.yaml +++ b/tasks/ruby/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index 32c85be26a..a28cae4511 100644 --- a/tasks/ruby/release.yaml +++ b/tasks/ruby/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index 385cb82222..d0c429d6c9 100644 --- a/tasks/rust/pullrequest.yaml +++ b/tasks/rust/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 79645b63d8..abb59b135e 100644 --- a/tasks/rust/release.yaml +++ b/tasks/rust/release.yaml @@ -40,7 +40,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -87,7 +87,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index c354d06746..b94b48e698 100644 --- a/tasks/scala/pullrequest.yaml +++ b/tasks/scala/pullrequest.yaml @@ -31,7 +31,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 8891d23cb5..27a12b16de 100644 --- a/tasks/scala/release.yaml +++ b/tasks/scala/release.yaml @@ -48,7 +48,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -95,7 +95,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index 3a67737855..7a7b9da07b 100644 --- a/tasks/terraform/pullrequest.yaml +++ b/tasks/terraform/pullrequest.yaml @@ -23,7 +23,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index bede40e919..3fd8729db0 100644 --- a/tasks/terraform/release.yaml +++ b/tasks/terraform/release.yaml @@ -44,7 +44,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index da27c90b6c..896fd07c67 100644 --- a/tasks/typescript/pullrequest.yaml +++ b/tasks/typescript/pullrequest.yaml @@ -25,7 +25,7 @@ spec: limits: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index 997a5b0318..1ae66b9272 100644 --- a/tasks/typescript/release.yaml +++ b/tasks/typescript/release.yaml @@ -45,7 +45,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version --tag > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: jx-variables resources: # set requests for the pod here @@ -98,7 +98,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.10.2 + - image: ghcr.io/jenkins-x/jx-boot:3.10.3 name: promote-helm-release resources: {} script: |