Skip to content

Commit

Permalink
update references to main (#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
maskarb authored Jun 30, 2021
1 parent 4d28914 commit 54c7450
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,14 +345,10 @@ Please refer to Contributing_.
.. _Flake8: http://flake8.pycqa.org

.. |license| image:: https://img.shields.io/github/license/project-koku/koku.svg
:target: https://github.com/project-koku/koku/blob/master/LICENSE
:target: https://github.com/project-koku/koku/blob/main/LICENSE
.. |Unittests| image:: https://github.com/project-koku/koku/workflows/Unit%20Tests/badge.svg
:target: https://github.com/project-koku/koku/actions
.. |codecov| image:: https://codecov.io/gh/project-koku/koku/branch/master/graph/badge.svg
.. |codecov| image:: https://codecov.io/gh/project-koku/koku/branch/main/graph/badge.svg
:target: https://codecov.io/gh/project-koku/koku
.. |Updates| image:: https://pyup.io/repos/github/project-koku/koku/shield.svg?t=1524249231720
:target: https://pyup.io/repos/github/project-koku/koku/
.. |Python 3| image:: https://pyup.io/repos/github/project-koku/koku/python-3-shield.svg?t=1524249231720
:target: https://pyup.io/repos/github/project-koku/koku/
.. |Docs| image:: https://readthedocs.org/projects/koku/badge/
:target: https://koku.readthedocs.io/en/latest
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
codecov:
notify:
require_ci_to_pass: yes
strict_yaml_branch: master # only use the latest copy on master branch
strict_yaml_branch: main # only use the latest copy on main branch

coverage:
precision: 1
Expand Down
2 changes: 1 addition & 1 deletion dev/config.yaml.github-example
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ apps:
host: github
repo: project-koku/koku
path: deploy/clowdapp.yaml
ref: master
ref: main
2 changes: 1 addition & 1 deletion dev/config.yaml.local-example
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ apps:
host: local
repo: REPO
path: deploy/clowdapp.yaml
ref: master
ref: main
parameters:
IMAGE_TAG: clowder
KOKU_MIN_REPLICAS: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Koku application contains two components - a web service and database.

**OpenShift**

A basic deployment configuration is contained within the application's `openshift template file <https://github.com/project-koku/koku/blob/master/openshift/koku-template.yaml>`__. This template should be acceptable for most use cases. It provides parameterized values for most configuration options.
A basic deployment configuration is contained within the application's `openshift template file <https://github.com/project-koku/koku/blob/main/openshift/koku-template.yaml>`__. This template should be acceptable for most use cases. It provides parameterized values for most configuration options.

To deploy the Koku API application using the provided templates, you can use
the provided ``Makefile``:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/testing.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _`tox`: https://tox.readthedocs.io/en/latest/
.. _`nise`: https://github.com/project-koku/nise
.. _`.env.example`: https://github.com/project-koku/koku/blob/master/.env.example
.. _`.env.example`: https://github.com/project-koku/koku/blob/main/.env.example

~~~~~~~~~~~~
Testing Koku
Expand Down

0 comments on commit 54c7450

Please sign in to comment.