Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): upgrade jaraxasoftware/jx3-jaraxa to version 3.10.45 #12

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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