Skip to content

Commit

Permalink
update README installation guide to use v2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jodevsa committed Sep 2, 2023
1 parent cf45dc6 commit 978283e
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 @@ -83,12 +83,12 @@ Endpoint = 32.121.45.102:51820

## How to deploy
```
kubectl apply -f https://github.com/jodevsa/wireguard-operator/releases/download/v1.2.20/release.yaml
kubectl apply -f https://github.com/jodevsa/wireguard-operator/releases/download/v2.0.0/release.yaml
```

## How to remove
```
kubectl delete -f https://github.com/jodevsa/wireguard-operator/releases/download/v1.2.20/release.yaml
kubectl delete -f https://github.com/jodevsa/wireguard-operator/releases/download/v2.0.0/release.yaml
```

## How to collaborate
Expand All @@ -98,4 +98,4 @@ before collaborating. Of course, we are open to external collaborations for this
repository, make your changes to the code and open a PR. The code will be reviewed and tested (always)

> We are developers and hate bad code. For that reason we ask you the highest quality on each line of code to improve
> this project on each iteration.
> this project on each iteration.

0 comments on commit 978283e

Please sign in to comment.