Skip to content

Commit

Permalink
Merge pull request #25 from pfnet-research/release-v0.1.0
Browse files Browse the repository at this point in the history
Bump the version to v0.1.0
  • Loading branch information
superbrothers authored Aug 24, 2022
2 parents b483e9d + 4f01d51 commit b3cbfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ It does:
### Docker image

```shell
docker pull ghcr.io/pfnet-research/alertmanager-to-github:v0.0.2
docker pull ghcr.io/pfnet-research/alertmanager-to-github:v0.1.0
```

### go get
Expand Down
2 changes: 1 addition & 1 deletion example/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: alertmanager-to-github
image: ghcr.io/superbrothers/alertmanager-to-github:v0.0.2
image: ghcr.io/superbrothers/alertmanager-to-github:v0.1.0
env:
- name: ATG_LISTEN
value: ':8080'
Expand Down

0 comments on commit b3cbfc2

Please sign in to comment.