Skip to content

Commit

Permalink
Merge pull request #597 from jenkins-x/pr-7384a92b-0350-4bfe-bf94-4c0…
Browse files Browse the repository at this point in the history
…6ec57ab67

fix: upgrade to version 3.2.39
  • Loading branch information
jenkins-x-bot-test authored Apr 14, 2021
2 parents 7a90fce + 44e2ddf commit 2b967d1
Show file tree
Hide file tree
Showing 77 changed files with 110 additions and 110 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 @@ -36,7 +36,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -15,7 +15,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 1Gi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand All @@ -47,7 +47,7 @@ spec:
script: |
#!/bin/sh
make build
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: release-chart
resources: {}
script: |
Expand All @@ -61,7 +61,7 @@ spec:
script: |
#!/bin/sh
make release
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -26,7 +26,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -43,7 +43,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -84,7 +84,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -15,7 +15,7 @@ spec:
resources: {}
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 256Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -26,7 +26,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -43,7 +43,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -102,14 +102,14 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -70,7 +70,7 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -24,7 +24,7 @@ spec:
- secretRef:
name: jx-boot-job-env-vars
optional: true
image: ghcr.io/jenkins-x/jx-boot:3.2.38
image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: make-pr
resources: {}
podTemplate: {}
Expand Down
2 changes: 1 addition & 1 deletion tasks/flutter/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
memory: 512Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -41,7 +41,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
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 @@ -23,7 +23,7 @@ spec:
name: git-clone
resources: { }
workingDir: /workspace
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -35,7 +35,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down Expand Up @@ -76,14 +76,14 @@ spec:
git push --force origin v$VERSION
jx changelog create --version v${VERSION}
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
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 @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin-multiarch/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
memory: 600Mi
workingDir: /workspace/source
steps:
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down
2 changes: 1 addition & 1 deletion tasks/go-plugin/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: tekton-git
key: username
- image: ghcr.io/jenkins-x/jx-boot:3.2.38
- image: ghcr.io/jenkins-x/jx-boot:3.2.39
name: jx-variables
resources: {}
script: |
Expand Down
Loading

0 comments on commit 2b967d1

Please sign in to comment.