Skip to content

Commit aa93ebc

Browse files
committed
switch default branch name to main
1 parent 0692dec commit aa93ebc

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
path: build/_output/test-logs
166166

167167
- name: Deploy Snapshots & Docs
168-
if: ${{ github.ref == 'refs/heads/master' && success() }}
168+
if: ${{ github.ref == 'refs/heads/main' && success() }}
169169
env:
170170
MAVEN_SONATYPE_USERNAME: ${{ secrets.MAVEN_SONATYPE_USERNAME }}
171171
MAVEN_SONATYPE_TOKEN: ${{ secrets.MAVEN_SONATYPE_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http://oss.oracle.com/licenses/upl.
99
-----
1010
![logo](docs/images/logo-with-name.png)
1111

12-
![Operator CI](https://github.com/oracle/coherence-operator/workflows/Operator%20CI/badge.svg?branch=master)
12+
![Operator CI](https://github.com/oracle/coherence-operator/workflows/Operator%20CI/badge.svg?branch=main)
1313
[![Go Report Card](https://goreportcard.com/badge/github.com/oracle/coherence-operator)](https://goreportcard.com/report/github.com/oracle/coherence-operator)
1414

1515
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=oracle_coherence-operator&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=oracle_coherence-operator)

docs/metrics/030_importing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ documentation.
7171
At the time of writing, for whatever reason, Grafana does not provide a simple way to bulk import a set of dashboard files.
7272
There are many examples and scripts on available in the community that show how to do this.
7373
The Coherence Operator source contains a script that can be used for this purpose
74-
https://github.com/oracle/coherence-operator/raw/master/hack/grafana-import.sh[grafana-import.sh]
74+
https://github.com/oracle/coherence-operator/raw/main/hack/grafana-import.sh[grafana-import.sh]
7575
7676
NOTE: The `grafana-import.sh` script requires the https://stedolan.github.io/jq/[JQ] utility to parse json.
7777
@@ -83,7 +83,7 @@ We do not document the credentials here as the default values have been known to
8383
8484
[source,bash]
8585
----
86-
curl -Lo grafana-import.sh https://github.com/oracle/coherence-operator/raw/master/hack/grafana-import.sh
86+
curl -Lo grafana-import.sh https://github.com/oracle/coherence-operator/raw/main/hack/grafana-import.sh
8787
chmod +x grafana-import.sh
8888
----
8989
[source,bash]

docs/sitegen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ engine:
1616
coherence-image: "${coherence.image}"
1717
guides-dir: "${project.basedir}/../examples/guides"
1818
commercial-docs-base-url: "docs.oracle.com/en/middleware/standalone/coherence/14.1.1.2206"
19-
examples-source: "github.com/oracle/coherence-operator/tree/master/examples/"
19+
examples-source: "github.com/oracle/coherence-operator/tree/main/examples/"
2020
assets:
2121
- target: "/"
2222
includes:

examples/016_simple_docker_image/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This simple application does not actually contain any code, a real application w
2020
2121
[TIP]
2222
====
23-
image:GitHub-Mark-32px.png[] The complete source code for this example is in the https://github.com/oracle/coherence-operator/tree/master/examples/016_simple_docker_image[Coherence Operator GitHub] repository.
23+
image:GitHub-Mark-32px.png[] The complete source code for this example is in the https://github.com/oracle/coherence-operator/tree/main/examples/016_simple_docker_image[Coherence Operator GitHub] repository.
2424
====
2525
2626

examples/021_deployment/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ https://prometheus-operator.dev/docs/prologue/quick-start/#access-prometheus[Acc
758758
If installing Prometheus into RBAC enabled k8s clusters, you may need to create the required RBAC resources
759759
as described in the https://prometheus-operator.dev/docs/operator/rbac/[Prometheus RBAC] documentation.
760760
The Coherence Operator contains an example that works with the out-of-the-box Prometheus Operator install
761-
that we use for testing https://raw.githubusercontent.com/oracle/coherence-operator/master/hack/prometheus-rbac.yaml[prometheus-rbac.yaml]
761+
that we use for testing https://raw.githubusercontent.com/oracle/coherence-operator/main/hack/prometheus-rbac.yaml[prometheus-rbac.yaml]
762762
This yaml creates a `ClusterRole` with the required permissions and a `ClusterRoleBinding` that binds the role to the
763763
`prometheus-k8s` service account (which is the name of the account created, and used by the Prometheus Operator).
764764
This yaml file can be installed into k8s before installing the Prometheus Operator.

examples/no-operator/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you really cannot change the minds of those dictating policies that mean you
2323
2424
[TIP]
2525
====
26-
image:GitHub-Mark-32px.png[] The complete source code for the examples is in the https://github.com/oracle/coherence-operator/tree/master/examples/no-operator/[Coherence Operator GitHub] repository.
26+
image:GitHub-Mark-32px.png[] The complete source code for the examples is in the https://github.com/oracle/coherence-operator/tree/main/examples/no-operator/[Coherence Operator GitHub] repository.
2727
====
2828
2929
=== Prerequisites

0 commit comments

Comments
 (0)