diff --git a/tasks/maven-java11/release.yaml b/tasks/maven-java11/release.yaml index ea9ce20908..a2d257f0f5 100644 --- a/tasks/maven-java11/release.yaml +++ b/tasks/maven-java11/release.yaml @@ -57,7 +57,7 @@ spec: script: | #!/usr/bin/env sh jx-release-version -debug -next-version=semantic:strip-prerelease -output-format "{{.Major}}.{{.Minor}}.{{.Patch}}"-UAT-$BUILD_ID > VERSION - - image: ghcr.io/jenkins-x/jx-boot:3.10.87 + - image: ghcr.io/jenkins-x/jx-boot:3.10.45 name: jx-variables resources: # set requests for the pod here @@ -147,7 +147,7 @@ spec: --dockerfile=${DOCKERFILE_PATH:-Dockerfile} \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION \ --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:latest - - image: ghcr.io/jenkins-x/jx-boot:3.10.87 + - image: ghcr.io/jenkins-x/jx-boot:3.10.45 name: promote-changelog-uat resources: {} script: | @@ -159,7 +159,7 @@ spec: jx gitops yset -p 'image.repository' -v $DOCKER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME -f ./charts/$REPO_NAME/values.yaml jx gitops yset -p 'image.tag' -v "$VERSION" -f ./charts/$REPO_NAME/values.yaml; else echo no charts; fi - - image: ghcr.io/jenkins-x/jx-boot:3.10.87 + - image: ghcr.io/jenkins-x/jx-boot:3.10.45 name: promote-changelog resources: {} script: | @@ -186,7 +186,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.10.87 + - image: ghcr.io/jenkins-x/jx-boot:3.10.45 name: promote-helm-release resources: {} script: |