Skip to content

Commit 92ca8df

Browse files
authored
Merge pull request #175 from dperaza4dustbit/release-v1.7.x
Releasing 1.7
2 parents 3350dc3 + cf72a61 commit 92ca8df

File tree

20 files changed

+64
-64
lines changed

20 files changed

+64
-64
lines changed

properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export QUAY__DEFAULT__ORG=""
1313

1414
# PE can replace these values with own pipeline fork
1515
export PIPELINE__REPO__URL=https://github.com/redhat-appstudio/tssc-sample-pipelines
16-
export PIPELINE__REPO__BRANCH=main
16+
export PIPELINE__REPO__BRANCH=release-v1.7.x
1717

1818
export DEFAULT__DEPLOYMENT__NAMESPACE__PREFIX=tssc-app
1919

skeleton/backstage/template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ spec:
263263
argoComponent: './components/${{ parameters.name }}/overlays/development'
264264
argoComponentOverlays: './components/${{ parameters.name }}/overlays'
265265
owner: ${{ parameters.owner }}
266-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest # bootstrap app image as placeholder
266+
image: quay.io/redhat-tssc/task-runner:1.7 # bootstrap app image as placeholder
267267
# actual src image will be updated by the CI pipeline.
268268
srcImage: '${{ parameters.imageRegistry }}/${{ parameters.imageOrg }}/${{ parameters.imageName }}'
269269
port: sed.edit.IMAGEPORT
@@ -306,7 +306,7 @@ spec:
306306
argoComponent: './components/${{ parameters.name }}/overlays/development'
307307
argoComponentOverlays: './components/${{ parameters.name }}/overlays'
308308
owner: ${{ parameters.owner }}
309-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest # bootstrap app image as placeholder
309+
image: quay.io/redhat-tssc/task-runner:1.7 # bootstrap app image as placeholder
310310
# actual src image will be updated by the CI pipeline.
311311
srcImage: '${{ parameters.imageRegistry }}/${{ parameters.imageOrg }}/${{ parameters.imageName }}'
312312
port: sed.edit.IMAGEPORT

skeleton/ci/gitops-template/azure/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pool:
1313
name: Default
1414

1515
container:
16-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
16+
image: quay.io/redhat-tssc/task-runner:1.7
1717
options: --privileged
1818

1919
# Using 'rhtap' variable group by default

skeleton/ci/gitops-template/githubactions/.github/workflows/gitops-promotion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
name: Build and send Image Update PR
5353
runs-on: ubuntu-24.04
5454
container:
55-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
55+
image: quay.io/redhat-tssc/task-runner:1.7
5656
options: --privileged
5757
environment: production
5858

skeleton/ci/gitops-template/gitlabci/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated from templates/gitops-template/.gitlab-ci.yml.njk. Do not edit directly.
22

33
image:
4-
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
4+
name: quay.io/redhat-tssc/task-runner:1.7
55
pull_policy: always
66

77
variables:

skeleton/ci/gitops-template/jenkins/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Generated from templates/gitops-template/Jenkinsfile.njk. Do not edit directly. */
22

3-
library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
3+
library identifier: 'RHTAP_Jenkins@v1.7', retriever: modernSCM(
44
[$class: 'GitSCMSource',
55
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
66

skeleton/ci/gitops-template/tekton/.tekton/gitops-on-pull-request.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
apiVersion: tekton.dev/v1
22
kind: PipelineRun
33
metadata:
4-
name: ${{ values.name }}-gitops-on-pull-request
4+
name: "${{ values.name }}-gitops-on-pull-request"
55
annotations:
66
pipelinesascode.tekton.dev/on-event: "[pull_request]"
77
pipelinesascode.tekton.dev/on-target-branch: "[${{ values.defaultBranch }}]"
8-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/pipelines/gitops-pull-request-rhtap.yaml"
9-
pipelinesascode.tekton.dev/task-0: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/git-clone.yaml"
10-
pipelinesascode.tekton.dev/task-1: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/gather-deploy-images.yaml"
11-
pipelinesascode.tekton.dev/task-2: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/verify-enterprise-contract.yaml"
12-
pipelinesascode.tekton.dev/task-3: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/gather-deploy-images.yaml"
13-
pipelinesascode.tekton.dev/task-4: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/download-sbom-from-url-in-attestation.yaml"
14-
pipelinesascode.tekton.dev/task-5: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/upload-sbom-to-trustification.yaml"
8+
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/pipelines/gitops-pull-request-rhtap.yaml"
9+
pipelinesascode.tekton.dev/task-0: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/git-clone.yaml"
10+
pipelinesascode.tekton.dev/task-1: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/gather-deploy-images.yaml"
11+
pipelinesascode.tekton.dev/task-2: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/verify-enterprise-contract.yaml"
12+
pipelinesascode.tekton.dev/task-3: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/gather-deploy-images.yaml"
13+
pipelinesascode.tekton.dev/task-4: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/download-sbom-from-url-in-attestation.yaml"
14+
pipelinesascode.tekton.dev/task-5: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.7.x/pac/tasks/upload-sbom-to-trustification.yaml"
1515
labels:
1616
argocd/app-name: ${{ values.name }}
1717
janus-idp.io/tekton: ${{ values.name }}

skeleton/ci/source-repo/azure/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pool:
1313
name: Default
1414

1515
container:
16-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
16+
image: quay.io/redhat-tssc/task-runner:1.7
1717
options: --privileged
1818

1919
# Using 'rhtap' variable group by default

skeleton/ci/source-repo/githubactions/.github/workflows/build-and-update-gitops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
name: Build and send Image Update PR
6060
runs-on: ubuntu-24.04
6161
container:
62-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
62+
image: quay.io/redhat-tssc/task-runner:1.7
6363
options: --privileged
6464
environment: production
6565

skeleton/ci/source-repo/gitlabci/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated from templates/source-repo/.gitlab-ci.yml.njk. Do not edit directly.
22

33
image:
4-
name: quay.io/redhat-appstudio/rhtap-task-runner:latest
4+
name: quay.io/redhat-tssc/task-runner:1.7
55
pull_policy: always
66

77
variables:

0 commit comments

Comments
 (0)