Skip to content

Commit 6ee461f

Browse files
authored
Merge pull request #237 from lcarva/release-1.6-refs
Use 1.6 release
2 parents 066058f + ffc3713 commit 6ee461f

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In order to run the Jenkinsfile you must push to the Jenkins library https://git
6666
If you want to use a fork you must update your jenkinsfile to reference your fork repository in the jenkins file.
6767

6868
```
69-
library identifier: 'RHTAP_Jenkins@main', retriever: modernSCM(
69+
library identifier: 'RHTAP_Jenkins@v1.6', retriever: modernSCM(
7070
[$class: 'GitSCMSource',
7171
remote: 'https://github.com/redhat-appstudio/tssc-sample-jenkins.git'])
7272
```

generated/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: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
1515
options: --privileged
1616

1717
# Using 'rhtap' variable group by default

generated/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: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
5656
options: --privileged
5757
environment: production
5858

generated/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: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
44

55
variables:
66
CI_TYPE: gitlab

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

generated/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: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
1515
options: --privileged
1616

1717
# Using 'rhtap' variable group by default

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Build and send Image Update PR
5858
runs-on: ubuntu-24.04
5959
container:
60-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
60+
image: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
6161
options: --privileged
6262
environment: production
6363

generated/source-repo/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/source-repo/.gitlab-ci.yml.njk. Do not edit directly.
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
44

55
variables:
66
CI_TYPE: gitlab

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

templates/gitops-template/.gitlab-ci.yml.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{%- include "do-not-edit.njk" -%}
22

3-
image: quay.io/redhat-appstudio/rhtap-task-runner:latest
3+
image: registry.access.redhat.com/rhtap-task-runner/rhtap-task-runner-rhel9:1.6
44

55
variables:
66
CI_TYPE: gitlab

0 commit comments

Comments
 (0)