Skip to content

Commit

Permalink
Merge pull request redpanda-data#173 from redpanda-data/fix-gorelease…
Browse files Browse the repository at this point in the history
…r-cfg

Fix Go releaser config
  • Loading branch information
weeco authored Nov 21, 2022
2 parents 190dcfb + 043cf11 commit 3025881
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3025881

Please sign in to comment.