Skip to content

Commit

Permalink
Update image tags to v0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
  • Loading branch information
PrasadG193 committed May 4, 2021
1 parent 5586115 commit 04f2331
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ curl -sfL https://raw.githubusercontent.com/PrasadG193/covaccine-notifier/main/i

### Docker
```
docker pull ghcr.io/prasadg193/covaccine-notifier:v0.1.3
docker pull ghcr.io/prasadg193/covaccine-notifier:v0.1.4
```

## Usage
Expand Down Expand Up @@ -65,15 +65,15 @@ covaccine-notifier --pincode 444002 --age 27 --email <email-id> --password <ema
### Docker

```
docker run --rm -ti ghcr.io/prasadg193/covaccine-notifier:v0.1.3 --state Maharashtra --district Akola --age 27 --email <email-id> --password <email-password>
docker run --rm -ti ghcr.io/prasadg193/covaccine-notifier:v0.1.4 --state Maharashtra --district Akola --age 27 --email <email-id> --password <email-password>
```

### Running on Kubernetes Cluster

If you are not willing to keep your terminal on all the time :smile:, you can also create a Pod on K8s cluster

```
kubectl run covaccine-notifier --image=ghcr.io/prasadg193/covaccine-notifier:v0.1.3 --command -- /covaccine-notifier --state Maharashtra --district Akola --age 27 --email <email-id> --password <email-password>
kubectl run covaccine-notifier --image=ghcr.io/prasadg193/covaccine-notifier:v0.1.4 --command -- /covaccine-notifier --state Maharashtra --district Akola --age 27 --email <email-id> --password <email-password>
```

## Contributing
Expand Down

0 comments on commit 04f2331

Please sign in to comment.