You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/ci-images-mirror/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ For example, `registry.ci.openshift.org/namespace/name:tag` is mirrored to
15
15
SHA256 hash of the docker image without the prefix `sha256:`.
16
16
17
17
This tool is extended with the following features (and thus is no longer temporary):
18
-
- mirror images from external registries to QCI: See `.supplementalCIImages` of [the configuration file](https://github.com/openshift/release/blob/master/core-services/image-mirroring/_config.yaml).
19
-
- mirror ART images from app.ci to QCI: See `.artImages` of [the configuration file](https://github.com/openshift/release/blob/master/core-services/image-mirroring/_config.yaml).
18
+
- mirror images from external registries to QCI: See `.supplementalCIImages` of [the configuration file](https://github.com/openshift/release/blob/main/core-services/image-mirroring/_config.yaml).
19
+
- mirror ART images from app.ci to QCI: See `.artImages` of [the configuration file](https://github.com/openshift/release/blob/main/core-services/image-mirroring/_config.yaml).
Copy file name to clipboardExpand all lines: cmd/cvp-trigger/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ To test the optional operator images built internally in Red Hat, CVP triggers
9
9
testing jobs via the `cvp-trigger` tool. Currently, the only implemented test
10
10
workflow is the one executing the common operator tests (component-agnostic).
11
11
For common operator tests, `cvp-trigger` creates a parameterized instance of the
12
-
`cpaas-cvp-optional-operator-common-tests` job, living in [openshift/release](https://github.com/openshift/release/blob/master/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml).
12
+
`cpaas-cvp-optional-operator-common-tests` job, living in [openshift/release](https://github.com/openshift/release/blob/main/ci-operator/jobs/openshift/release/openshift-release-infra-periodics.yaml).
13
13
See the [Triggered Job Interface](#triggered-job-interface) section for details
uses `github-ldap-user-group-creator` to create the groups.
36
-
The service account RBACs are defined in [admin_github-ldap-user-group-creator_rbac.yaml](https://github.com/openshift/release/blob/master/clusters/build-clusters/common/assets/admin_github-ldap-user-group-creator_rbac.yaml)
36
+
The service account RBACs are defined in [admin_github-ldap-user-group-creator_rbac.yaml](https://github.com/openshift/release/blob/main/clusters/build-clusters/common/assets/admin_github-ldap-user-group-creator_rbac.yaml)
Copy file name to clipboardExpand all lines: cmd/gsm-secret-sync/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GSM Secret Sync
2
2
3
-
A tool for synchronizing Google Secret Manager (GSM) resources with OpenShift CI secret collections based on the configuration defined in [_config.yaml](https://github.com/openshift/release/blob/master/core-services/sync-rover-groups/_config.yaml).
3
+
A tool for synchronizing Google Secret Manager (GSM) resources with OpenShift CI secret collections based on the configuration defined in [_config.yaml](https://github.com/openshift/release/blob/main/core-services/sync-rover-groups/_config.yaml).
4
4
5
5
## Overview
6
6
@@ -47,7 +47,7 @@ gsm-secret-sync \
47
47
48
48
## Configuration
49
49
50
-
The configuration file is the **source of truth** that defines groups and their secret collection access. The groups referenced in this configuration are **Rover groups** - Red Hat internal groups managed through the Rover system and synchronized by the [`sync-rover-groups`](../sync-rover-groups) tool. The actual configuration can be found at [_config.yaml](https://github.com/openshift/release/blob/master/core-services/sync-rover-groups/_config.yaml).
50
+
The configuration file is the **source of truth** that defines groups and their secret collection access. The groups referenced in this configuration are **Rover groups** - Red Hat internal groups managed through the Rover system and synchronized by the [`sync-rover-groups`](../sync-rover-groups) tool. The actual configuration can be found at [_config.yaml](https://github.com/openshift/release/blob/main/core-services/sync-rover-groups/_config.yaml).
0 commit comments