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 Mentor-Medier/jx3-pipeline-catalog to version 3.2.225 #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
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 @@ -36,7 +36,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
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.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -25,7 +25,7 @@ spec:
memory: 1Gi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/D/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -25,7 +25,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/apps/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand All @@ -54,7 +54,7 @@ spec:
script: |
#!/bin/sh
make build
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: release-chart
resources: {}
script: |
Expand All @@ -68,7 +68,7 @@ spec:
script: |
#!/bin/sh
make release
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -33,7 +33,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/appserver/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -93,7 +93,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: promote-helm-release
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.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -25,7 +25,7 @@ spec:
memory: 256Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/csharp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -25,7 +25,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
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 @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -33,7 +33,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/cwp/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -115,14 +115,14 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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 @@ -25,7 +25,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/docker-helm/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -79,7 +79,7 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/environment/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.2.204
image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: make-pr
resources: {}
- image: uses:jenkins-x/jx3-pipeline-catalog/tasks/kubetest/environment.yaml@versionStream
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/git-clone/git-clone-env-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.2.204
image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: git-merge
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/git-clone/git-clone-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.2.204
image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: git-merge
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-cli/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-cli/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-mongodb/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
6 changes: 3 additions & 3 deletions tasks/go-mongodb/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -85,14 +85,14 @@ spec:
git push --force origin v$VERSION

jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
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.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: promote-step7
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin-multiarch/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down
4 changes: 2 additions & 2 deletions tasks/go-plugin-multiarch/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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
else echo no charts; fi

jx changelog create --verbose --header-file=hack/changelog-header.md --version=$VERSION --rev=$PULL_BASE_SHA --output-markdown=changelog.md --update-release=true
- image: ghcr.io/jenkins-x/jx-boot:3.2.204
- image: ghcr.io/jenkins-x/jx-boot:3.2.225
name: release-chart
resources: {}
script: |
Expand Down
Loading