diff --git a/.goreleaser.yml b/.goreleaser.yml index 359b406..270718b 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -14,12 +14,12 @@ changelog: filters: # Commit messages matching the regexp listed here will be removed from the changelog exclude: - - - '^docs:' - - '^test:' - - '^npm:' - - '^go.mod:' - - '^.github:' - - 'Merge branch' + - '^docs:' + - '^test:' + - '^npm:' + - '^go.mod:' + - '^.github:' + - 'Merge branch' builds: - id: kminion diff --git a/README.md b/README.md index 3f7fb2a..647b84b 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ You can find a list of all exported metrics here: [/docs/metrics.md](/docs/metri ### 🐳 Docker image All images will be built on each push to master or for every new release. You can find an overview of all available tags -in our [quay.io repository](https://quay.io/repository/cloudhut/kminion?tab=tags). +in our [DockerHub repository](https://hub.docker.com/r/vectorized/kminion/tags). ```shell -docker pull quay.io/cloudhut/kminion:master +docker pull docker pull vectorized/kminion:v2.2.1 ``` ### ☸ Helm chart