Skip to content

Commit c50ede5

Browse files
authored
Update README.md (#229)
## Summary by Sourcery Documentation: - Update README to point the sample Orchestrator CR link to the release-1.6 branch instead of main
2 parents 31aa0f8 + c4bea7a commit c50ede5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release-1.6/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ repository and to automatically trigger the Tekton pipelines as needed.
167167
the [CR](https://github.com/rhdhorchestrator/orchestrator-go-operator/blob/release-1.6/config/samples/_v1alpha3_orchestrator.yaml)
168168
before applying it, or test the default Orchestrator CR:
169169
```console
170-
oc apply -n orchestrator -f https://raw.githubusercontent.com/rhdhorchestrator/orchestrator-go-operator/refs/heads/main/config/samples/_v1alpha3_orchestrator.yaml
170+
oc apply -n orchestrator -f https://raw.githubusercontent.com/rhdhorchestrator/orchestrator-go-operator/refs/heads/release-1.6/config/samples/_v1alpha3_orchestrator.yaml
171171
```
172172
Note: After the first reconciliation of the Orchestrator CR, changes to some of the fields in the CR may not be
173173
propagated/reconciled to the intended resource. For example, changing the `platform.resources.requests` field in

0 commit comments

Comments
 (0)