Skip to content

Commit

Permalink
Merge pull request #12 from jaraxasoftware/pr-5d45d2cd-82b8-49ac-804a…
Browse files Browse the repository at this point in the history
…-de84fd60c8e8

chore(deps): upgrade jaraxasoftware/jx3-jaraxa to version 3.10.45
  • Loading branch information
jrx-sjg authored Jul 19, 2023
2 parents 2fe94e5 + 4a0682c commit cfffeca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/maven-java11/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit cfffeca

Please sign in to comment.