diff --git a/.lighthouse/jenkins-x/release.yaml b/.lighthouse/jenkins-x/release.yaml index 7f21191ad3..a53be06564 100755 --- a/.lighthouse/jenkins-x/release.yaml +++ b/.lighthouse/jenkins-x/release.yaml @@ -31,7 +31,7 @@ spec: memory: 600Mi - name: promote-changelog resources: {} - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-pullrequest resources: {} script: | diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index ea101ec4a0..e8fde3439c 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # override requests for the pod here diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index 76f48c17e1..2e63d0ae24 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index bb104f593e..6f9fcdfe37 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -68,7 +68,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -89,7 +89,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index 4e7c36ac65..77e4396076 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index 479c9b635a..12e469425f 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -67,7 +67,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -88,7 +88,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index 0e62eae994..c70305ad69 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index a5f72c97b9..f8ea646e99 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -56,7 +56,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: release-chart resources: {} script: | @@ -70,7 +70,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index 9e17c41dba..e359b0e6f2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index 0160ae1c92..eb8c8a1e68 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -81,7 +81,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -102,7 +102,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 5f9be6ff01..399c1e2f39 100644 --- a/tasks/build-scan-push/build-scan-push.yaml +++ b/tasks/build-scan-push/build-scan-push.yaml @@ -38,7 +38,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: analyze resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index 5b3c231036..a1436d8f96 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index ffa1336a55..b6dc78ef37 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index 1d1fee3343..6189515a24 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index c2f8cbe843..e0e1e25263 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -61,7 +61,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index 37c3ae97d7..7a54266f9b 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 b375c6b22b..67415f4d4d 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index 9e17c41dba..e359b0e6f2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index d2b893125c..bc9042d4dc 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -97,7 +97,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -118,14 +118,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index fb395751d3..3887d3b664 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 716c6724c5..96e3ffb9b2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -61,7 +61,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index fb395751d3..3887d3b664 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index c03dacd398..152a1f4f76 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -61,7 +61,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index 61324a634c..84e4c7c0e9 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.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: make-pr resources: requests: diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 6e4792ed12..ea6fd0398a 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index 54bd6bbbd5..488bebfd7e 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -63,7 +63,7 @@ spec: flutter pub get flutter test flutter build apk - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | diff --git a/tasks/git-clone/git-clone-env-pr-partial.yaml b/tasks/git-clone/git-clone-env-pr-partial.yaml index d24a7e639a..8acb62a4fa 100644 --- a/tasks/git-clone/git-clone-env-pr-partial.yaml +++ b/tasks/git-clone/git-clone-env-pr-partial.yaml @@ -43,7 +43,7 @@ spec: - secretRef: name: jx-boot-job-env-vars optional: true - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-env-pr.yaml b/tasks/git-clone/git-clone-env-pr.yaml index 93a9e0d5ab..5b770cd3c9 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.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index c10342c3d9..234ca034c3 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.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index ffc5f0a69c..dd13b8f519 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 485a6952ee..0580e08aa2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index 00f22bc22f..0b0cceea1b 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 97c7e04a80..62f2a21372 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -68,7 +68,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -89,14 +89,14 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index 8de8801454..01baf6ae25 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 a50da04a31..f0ea1fdd25 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -67,7 +67,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: changelog resources: {} script: | @@ -83,7 +83,7 @@ spec: else echo no charts; fi jx changelog create --verbose --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: release-chart resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 9c5e0d4aa7..5c31ee0ee6 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 1c1b654390..33fbf0e83d 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -67,7 +67,7 @@ spec: #!/bin/ash if [ -d "charts/$REPO_NAME" ]; then cd charts/$REPO_NAME helm-docs; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: changelog resources: {} script: | @@ -83,7 +83,7 @@ spec: else echo no charts; fi jx changelog create --verbose --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: release-chart resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index c6a9051dd8..c0557368d2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index db2efcd882..de99bc7dda 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -68,7 +68,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -89,7 +89,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index e0ad61e24e..3cd222d12b 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index dc4b272fed..ce661d1bca 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -67,7 +67,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -88,7 +88,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index dc1134b51a..7cf063d069 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index 6add136287..1d0679618c 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -71,7 +71,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index 8525d1f44f..c46fee0201 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 6513f287d3..1e8e58c324 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -84,7 +84,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -105,7 +105,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-yarn/pullrequest.yaml b/tasks/javascript-yarn/pullrequest.yaml index ba2d4ac2a5..dbebdc3a10 100644 --- a/tasks/javascript-yarn/pullrequest.yaml +++ b/tasks/javascript-yarn/pullrequest.yaml @@ -28,7 +28,7 @@ spec: name: npmrc workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript-yarn/release.yaml b/tasks/javascript-yarn/release.yaml index dc22ff7af8..bd2fae877e 100644 --- a/tasks/javascript-yarn/release.yaml +++ b/tasks/javascript-yarn/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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -78,7 +78,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -99,7 +99,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index c6967b4f2c..fb76ebe4a8 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index 8bce23f3c9..7dd12c078d 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -78,7 +78,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -99,7 +99,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index e45ccc84df..2545ebda1a 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index 605be3edba..b6fb9fd6fd 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -69,7 +69,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index f5c782fd5a..5bf91c8d76 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 161d6f1ce3..03d4cda08e 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/lint.yaml b/tasks/lookml/lint.yaml index b7cf4fc9b6..dbc65d03e5 100644 --- a/tasks/lookml/lint.yaml +++ b/tasks/lookml/lint.yaml @@ -33,7 +33,7 @@ spec: limits: {} workingDir: $(workspaces.output.path)/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/pullrequest.yaml b/tasks/lookml/pullrequest.yaml index f07665a5fe..eb5b200b4b 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/release.yaml b/tasks/lookml/release.yaml index 2e47f61113..79cf1bbdf2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -50,7 +50,7 @@ spec: script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -67,7 +67,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index 851f5f0072..92b091cdbb 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 ecfe7bbffe..179f469457 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -97,7 +97,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -118,7 +118,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java14/pullrequest.yaml b/tasks/maven-java14/pullrequest.yaml index 095ce7e585..2af521ce19 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 da98ca652b..fd98ed0dbd 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -93,7 +93,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -114,7 +114,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java16/pullrequest.yaml b/tasks/maven-java16/pullrequest.yaml index 3ff644b55e..bfd4e450f0 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 001e5baf61..6dff4fc1b6 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -93,7 +93,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -114,7 +114,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java17/pullrequest.yaml b/tasks/maven-java17/pullrequest.yaml index 17da7a97d8..8d2a8ca133 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 bbdafd8ed1..5c749d4b02 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -93,7 +93,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -114,7 +114,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java21/pullrequest.yaml b/tasks/maven-java21/pullrequest.yaml index ef16831231..6580040547 100644 --- a/tasks/maven-java21/pullrequest.yaml +++ b/tasks/maven-java21/pullrequest.yaml @@ -29,7 +29,7 @@ spec: name: maven-settings workingDir: /workspace/source steps: - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven-java21/release.yaml b/tasks/maven-java21/release.yaml index bb4001b69f..8740b7aca6 100644 --- a/tasks/maven-java21/release.yaml +++ b/tasks/maven-java21/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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -93,7 +93,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -114,7 +114,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index dcf8ef7402..d2e2af01e4 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 2b391b64e0..3205efa2a2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -98,7 +98,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -119,7 +119,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus-native/pullrequest.yaml b/tasks/maven-quarkus-native/pullrequest.yaml index fedc39adba..f2e351a858 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 431a80dac4..816863e4f1 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -96,7 +96,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -117,7 +117,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index 3395f4c8ea..fd291b587a 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 bd6b368bee..b52263a33b 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -97,7 +97,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -118,7 +118,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index 985e1e0486..c13c04a528 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 0cb497b756..3b84d4f5e6 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -98,7 +98,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -119,7 +119,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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 04ffc6ca35..052eb15b8c 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 937d70439d..43100713ec 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -82,7 +82,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -103,7 +103,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 833b4a0410..104517253a 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 4a836736ba..c14c2b3831 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: build-export-model resources: {} script: |+ diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index 2dd9d7ea18..3a6f85c6b2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 b5d0591d16..823dfadda0 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -82,7 +82,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -103,7 +103,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-step8 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index 833b4a0410..104517253a 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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 28432721b8..5368fcba54 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 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.11.27 + image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: build-export-model resources: {} script: |+ diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index 9795c91f2d..d3cf7976af 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables jx gitops pr variables - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index a27411d3c6..055db34fe7 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index 1d1fee3343..6189515a24 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index c2f8cbe843..e0e1e25263 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -61,7 +61,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index 4c81781438..d64034c3b0 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index 18c4b5e9de..afa5a58c45 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -67,7 +67,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -88,7 +88,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index 4a65472d74..bc41a633c0 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index 716c6724c5..96e3ffb9b2 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -61,7 +61,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -82,7 +82,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index 37176e5a2c..00661fe3cb 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 96064f5482..83bf6517b5 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -67,7 +67,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -88,7 +88,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index fe7b7ff6b4..b3785363eb 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 6838f4364d..71f663220c 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -75,7 +75,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -96,7 +96,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index 594149ec79..6e377633aa 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index b82b9b9018..5e3c75a7b6 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: {} script: | @@ -58,7 +58,7 @@ spec: terraform init terraform version terraform validate - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: changelog resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index 8cdae7b2b1..b413e67564 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index 8bce23f3c9..7dd12c078d 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.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: jx-variables resources: # set requests for the pod here @@ -78,7 +78,7 @@ spec: source .jx/variables.sh cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json /kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-changelog resources: {} script: | @@ -99,7 +99,7 @@ spec: git push --force origin v$VERSION jx changelog create --version v${VERSION} --output-markdown ../changelog.md - - image: ghcr.io/jenkins-x/jx-boot:3.11.27 + - image: ghcr.io/jenkins-x/jx-boot:3.11.28 name: promote-helm-release resources: {} script: |