From b1fd3e8075f1e20e76c5c9c1d839c161cef4e1b2 Mon Sep 17 00:00:00 2001 From: luddskunk <43649361+luddskunk@users.noreply.github.com> Date: Thu, 16 Jun 2022 11:35:08 +0200 Subject: [PATCH] Update Overview docs guide with latest release Update Overview docs guide with latest release, in order to get the latest distribution. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 27d0f654..0cb7a190 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,13 +11,13 @@ So you can just use them instead of reinventing new ones. * Install Argo CD Notifications ``` -kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.0/manifests/install.yaml +kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.2.1/manifests/install.yaml ``` * Install Triggers and Templates from the catalog ``` -kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.1.0/catalog/install.yaml +kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj-labs/argocd-notifications/v1.2.1/catalog/install.yaml ``` * Add Email username and password token to `argocd-notifications-secret` secret