Skip to content

Commit 2532d7a

Browse files
Merge pull request #1562 from jenkins-x/pr-f9a07ae8-3b64-4592-87a0-f8b8c824126e
chore(deps): upgrade jenkins-x/jx3-pipeline-catalog to version 3.10.181
2 parents 1dc91fd + 94e3efe commit 2532d7a

File tree

98 files changed

+177
-177
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+177
-177
lines changed

.lighthouse/jenkins-x/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
memory: 600Mi
3232
- name: promote-changelog
3333
resources: {}
34-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
34+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
3535
name: promote-pullrequest
3636
resources: {}
3737
script: |

packs/git/.lighthouse/jenkins-x/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretKeyRef:
3636
name: tekton-git
3737
key: username
38-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
38+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
3939
name: jx-variables
4040
resources:
4141
# override requests for the pod here

tasks/C++/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
resources: {}
2323
workingDir: /workspace/source
2424
steps:
25-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
25+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
2626
name: jx-variables
2727
resources: {}
2828
script: |

tasks/C++/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
script: |
4040
#!/usr/bin/env sh
4141
jx-release-version --tag > VERSION
42-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
42+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
4343
name: jx-variables
4444
resources: {}
4545
script: |
@@ -68,7 +68,7 @@ spec:
6868
source .jx/variables.sh
6969
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
7070
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
71-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
71+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
7272
name: promote-changelog
7373
resources: {}
7474
script: |
@@ -89,7 +89,7 @@ spec:
8989
git push --force origin v$VERSION
9090
9191
jx changelog create --version v${VERSION} --output-markdown ../changelog.md
92-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
92+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
9393
name: promote-helm-release
9494
resources: {}
9595
script: |

tasks/D/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
limits: {}
2424
workingDir: /workspace/source
2525
steps:
26-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
26+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
2727
name: jx-variables
2828
resources:
2929
# set requests for the pod here

tasks/D/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
script: |
4141
#!/usr/bin/env sh
4242
jx-release-version --tag > VERSION
43-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
43+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
4444
name: jx-variables
4545
resources:
4646
# set requests for the pod here
@@ -67,7 +67,7 @@ spec:
6767
source .jx/variables.sh
6868
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
6969
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
70-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
70+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
7171
name: promote-changelog
7272
resources: {}
7373
script: |
@@ -88,7 +88,7 @@ spec:
8888
git push --force origin v$VERSION
8989
9090
jx changelog create --version v${VERSION} --output-markdown ../changelog.md
91-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
91+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
9292
name: promote-helm-release
9393
resources: {}
9494
script: |

tasks/apps/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
limits: {}
2424
workingDir: /workspace/source
2525
steps:
26-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
26+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
2727
name: jx-variables
2828
resources:
2929
# set requests for the pod here

tasks/apps/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
script: |
4545
#!/usr/bin/env sh
4646
jx-release-version --tag > VERSION
47-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
47+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
4848
name: jx-variables
4949
resources: {}
5050
script: |
@@ -56,7 +56,7 @@ spec:
5656
script: |
5757
#!/bin/sh
5858
make build
59-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
59+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
6060
name: release-chart
6161
resources: {}
6262
script: |
@@ -70,7 +70,7 @@ spec:
7070
script: |
7171
#!/bin/sh
7272
make release
73-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
73+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
7474
name: promote-helm-release
7575
resources: {}
7676
script: |

tasks/appserver/pullrequest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
limits: {}
3232
workingDir: /workspace/source
3333
steps:
34-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
34+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
3535
name: jx-variables
3636
resources:
3737
# set requests for the pod here

tasks/appserver/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
script: |
4949
#!/usr/bin/env sh
5050
jx-release-version --tag > VERSION
51-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
51+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
5252
name: jx-variables
5353
resources:
5454
# set requests for the pod here
@@ -81,7 +81,7 @@ spec:
8181
source .jx/variables.sh
8282
cp /tekton/creds/.docker/config.json /kaniko/.docker/config.json
8383
/kaniko/executor $KANIKO_FLAGS --context=/workspace/source --dockerfile=${DOCKERFILE_PATH:-Dockerfile} --destination=$PUSH_CONTAINER_REGISTRY/$DOCKER_REGISTRY_ORG/$APP_NAME:$VERSION
84-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
84+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
8585
name: promote-changelog
8686
resources: {}
8787
script: |
@@ -102,7 +102,7 @@ spec:
102102
git push --force origin v$VERSION
103103
104104
jx changelog create --version v${VERSION} --output-markdown ../changelog.md
105-
- image: ghcr.io/jenkins-x/jx-boot:3.10.180
105+
- image: ghcr.io/jenkins-x/jx-boot:3.10.181
106106
name: promote-helm-release
107107
resources: {}
108108
script: |

0 commit comments

Comments
 (0)