Skip to content

Commit 979d497

Browse files
committed
Use release 1.5
Signed-off-by: Luiz Carvalho <[email protected]>
1 parent 9f16443 commit 979d497

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
name: Default
1212

1313
container:
14-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
14+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
1515
options: --privileged
1616

1717
# 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
@@ -53,7 +53,7 @@ jobs:
5353
name: Build and send Image Update PR
5454
runs-on: ubuntu-24.04
5555
container:
56-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
56+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
5757
options: --privileged
5858
environment: production
5959

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

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

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
44

55
variables:
66
CI_TYPE: gitlab

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.5', retriever: modernSCM(
44
[$class: 'GitSCMSource',
55
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
66

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111
name: Default
1212

1313
container:
14-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
14+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
1515
options: --privileged
1616

1717
# 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
@@ -61,7 +61,7 @@ jobs:
6161
name: Build and send Image Update PR
6262
runs-on: ubuntu-24.04
6363
container:
64-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
64+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
6565
options: --privileged
6666
environment: production
6767

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

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

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image: quay.io/redhat-appstudio/rhtap-task-runner:1.5
44

55
variables:
66
CI_TYPE: gitlab
@@ -48,7 +48,7 @@ update-deployment:
4848
artifacts:
4949
paths:
5050
- results/
51-
rules:
51+
rules:
5252
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
5353

5454
acs-deploy-check:

skeleton/ci/source-repo/jenkins/Jenkinsfile

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

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

0 commit comments

Comments
 (0)