Skip to content

Commit

Permalink
fix: rename container image
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Sep 7, 2021
1 parent 6f2a116 commit ee35a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The most common use case for this proxy is to be used as a side car with [Thanos
### Docker

```bash
sudo docker run -p 9099:9099 ghcr.io/snapp-incubator/thanos-federate-proxy/image:latest -insecure-listen-address="0.0.0.0:9099"
sudo docker run -p 9099:9099 ghcr.io/snapp-incubator/thanos-federate-proxy:main -insecure-listen-address="0.0.0.0:9099"
```

### Binary releases
Expand Down Expand Up @@ -52,7 +52,7 @@ Sample k8s deployment (as a side car with thanos or prometheus):
containers:
...
- name: thanos-federate-proxy
image: ghcr.io/snapp-incubator/thanos-federate-proxy/image:latest
image: ghcr.io/snapp-incubator/thanos-federate-proxy:main
args:
- -insecure-listen-address=0.0.0.0:9099
- -upstream=http://127.0.0.1:9090
Expand Down

0 comments on commit ee35a7c

Please sign in to comment.