forked from LaconicNetwork/kompose
change master to main in scripts and docs (#1569)
* change master to main in scripts and docs Changes the naming from master to main in the scripts and documentation. Do not merge unless CI passes! Signed-off-by: Charlie Drage <charlie@charliedrage.com> * remove 1.18, specify version of staticcheck --------- Signed-off-by: Charlie Drage <charlie@charliedrage.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
## Use Case
|
||||
|
||||
Convert [`docker-compose.yaml`](https://raw.githubusercontent.com/kubernetes/kompose/master/examples/docker-compose.yaml) into Kubernetes deployments and services with one simple command:
|
||||
Convert [`docker-compose.yaml`](https://raw.githubusercontent.com/kubernetes/kompose/main/examples/docker-compose.yaml) into Kubernetes deployments and services with one simple command:
|
||||
|
||||
```sh
|
||||
$ kompose convert -f docker-compose.yaml
|
||||
@@ -123,7 +123,7 @@ $ make test
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation can be found at our [kompose.io](http://kompose.io) website or our [docs](https://github.com/kubernetes/kompose/tree/master/docs) folder.
|
||||
Documentation can be found at our [kompose.io](http://kompose.io) website or our [docs](https://github.com/kubernetes/kompose/tree/main/docs) folder.
|
||||
|
||||
Here is a list of all available docs:
|
||||
|
||||
@@ -150,7 +150,7 @@ Participation in the Kubernetes community is governed by the [Kubernetes Code of
|
||||
[Build Status Widget]: https://github.com/kubernetes/kompose/workflows/Kompose%20CI/badge.svg
|
||||
[GoDoc]: https://godoc.org/github.com/kubernetes/kompose
|
||||
[GoDoc Widget]: https://godoc.org/github.com/kubernetes/kompose?status.svg
|
||||
[Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes/kompose/badge.svg?branch=master
|
||||
[Coverage Status]: https://coveralls.io/github/kubernetes/kompose?branch=master
|
||||
[Coverage Status Widget]: https://coveralls.io/repos/github/kubernetes/kompose/badge.svg?branch=main
|
||||
[Coverage Status]: https://coveralls.io/github/kubernetes/kompose?branch=main
|
||||
[GoReportCard Widget]: https://goreportcard.com/badge/github.com/kubernetes/kompose
|
||||
[GoReportCardResult]: https://goreportcard.com/report/github.com/kubernetes/kompose
|
||||
|
||||
Reference in New Issue
Block a user