From a569eec82e1bdc87bf9ca7098686fb8cb48dc8ce Mon Sep 17 00:00:00 2001 From: jenkins-x-bot-test Date: Thu, 15 Apr 2021 10:08:50 +0000 Subject: [PATCH] fix: upgrade to version 3.2.41 from: https://github.com/jenkins-x/jx --- packs/git/.lighthouse/jenkins-x/release.yaml | 2 +- tasks/C++/pullrequest.yaml | 2 +- tasks/C++/release.yaml | 4 ++-- tasks/D/pullrequest.yaml | 2 +- tasks/D/release.yaml | 4 ++-- tasks/apps/pullrequest.yaml | 2 +- tasks/apps/release.yaml | 6 +++--- tasks/appserver/pullrequest.yaml | 2 +- tasks/appserver/release.yaml | 4 ++-- tasks/charts/pullrequest.yaml | 2 +- tasks/charts/release.yaml | 2 +- tasks/csharp/pullrequest.yaml | 2 +- tasks/csharp/release.yaml | 4 ++-- tasks/custom-jenkins/pullrequest.yaml | 2 +- tasks/custom-jenkins/release.yaml | 2 +- tasks/cwp/pullrequest.yaml | 2 +- tasks/cwp/release.yaml | 6 +++--- tasks/docker-helm/pullrequest.yaml | 2 +- tasks/docker-helm/release.yaml | 4 ++-- tasks/docker/pullrequest.yaml | 2 +- tasks/docker/release.yaml | 2 +- tasks/environment/pullrequest.yaml | 2 +- tasks/flutter/pullrequest.yaml | 2 +- tasks/flutter/release.yaml | 2 +- tasks/git-clone/git-clone-pr.yaml | 2 +- tasks/go-cli/pullrequest.yaml | 2 +- tasks/go-cli/release.yaml | 2 +- tasks/go-mongodb/pullrequest.yaml | 2 +- tasks/go-mongodb/release.yaml | 6 +++--- tasks/go-plugin-multiarch/pullrequest.yaml | 2 +- tasks/go-plugin-multiarch/release.yaml | 2 +- tasks/go-plugin/pullrequest.yaml | 2 +- tasks/go-plugin/release.yaml | 2 +- tasks/go/pullrequest.yaml | 2 +- tasks/go/release.yaml | 4 ++-- tasks/gradle/pullrequest.yaml | 2 +- tasks/gradle/release.yaml | 4 ++-- tasks/helm/pullrequest.yaml | 4 ++-- tasks/helm/release.yaml | 4 ++-- tasks/javascript-ui-nginx/pullrequest.yaml | 2 +- tasks/javascript-ui-nginx/release.yaml | 4 ++-- tasks/javascript/pullrequest.yaml | 2 +- tasks/javascript/release.yaml | 4 ++-- tasks/jenkins/pullrequest.yaml | 2 +- tasks/jenkins/release.yaml | 2 +- tasks/jenkinsfilerunner/pullrequest.yaml | 2 +- tasks/jenkinsfilerunner/release.yaml | 2 +- tasks/maven-java11/pullrequest.yaml | 2 +- tasks/maven-java11/release.yaml | 4 ++-- tasks/maven-node-ruby/pullrequest.yaml | 2 +- tasks/maven-node-ruby/release.yaml | 4 ++-- tasks/maven-quarkus/pullrequest.yaml | 2 +- tasks/maven-quarkus/release.yaml | 4 ++-- tasks/maven/pullrequest.yaml | 2 +- tasks/maven/release.yaml | 4 ++-- tasks/ml-python-gpu-service/pullrequest.yaml | 2 +- tasks/ml-python-gpu-service/release.yaml | 6 +++--- tasks/ml-python-service/pullrequest.yaml | 2 +- tasks/ml-python-service/release.yaml | 6 +++--- tasks/ml-python-training/pullrequest.yaml | 2 +- tasks/ml-python-training/release.yaml | 2 +- tasks/nop/pullrequest.yaml | 4 ++-- tasks/nop/release.yaml | 4 ++-- tasks/php/pullrequest.yaml | 2 +- tasks/php/release.yaml | 4 ++-- tasks/python/pullrequest.yaml | 2 +- tasks/python/release.yaml | 4 ++-- tasks/ruby/pullrequest.yaml | 2 +- tasks/ruby/release.yaml | 4 ++-- tasks/rust/pullrequest.yaml | 2 +- tasks/rust/release.yaml | 4 ++-- tasks/scala/pullrequest.yaml | 2 +- tasks/scala/release.yaml | 4 ++-- tasks/terraform/pullrequest.yaml | 2 +- tasks/terraform/release.yaml | 2 +- tasks/typescript/pullrequest.yaml | 2 +- tasks/typescript/release.yaml | 4 ++-- 77 files changed, 110 insertions(+), 110 deletions(-) diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index 2076759e78..94ba8948a7 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index f0aa588b28..ead6a46010 100644 --- a/tasks/C++/pullrequest.yaml +++ b/tasks/C++/pullrequest.yaml @@ -15,7 +15,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index 91f9406439..711ad777ea 100644 --- a/tasks/C++/release.yaml +++ b/tasks/C++/release.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index c7e49a2294..9289bbcd41 100644 --- a/tasks/D/pullrequest.yaml +++ b/tasks/D/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 1Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index f2340848b0..5ca21bbde3 100644 --- a/tasks/D/release.yaml +++ b/tasks/D/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,7 +76,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index e86b3324a6..ca54fde9e5 100644 --- a/tasks/apps/pullrequest.yaml +++ b/tasks/apps/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index 66c750a69a..1b159eef49 100644 --- a/tasks/apps/release.yaml +++ b/tasks/apps/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -47,7 +47,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: release-chart resources: {} script: | @@ -61,7 +61,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index 3945b9de79..ebf6b1559a 100644 --- a/tasks/appserver/pullrequest.yaml +++ b/tasks/appserver/pullrequest.yaml @@ -26,7 +26,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index a390a16d06..a8902d8a7a 100644 --- a/tasks/appserver/release.yaml +++ b/tasks/appserver/release.yaml @@ -43,7 +43,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -84,7 +84,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index 5fb93e4db7..f395645641 100644 --- a/tasks/charts/pullrequest.yaml +++ b/tasks/charts/pullrequest.yaml @@ -15,7 +15,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index 9d1fe1676c..848f7dc26f 100644 --- a/tasks/charts/release.yaml +++ b/tasks/charts/release.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index 74fb2e8157..afd6b3b635 100644 --- a/tasks/csharp/pullrequest.yaml +++ b/tasks/csharp/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 256Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index 7e4a0a0b30..af4681957e 100644 --- a/tasks/csharp/release.yaml +++ b/tasks/csharp/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -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.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index 6d8f63676e..945fe08638 100644 --- a/tasks/custom-jenkins/pullrequest.yaml +++ b/tasks/custom-jenkins/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/custom-jenkins/release.yaml b/tasks/custom-jenkins/release.yaml index 997c6bde60..c3e661f464 100644 --- a/tasks/custom-jenkins/release.yaml +++ b/tasks/custom-jenkins/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index 3945b9de79..ebf6b1559a 100644 --- a/tasks/cwp/pullrequest.yaml +++ b/tasks/cwp/pullrequest.yaml @@ -26,7 +26,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index b0fca2a748..8a30de19cc 100644 --- a/tasks/cwp/release.yaml +++ b/tasks/cwp/release.yaml @@ -43,7 +43,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -102,14 +102,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index f2cf7293a5..ef9acd532e 100644 --- a/tasks/docker-helm/pullrequest.yaml +++ b/tasks/docker-helm/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/docker-helm/release.yaml b/tasks/docker-helm/release.yaml index d2fb469b8d..4e6c3174eb 100644 --- a/tasks/docker-helm/release.yaml +++ b/tasks/docker-helm/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -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.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index f2cf7293a5..ef9acd532e 100644 --- a/tasks/docker/pullrequest.yaml +++ b/tasks/docker/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index 69ecbd4393..cc6b72b169 100644 --- a/tasks/docker/release.yaml +++ b/tasks/docker/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index d764504b04..c44774d7ad 100755 --- a/tasks/environment/pullrequest.yaml +++ b/tasks/environment/pullrequest.yaml @@ -24,7 +24,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: make-pr resources: {} podTemplate: {} diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 2f0602d163..7e6fc80f3a 100644 --- a/tasks/flutter/pullrequest.yaml +++ b/tasks/flutter/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index dafab24d8f..54858121ca 100644 --- a/tasks/flutter/release.yaml +++ b/tasks/flutter/release.yaml @@ -41,7 +41,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index 59832a476b..68dea7ad46 100644 --- a/tasks/git-clone/git-clone-pr.yaml +++ b/tasks/git-clone/git-clone-pr.yaml @@ -23,7 +23,7 @@ spec: name: git-clone resources: { } workingDir: /workspace - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index cba89fa352..b96e3320a7 100644 --- a/tasks/go-cli/pullrequest.yaml +++ b/tasks/go-cli/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-cli/release.yaml b/tasks/go-cli/release.yaml index d72acfe71a..244434a175 100644 --- a/tasks/go-cli/release.yaml +++ b/tasks/go-cli/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index 5be1ebf789..74607d924b 100644 --- a/tasks/go-mongodb/pullrequest.yaml +++ b/tasks/go-mongodb/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/release.yaml b/tasks/go-mongodb/release.yaml index 59b828c5f5..2ecac78260 100644 --- a/tasks/go-mongodb/release.yaml +++ b/tasks/go-mongodb/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,14 +76,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index 01b1833939..4e9ed9b740 100644 --- a/tasks/go-plugin-multiarch/pullrequest.yaml +++ b/tasks/go-plugin-multiarch/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-plugin-multiarch/release.yaml b/tasks/go-plugin-multiarch/release.yaml index dd15779c8f..dec0668286 100644 --- a/tasks/go-plugin-multiarch/release.yaml +++ b/tasks/go-plugin-multiarch/release.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 01b1833939..4e9ed9b740 100644 --- a/tasks/go-plugin/pullrequest.yaml +++ b/tasks/go-plugin/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go-plugin/release.yaml b/tasks/go-plugin/release.yaml index 398625afba..38541d7fd9 100644 --- a/tasks/go-plugin/release.yaml +++ b/tasks/go-plugin/release.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 5be1ebf789..74607d924b 100644 --- a/tasks/go/pullrequest.yaml +++ b/tasks/go/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 0d03eca3be..ff2861de08 100644 --- a/tasks/go/release.yaml +++ b/tasks/go/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,7 +76,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index 8268a89846..31ffaeafae 100644 --- a/tasks/gradle/pullrequest.yaml +++ b/tasks/gradle/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index a1ea914bd2..6f87bba9d8 100644 --- a/tasks/gradle/release.yaml +++ b/tasks/gradle/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,7 +76,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index b944a96222..d2cf7dbdff 100644 --- a/tasks/helm/pullrequest.yaml +++ b/tasks/helm/pullrequest.yaml @@ -18,13 +18,13 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index e106022f3f..f5005d9e37 100644 --- a/tasks/helm/release.yaml +++ b/tasks/helm/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -60,7 +60,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index bd64a7e7d0..70ce1d25ce 100644 --- a/tasks/javascript-ui-nginx/pullrequest.yaml +++ b/tasks/javascript-ui-nginx/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/javascript-ui-nginx/release.yaml b/tasks/javascript-ui-nginx/release.yaml index b1037b48fe..efa8c05368 100644 --- a/tasks/javascript-ui-nginx/release.yaml +++ b/tasks/javascript-ui-nginx/release.yaml @@ -41,7 +41,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -94,7 +94,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index cf62369261..7012a7a821 100644 --- a/tasks/javascript/pullrequest.yaml +++ b/tasks/javascript/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index 214e7d37e2..3846acf7c5 100644 --- a/tasks/javascript/release.yaml +++ b/tasks/javascript/release.yaml @@ -41,7 +41,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index ab577b22bf..c606083c32 100644 --- a/tasks/jenkins/pullrequest.yaml +++ b/tasks/jenkins/pullrequest.yaml @@ -26,7 +26,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index c3cb7ed8f5..e0d9fc81fb 100644 --- a/tasks/jenkins/release.yaml +++ b/tasks/jenkins/release.yaml @@ -43,7 +43,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index 0105ef0694..a81551cefd 100644 --- a/tasks/jenkinsfilerunner/pullrequest.yaml +++ b/tasks/jenkinsfilerunner/pullrequest.yaml @@ -15,7 +15,7 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 79ce58f6a7..8ce42470bd 100644 --- a/tasks/jenkinsfilerunner/release.yaml +++ b/tasks/jenkinsfilerunner/release.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index 21f04c475c..61c24e2274 100644 --- a/tasks/maven-java11/pullrequest.yaml +++ b/tasks/maven-java11/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/maven-java11/release.yaml b/tasks/maven-java11/release.yaml index 19d407c4bd..fc4a440402 100644 --- a/tasks/maven-java11/release.yaml +++ b/tasks/maven-java11/release.yaml @@ -47,7 +47,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -94,7 +94,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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index 61ca5c2700..c1e4ece8b7 100644 --- a/tasks/maven-node-ruby/pullrequest.yaml +++ b/tasks/maven-node-ruby/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/maven-node-ruby/release.yaml b/tasks/maven-node-ruby/release.yaml index 304e5e700c..898337c158 100644 --- a/tasks/maven-node-ruby/release.yaml +++ b/tasks/maven-node-ruby/release.yaml @@ -48,7 +48,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -95,7 +95,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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index 172a36f099..c2ceafedf6 100644 --- a/tasks/maven-quarkus/pullrequest.yaml +++ b/tasks/maven-quarkus/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/maven-quarkus/release.yaml b/tasks/maven-quarkus/release.yaml index c3c3eb0918..b562d508e8 100644 --- a/tasks/maven-quarkus/release.yaml +++ b/tasks/maven-quarkus/release.yaml @@ -47,7 +47,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -94,7 +94,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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index f2884742a2..64a53fe8d9 100644 --- a/tasks/maven/pullrequest.yaml +++ b/tasks/maven/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 13f869ec22..c36cb210fd 100644 --- a/tasks/maven/release.yaml +++ b/tasks/maven/release.yaml @@ -48,7 +48,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -95,7 +95,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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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 396c0abb44..1edb83363d 100644 --- a/tasks/ml-python-gpu-service/pullrequest.yaml +++ b/tasks/ml-python-gpu-service/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 1Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-gpu-service/release.yaml b/tasks/ml-python-gpu-service/release.yaml index da31161c7b..52ce2fa908 100644 --- a/tasks/ml-python-gpu-service/release.yaml +++ b/tasks/ml-python-gpu-service/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -91,14 +91,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-step9 resources: {} script: | diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index 0af7a2924a..eeaf6ee48a 100644 --- a/tasks/ml-python-service/pullrequest.yaml +++ b/tasks/ml-python-service/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 4Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-service/release.yaml b/tasks/ml-python-service/release.yaml index 6ab4d1ac21..e20c638de0 100644 --- a/tasks/ml-python-service/release.yaml +++ b/tasks/ml-python-service/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -91,14 +91,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-step8 resources: {} script: | #!/usr/bin/env sh source .jx/variables.sh jx gitops helm release - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-step9 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index 94489eb1bf..d9611ddfc9 100644 --- a/tasks/ml-python-training/pullrequest.yaml +++ b/tasks/ml-python-training/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 4Gi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/ml-python-training/release.yaml b/tasks/ml-python-training/release.yaml index 750271e920..a416c821a2 100644 --- a/tasks/ml-python-training/release.yaml +++ b/tasks/ml-python-training/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index 6b2c836038..32f070d777 100644 --- a/tasks/nop/pullrequest.yaml +++ b/tasks/nop/pullrequest.yaml @@ -15,13 +15,13 @@ spec: resources: {} workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index 5d39e69aa6..106ed52e07 100644 --- a/tasks/nop/release.yaml +++ b/tasks/nop/release.yaml @@ -32,13 +32,13 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index 74fb2e8157..afd6b3b635 100644 --- a/tasks/php/pullrequest.yaml +++ b/tasks/php/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 256Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index 7e4a0a0b30..af4681957e 100644 --- a/tasks/php/release.yaml +++ b/tasks/php/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -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.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index 44ffbe2983..9211b5df97 100644 --- a/tasks/python/pullrequest.yaml +++ b/tasks/python/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index dacbff5914..2437ed5e19 100644 --- a/tasks/python/release.yaml +++ b/tasks/python/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,7 +76,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index dbc33d4880..6eaa0e42f5 100644 --- a/tasks/ruby/pullrequest.yaml +++ b/tasks/ruby/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index d2fb469b8d..4e6c3174eb 100644 --- a/tasks/ruby/release.yaml +++ b/tasks/ruby/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -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.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index ad5d18a7ad..231b20e83c 100644 --- a/tasks/rust/pullrequest.yaml +++ b/tasks/rust/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 0f65a0d16c..3902a05890 100644 --- a/tasks/rust/release.yaml +++ b/tasks/rust/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -76,7 +76,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index 5b99e48374..1bcbd373bd 100644 --- a/tasks/scala/pullrequest.yaml +++ b/tasks/scala/pullrequest.yaml @@ -25,7 +25,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 093330f6c2..09c1ae0411 100644 --- a/tasks/scala/release.yaml +++ b/tasks/scala/release.yaml @@ -42,7 +42,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | @@ -83,7 +83,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index 5fd65bc7d1..9aa99e979e 100644 --- a/tasks/terraform/pullrequest.yaml +++ b/tasks/terraform/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 600Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index e717e939be..c6a0118986 100644 --- a/tasks/terraform/release.yaml +++ b/tasks/terraform/release.yaml @@ -35,7 +35,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index cf62369261..7012a7a821 100644 --- a/tasks/typescript/pullrequest.yaml +++ b/tasks/typescript/pullrequest.yaml @@ -18,7 +18,7 @@ spec: memory: 512Mi workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: jx-variables resources: {} script: | diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index 214e7d37e2..3846acf7c5 100644 --- a/tasks/typescript/release.yaml +++ b/tasks/typescript/release.yaml @@ -41,7 +41,7 @@ spec: secretKeyRef: name: tekton-git key: username - - image: ghcr.io/jenkins-x/jx-boot:3.2.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 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.40 + - image: ghcr.io/jenkins-x/jx-boot:3.2.41 name: promote-helm-release resources: {} script: |