From 978283e2b7982c7cbf3538bbdcc86fad483006b3 Mon Sep 17 00:00:00 2001 From: Subhi Al Hasan Date: Sat, 2 Sep 2023 10:42:56 +0200 Subject: [PATCH] update README installation guide to use v2.0.0 [skip ci] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7f2b3606..f11ec0c7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file +> this project on each iteration.