diff --git a/.lighthouse/jenkins-x/release.yaml b/.lighthouse/jenkins-x/release.yaml index 011e7ff0d9..a19da9211d 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-pullrequest resources: {} script: | diff --git a/packs/git/.lighthouse/jenkins-x/release.yaml b/packs/git/.lighthouse/jenkins-x/release.yaml index 8d08ee6a35..49db708a77 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # override requests for the pod here diff --git a/tasks/C++/pullrequest.yaml b/tasks/C++/pullrequest.yaml index 833b467256..01caa5401f 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/C++/release.yaml b/tasks/C++/release.yaml index e0ece33f33..9e07ae7afb 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/D/pullrequest.yaml b/tasks/D/pullrequest.yaml index 57ca7e1c69..8d7903c33c 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/D/release.yaml b/tasks/D/release.yaml index 5033ff2815..2d794c30f8 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/apps/pullrequest.yaml b/tasks/apps/pullrequest.yaml index 9509b3f877..647dc9f3f3 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/apps/release.yaml b/tasks/apps/release.yaml index 91be283c9c..30a8f67a98 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | @@ -56,7 +56,7 @@ spec: script: | #!/bin/sh make build - - image: ghcr.io/jenkins-x/jx-boot:3.11.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: release-chart resources: {} script: | @@ -70,7 +70,7 @@ spec: script: | #!/bin/sh make release - - image: ghcr.io/jenkins-x/jx-boot:3.11.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/appserver/pullrequest.yaml b/tasks/appserver/pullrequest.yaml index 4de2708510..dfd8322340 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/appserver/release.yaml b/tasks/appserver/release.yaml index ddb4eb7e31..cc2e403561 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d03e98e0b4..ef4fea67ea 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: analyze resources: {} script: | diff --git a/tasks/charts/pullrequest.yaml b/tasks/charts/pullrequest.yaml index d037e20d55..4f09376c2b 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/charts/release.yaml b/tasks/charts/release.yaml index 39539fde74..d2b467f5c4 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/csharp/pullrequest.yaml b/tasks/csharp/pullrequest.yaml index 43d809eb90..05d8e46712 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/csharp/release.yaml b/tasks/csharp/release.yaml index 9b51249255..5ce9137fbc 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/custom-jenkins/pullrequest.yaml b/tasks/custom-jenkins/pullrequest.yaml index 8dc2440eb4..7f06ca0110 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 92f4eceb07..05fcf4438d 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/cwp/pullrequest.yaml b/tasks/cwp/pullrequest.yaml index 4de2708510..dfd8322340 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/cwp/release.yaml b/tasks/cwp/release.yaml index 1b10133f95..aac7c48aa3 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-jx resources: {} script: | diff --git a/tasks/docker-helm/pullrequest.yaml b/tasks/docker-helm/pullrequest.yaml index 4e85e692cb..2489c861ed 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d5f7e7c1d2..277a20d497 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/docker/pullrequest.yaml b/tasks/docker/pullrequest.yaml index 4e85e692cb..2489c861ed 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/docker/release.yaml b/tasks/docker/release.yaml index 79c480e5ec..6b83e3aefd 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-changelog resources: {} script: | diff --git a/tasks/environment/pullrequest.yaml b/tasks/environment/pullrequest.yaml index 7a6bc3ca25..14299fa4cb 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: make-pr resources: requests: diff --git a/tasks/flutter/pullrequest.yaml b/tasks/flutter/pullrequest.yaml index 26faff0e63..2fb1ac0c30 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/flutter/release.yaml b/tasks/flutter/release.yaml index 9e0117cd26..bc4b048f4c 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 6d6543a738..16b16e06a5 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 ebb05c6e5a..42c4b40b8b 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: git-merge resources: {} script: | diff --git a/tasks/git-clone/git-clone-pr.yaml b/tasks/git-clone/git-clone-pr.yaml index 0e77d76f85..b23b5228da 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: git-merge resources: {} script: | diff --git a/tasks/go-cli/pullrequest.yaml b/tasks/go-cli/pullrequest.yaml index dfec92a518..751b05cdce 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d65293e2ed..251ae55cdc 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/go-mongodb/pullrequest.yaml b/tasks/go-mongodb/pullrequest.yaml index 566a0be7d1..154857a0e8 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 c966a5c20d..3bbf45d5eb 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-step7 resources: {} script: | diff --git a/tasks/go-plugin-multiarch/pullrequest.yaml b/tasks/go-plugin-multiarch/pullrequest.yaml index 748142d32d..e832cc53a8 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 366b6a58d9..1ea82a1bce 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: release-chart resources: {} script: | diff --git a/tasks/go-plugin/pullrequest.yaml b/tasks/go-plugin/pullrequest.yaml index 2f9d2f593f..1ecf47a0d4 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 cbfbf570a0..7b8aa50767 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: release-chart resources: {} script: | diff --git a/tasks/go/pullrequest.yaml b/tasks/go/pullrequest.yaml index 8a64b953fc..23419e2968 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/go/release.yaml b/tasks/go/release.yaml index 3df8ad49df..c3cd5ba343 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/gradle/pullrequest.yaml b/tasks/gradle/pullrequest.yaml index fc4d78f664..04c1cde391 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/gradle/release.yaml b/tasks/gradle/release.yaml index 391c152a03..93cae470f0 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/helm/pullrequest.yaml b/tasks/helm/pullrequest.yaml index 840b1b3265..83d5db3521 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: build-helm-build resources: {} script: | diff --git a/tasks/helm/release.yaml b/tasks/helm/release.yaml index 03fd8f4403..8278bce20f 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-ui-nginx/pullrequest.yaml b/tasks/javascript-ui-nginx/pullrequest.yaml index 1de3c1e8e2..6fb5991454 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 8c8a5e483a..585c5704a7 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript-yarn/pullrequest.yaml b/tasks/javascript-yarn/pullrequest.yaml index 29715b5529..6a2ffb2d1a 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 0eda17322b..9dc6df40e9 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/javascript/pullrequest.yaml b/tasks/javascript/pullrequest.yaml index 5f411fa468..0f66ea2a3c 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/javascript/release.yaml b/tasks/javascript/release.yaml index fbdfec02a1..64f94d6714 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/jenkins/pullrequest.yaml b/tasks/jenkins/pullrequest.yaml index 2b67b9381f..a6f2943ab4 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/jenkins/release.yaml b/tasks/jenkins/release.yaml index a29fb230d4..773b33b998 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-changelog resources: {} script: | diff --git a/tasks/jenkinsfilerunner/pullrequest.yaml b/tasks/jenkinsfilerunner/pullrequest.yaml index 6de82c305f..a6365068f0 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/jenkinsfilerunner/release.yaml b/tasks/jenkinsfilerunner/release.yaml index 8f2dd1ccee..2de62a682b 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | diff --git a/tasks/lookml/lint.yaml b/tasks/lookml/lint.yaml index afa5b84fd7..7c00a1c5bd 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/pullrequest.yaml b/tasks/lookml/pullrequest.yaml index 7eda2dcf95..ea064b3077 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/lookml/release.yaml b/tasks/lookml/release.yaml index d92b8f5b36..3e520a4d96 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java11/pullrequest.yaml b/tasks/maven-java11/pullrequest.yaml index 372f66771b..bb3eb1cb93 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 913c9aa3b6..6835c0b587 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java14/pullrequest.yaml b/tasks/maven-java14/pullrequest.yaml index 9f396f4e76..71cf10fe60 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 1e2e806c32..6cfe73e896 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java16/pullrequest.yaml b/tasks/maven-java16/pullrequest.yaml index 1af2a7fe03..5c7c52a126 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d1ed320f42..6fd9723196 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java17/pullrequest.yaml b/tasks/maven-java17/pullrequest.yaml index f096a08aff..d130e5106c 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 420bfc3759..c717999596 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-java21/pullrequest.yaml b/tasks/maven-java21/pullrequest.yaml index 81fdba5736..7c90870d28 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 b4ef9f86da..b038cd3c61 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-node-ruby/pullrequest.yaml b/tasks/maven-node-ruby/pullrequest.yaml index f75d360556..c3284295fa 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 adda11e9f5..3550abca9e 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus-native/pullrequest.yaml b/tasks/maven-quarkus-native/pullrequest.yaml index f3a17a1410..db94c0978a 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d5b35a3d7a..bca8805321 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven-quarkus/pullrequest.yaml b/tasks/maven-quarkus/pullrequest.yaml index 6d31bfd65f..cb224b2432 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 3d2ba18eb5..1b4fc96d48 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/maven/pullrequest.yaml b/tasks/maven/pullrequest.yaml index 5a36e9411d..5b58a6acb6 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/maven/release.yaml b/tasks/maven/release.yaml index 48b9bc0ee0..1cbe387530 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 d2f3669878..72e5599f6e 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 a36abad905..6f6f7e1d98 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 720ab68f2d..23d1fca7b0 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 8cf8795dbb..81b81207cd 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: build-export-model resources: {} script: |+ diff --git a/tasks/ml-python-service/pullrequest.yaml b/tasks/ml-python-service/pullrequest.yaml index 5e23901281..81732bdd0a 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 4e4fc9beba..aae20bc3ee 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-step8 resources: {} script: | diff --git a/tasks/ml-python-training/pullrequest.yaml b/tasks/ml-python-training/pullrequest.yaml index 720ab68f2d..23d1fca7b0 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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 ccb5af540a..736140b14a 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: build-export-model resources: {} script: |+ diff --git a/tasks/nop/pullrequest.yaml b/tasks/nop/pullrequest.yaml index fb752a6040..08ebf5dabc 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: build-dummy-build resources: {} script: | diff --git a/tasks/nop/release.yaml b/tasks/nop/release.yaml index fdd1449f28..3d4f5b121b 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: {} script: | #!/usr/bin/env sh jx gitops variables - - image: ghcr.io/jenkins-x/jx-boot:3.11.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: build-dummy-release resources: {} script: | diff --git a/tasks/php/pullrequest.yaml b/tasks/php/pullrequest.yaml index 43d809eb90..05d8e46712 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/php/release.yaml b/tasks/php/release.yaml index 9b51249255..5ce9137fbc 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/python/pullrequest.yaml b/tasks/python/pullrequest.yaml index 225e0a7e87..494a120e27 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/python/release.yaml b/tasks/python/release.yaml index 46ac0b286b..653e6fe83a 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/ruby/pullrequest.yaml b/tasks/ruby/pullrequest.yaml index 335f396803..9522f6e8d4 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/ruby/release.yaml b/tasks/ruby/release.yaml index d5f7e7c1d2..277a20d497 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/rust/pullrequest.yaml b/tasks/rust/pullrequest.yaml index 57b303bc70..6893b6aca7 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/rust/release.yaml b/tasks/rust/release.yaml index 42ec9319ec..a11195267b 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/scala/pullrequest.yaml b/tasks/scala/pullrequest.yaml index 96f33a2c87..3d9da762a2 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/scala/release.yaml b/tasks/scala/release.yaml index 33aed94ef4..eae1d8be0f 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: | diff --git a/tasks/terraform/pullrequest.yaml b/tasks/terraform/pullrequest.yaml index ec34d99d36..7bcf1b7eeb 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/terraform/release.yaml b/tasks/terraform/release.yaml index 9376059ec4..6224ae7a4f 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: changelog resources: {} script: | diff --git a/tasks/typescript/pullrequest.yaml b/tasks/typescript/pullrequest.yaml index 88bf555785..9b6ded3532 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: jx-variables resources: # set requests for the pod here diff --git a/tasks/typescript/release.yaml b/tasks/typescript/release.yaml index fbdfec02a1..64f94d6714 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 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.25 + - image: ghcr.io/jenkins-x/jx-boot:3.11.26 name: promote-helm-release resources: {} script: |