Skip to content

Commit

Permalink
Change references to 'main' branch (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
LCaparelli authored Aug 27, 2020
1 parent 8995c47 commit 9c708ea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-operator-integration-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- "Makefile"
- ".github/ISSUE_TEMPLATE/**"
branches:
- master
- main
env:
OPERATOR_SDK_VERSION: v0.18.1
GO_VERSION: 1.14
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ data:

### TLS/SSL

For details about TLS configuration check out our [TLS guide](https://github.com/m88i/nexus-operator/tree/master/docs/TLS.md).
For details about TLS configuration check out our [TLS guide](https://github.com/m88i/nexus-operator/tree/main/docs/TLS.md).

## Persistence

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
* Creates an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress/) in Kubernetes (1.14+) environments to expose the application to the world
* On OpenShift, creates a Route to expose the service outside the cluster
[See our documentation](https://github.com/m88i/nexus-operator/blob/master/README.md) for more installation and usage scenarios.
[See our documentation](https://github.com/m88i/nexus-operator/blob/main/README.md) for more installation and usage scenarios.
If you experience any issues or have any ideas for new features, please [file an issue in our Github repository](https://github.com/m88i/nexus-operator/issues) or send an email to our maillist: [[email protected]](mailto:[email protected])
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
name: nexus-operator
links:
- name: Documentation
url: https://github.com/m88i/nexus-operator/blob/master/README.md
url: https://github.com/m88i/nexus-operator/blob/main/README.md
- name: Nexus Operator source code repository
url: https://github.com/m88i/nexus-operator
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ spec:
* Creates an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress/) in Kubernetes (1.14+) environments to expose the application to the world
* On OpenShift, creates a Route to expose the service outside the cluster
[See our documentation](https://github.com/m88i/nexus-operator/blob/master/README.md) for more installation and usage scenarios.
[See our documentation](https://github.com/m88i/nexus-operator/blob/main/README.md) for more installation and usage scenarios.
If you experience any issues or have any ideas for new features, please [file an issue in our Github repository](https://github.com/m88i/nexus-operator/issues) or send an email to our maillist: [[email protected]](mailto:[email protected])
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
name: nexus-operator
links:
- name: Documentation
url: https://github.com/m88i/nexus-operator/blob/master/README.md
url: https://github.com/m88i/nexus-operator/blob/main/README.md
- name: Nexus Operator source code repository
url: https://github.com/m88i/nexus-operator
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion hack/ci/operatorhubio-catalog.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@



# this Dockerfile is based on https://github.com/operator-framework/community-operators/blob/master/upstream.Dockerfile
# this Dockerfile is based on https://github.com/operator-framework/community-operators/blob/main/upstream.Dockerfile
# we just changed the third line to include only our manifest in this registry.
# since we don't have dependencies from others operators, we're good to go
FROM quay.io/operator-framework/upstream-registry-builder:v1.5.6 as builder
Expand Down

0 comments on commit 9c708ea

Please sign in to comment.