Skip to content

Commit 0a95790

Browse files
Release 1.8 changes
Signed-off-by: David Perza <[email protected]>
1 parent 8848a25 commit 0a95790

File tree

20 files changed

+64
-67
lines changed

20 files changed

+64
-67
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.8.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
@@ -268,7 +268,7 @@ spec:
268268
argoComponent: './components/${{ parameters.name }}/overlays/development'
269269
argoComponentOverlays: './components/${{ parameters.name }}/overlays'
270270
owner: ${{ parameters.owner }}
271-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest # bootstrap app image as placeholder
271+
image: quay.io/redhat-tssc/task-runner:1.8 # bootstrap app image as placeholder
272272
# actual src image will be updated by the CI pipeline.
273273
srcImage: '${{ parameters.imageRegistry }}/${{ parameters.imageOrg }}/${{ parameters.imageName }}'
274274
port: sed.edit.IMAGEPORT
@@ -311,7 +311,7 @@ spec:
311311
argoComponent: './components/${{ parameters.name }}/overlays/development'
312312
argoComponentOverlays: './components/${{ parameters.name }}/overlays'
313313
owner: ${{ parameters.owner }}
314-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest # bootstrap app image as placeholder
314+
image: quay.io/redhat-tssc/task-runner:1.8 # bootstrap app image as placeholder
315315
# actual src image will be updated by the CI pipeline.
316316
srcImage: '${{ parameters.imageRegistry }}/${{ parameters.imageOrg }}/${{ parameters.imageName }}'
317317
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.8
1717
options: --privileged
1818

1919
# Using 'tssc' 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.8
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.8
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
@@ -9,7 +9,7 @@ pipeline {
99
spec:
1010
containers:
1111
- name: 'runner'
12-
image: 'quay.io/redhat-appstudio/rhtap-task-runner:latest'
12+
image: 'quay.io/redhat-tssc/task-runner:1.8'
1313
securityContext:
1414
privileged: true
1515
"""

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +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:
6-
pipelinesascode.tekton.dev/cancel-in-progress: "true"
76
pipelinesascode.tekton.dev/on-event: "[pull_request]"
87
pipelinesascode.tekton.dev/on-target-branch: "[${{ values.defaultBranch }}]"
9-
pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/pipelines/gitops-pull-request-rhtap.yaml"
10-
pipelinesascode.tekton.dev/task-0: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/git-clone.yaml"
11-
pipelinesascode.tekton.dev/task-1: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/gather-deploy-images.yaml"
12-
pipelinesascode.tekton.dev/task-2: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/verify-enterprise-contract.yaml"
13-
pipelinesascode.tekton.dev/task-3: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/gather-deploy-images.yaml"
14-
pipelinesascode.tekton.dev/task-4: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/main/pac/tasks/download-sbom-from-url-in-attestation.yaml"
15-
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.8.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.8.x/pac/tasks/git-clone.yaml"
10+
pipelinesascode.tekton.dev/task-1: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.8.x/pac/tasks/gather-deploy-images.yaml"
11+
pipelinesascode.tekton.dev/task-2: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.8.x/pac/tasks/verify-enterprise-contract.yaml"
12+
pipelinesascode.tekton.dev/task-3: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.8.x/pac/tasks/gather-deploy-images.yaml"
13+
pipelinesascode.tekton.dev/task-4: "https://raw.githubusercontent.com/redhat-appstudio/tssc-sample-pipelines/release-v1.8.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.8.x/pac/tasks/upload-sbom-to-trustification.yaml"
1615
labels:
1716
argocd/app-name: ${{ values.name }}
1817
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.8
1717
options: --privileged
1818

1919
# Using 'tssc' 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.8
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.8
55
pull_policy: always
66

77
variables:

0 commit comments

Comments
 (0)