Skip to content

Commit

Permalink
Merge pull request #13 from jaraxasoftware/pr-c26f677c-0f06-414d-8678…
Browse files Browse the repository at this point in the history
…-6ab24ec15331

chore(deps): upgrade jaraxasoftware/jx3-jaraxa to version 3.10.87
  • Loading branch information
jrx-sjg authored Jul 19, 2023
2 parents cfffeca + 9c4c474 commit 829ba08
Show file tree
Hide file tree
Showing 100 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion packs/git/.lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# override requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/C++/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand Down
8 changes: 4 additions & 4 deletions tasks/C++/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -77,7 +77,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -89,7 +89,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -109,7 +109,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/D/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/D/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -76,7 +76,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -88,7 +88,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -108,7 +108,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/apps/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 deletions tasks/apps/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand All @@ -56,7 +56,7 @@ spec:
script: |
#!/bin/sh
make build
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: release-chart
resources: {}
script: |
Expand All @@ -70,7 +70,7 @@ spec:
script: |
#!/bin/sh
make release
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/appserver/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/appserver/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -84,7 +84,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -96,7 +96,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -116,7 +116,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/build-scan-push/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
resources: {}
script: |
trivy image --input /workspace/source/image.tar > /workspace/source/scanresults.txt
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: analyze-critical
resources: {}
script: |
Expand All @@ -59,7 +59,7 @@ spec:
else
echo "No vulnerabilities found."
fi
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: analyze
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/charts/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/charts/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/csharp/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/csharp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -77,7 +77,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -89,7 +89,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -109,7 +109,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/custom-jenkins/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/custom-jenkins/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/cwp/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/cwp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag --debug > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -106,7 +106,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -126,14 +126,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-step6
resources: {}
script: |
#!/usr/bin/env sh
source .jx/variables.sh
jx gitops helm release --version $VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-jx
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-helm/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
8 changes: 4 additions & 4 deletions tasks/docker-helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -81,7 +81,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog-uat
resources: {}
script: |
Expand All @@ -93,7 +93,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.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-changelog
resources: {}
script: |
Expand All @@ -113,7 +113,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.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker-okteto/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.45
- image: ghcr.io/jenkins-x/jx-boot:3.10.87
name: jx-variables
resources:
# set requests for the pod here
Expand Down
Loading

0 comments on commit 829ba08

Please sign in to comment.