Skip to content

Commit

Permalink
add upgrade instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Stein authored and Marius Stein committed May 12, 2022
1 parent ae154c1 commit 72125cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ You can find more background information in this blog post: https://blog.viadee.

Note: The content of this repository is based on the work done by gitlab as described in their [blogpost](https://about.gitlab.com/blog/2020/11/18/docker-hub-rate-limit-monitoring/). The original source of the Python script can be found [here](https://gitlab.com/gitlab-com/marketing/corporate_marketing/developer-evangelism/code/docker-hub-limit-exporter).

## Upgrade from 0.2.x to 0.3.0

In 0.3.0 the config path for supplying the dockerhub credentials has been changed. If you monitor authenticated requests and you want to update to 0.3.0, then you have to change `config.dockerhubUsername` and `config.dockerhubPassword` to `config.dockerhub.username` and `config.dockerhub.password`.

## How to install the chart

The helm chart can be installed through a helm chart repository hosted on a github page in this repository. To install follow the next steps:
Expand Down

0 comments on commit 72125cc

Please sign in to comment.