diff --git a/README.md b/README.md index cf0e4f59..a4f36319 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You need to get config template to add your configs ```shell -curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/config.yaml -o config.yaml +curl -L https://raw.githubusercontent.com/abahmed/kwatch/v0.1.0/deploy/config.yaml -o config.yaml ``` Then edit `config.yaml` file and apply your configuration @@ -41,7 +41,7 @@ kubectl apply -f config.yaml To deploy **kwatch**, execute following command: ```shell -kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/deploy.yaml +kubectl apply -f https://raw.githubusercontent.com/abahmed/kwatch/v0.1.0/deploy/deploy.yaml ``` ### Configuration @@ -98,8 +98,8 @@ If you want to enable PagerDuty, provide the integration key ### Cleanup ```shell -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/config.yaml -kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.0.7/deploy/deploy.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.1.0/deploy/config.yaml +kubectl delete -f https://raw.githubusercontent.com/abahmed/kwatch/v0.1.0/deploy/deploy.yaml ``` ## Who uses kwatch? diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 4e8ebce1..c860a85a 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -49,7 +49,7 @@ spec: serviceAccountName: kwatch containers: - name: kwatch - image: ghcr.io/abahmed/kwatch:v0.0.7 + image: ghcr.io/abahmed/kwatch:v0.1.0 imagePullPolicy: Always volumeMounts: - name: config-volume