From 2e66a4d68294204276f772493d340a5e9b75d86c Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim Date: Thu, 17 Nov 2022 20:42:26 +0000 Subject: [PATCH 1/2] Fix Go releaser config --- .goreleaser.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 From 043cf11ea8f6126fdd75b63f981a96f2ed40aeac Mon Sep 17 00:00:00 2001 From: Martin Schneppenheim Date: Thu, 17 Nov 2022 20:44:59 +0000 Subject: [PATCH 2/2] docs: Update docker image --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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