Skip to content

Commit

Permalink
Merge pull request #1578 from jenkins-x/pr-43c4f48c-da06-4e3d-ad0b-77…
Browse files Browse the repository at this point in the history
…541e6610a7

chore(deps): upgrade jenkins-x/jx3-pipeline-catalog to version 3.11.9
  • Loading branch information
jenkins-x-bot authored Jan 15, 2025
2 parents ce99b32 + 5a47ce4 commit 51f41c5
Show file tree
Hide file tree
Showing 98 changed files with 177 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .lighthouse/jenkins-x/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
memory: 600Mi
- name: promote-changelog
resources: {}
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-pullrequest
resources: {}
script: |
Expand Down
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources: {}
script: |
Expand Down
6 changes: 3 additions & 3 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -89,7 +89,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -67,7 +67,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -88,7 +88,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -102,7 +102,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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 @@ -38,7 +38,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -82,7 +82,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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 > VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -118,14 +118,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
6 changes: 3 additions & 3 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand All @@ -82,7 +82,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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 deletions 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -61,7 +61,7 @@ spec:
source .jx/variables.sh
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
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 @@ -31,7 +31,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.11.8
image: ghcr.io/jenkins-x/jx-boot:3.11.9
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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand Down
4 changes: 2 additions & 2 deletions 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.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: jx-variables
resources:
# set requests for the pod here
Expand All @@ -63,7 +63,7 @@ spec:
flutter pub get
flutter test
flutter build apk
- image: ghcr.io/jenkins-x/jx-boot:3.11.8
- image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: promote-changelog
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/git-clone/git-clone-env-pr-partial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.11.8
image: ghcr.io/jenkins-x/jx-boot:3.11.9
name: git-merge
resources: {}
script: |
Expand Down
Loading

0 comments on commit 51f41c5

Please sign in to comment.