Skip to content

Commit

Permalink
Merge pull request #1284 from jenkins-x/pr-0c765528-077c-43e5-8090-d7…
Browse files Browse the repository at this point in the history
…1ce52966ff

chore(deps): upgrade jenkins-x/jx3-pipeline-catalog to version 3.10.3
  • Loading branch information
jenkins-x-bot authored Oct 30, 2022
2 parents fd37cfc + d590f02 commit 84bc76c
Show file tree
Hide file tree
Showing 92 changed files with 132 additions and 132 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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -87,7 +87,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -95,7 +95,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: promote-helm-release
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/build-scan-push/build-scan-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
resources: {}
script: |
trivy image --skip-update --input /workspace/source/image.tar > /workspace/source/scanresults.txt
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -117,14 +117,14 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
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 @@ -40,7 +40,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/docker/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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/environment/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.10.2
image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: make-pr
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/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.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/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 --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
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.10.2
image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 @@ -41,7 +41,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.10.2
image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
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 @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
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 @@ -44,7 +44,7 @@ spec:
script: |
#!/usr/bin/env sh
jx-release-version --tag > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -87,14 +87,14 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
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 @@ -23,7 +23,7 @@ spec:
limits: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.10.2
- image: ghcr.io/jenkins-x/jx-boot:3.10.3
name: jx-variables
resources:
# set requests for the pod here
Expand Down
Loading

0 comments on commit 84bc76c

Please sign in to comment.