From 1f0487ccc3d106e002d17b1d609e77809343330d Mon Sep 17 00:00:00 2001 From: Adam Gardner <26523841+agardnerIT@users.noreply.github.com> Date: Wed, 6 Dec 2023 16:39:38 +1000 Subject: [PATCH] Update 6-deploy-slow-version.md --- docs/6-deploy-slow-version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/6-deploy-slow-version.md b/docs/6-deploy-slow-version.md index aa54b15..88d9891 100644 --- a/docs/6-deploy-slow-version.md +++ b/docs/6-deploy-slow-version.md @@ -23,7 +23,7 @@ You will see this in argo, the `V2` pod will be running, but the Keptn resources In the codespace: * Open the file `gitops/manifests/demo-application/deployment.yaml` -* Update the `app.kubernetes.io/version` label to `V2` and the image tag from `V1.1` to `V2` +* Update the `app.kubernetes.io/version` label to `2.0.0` and the image tag from `V1.1` to `V2` Commit the changes to GitHub (use the commands below if you don't know how). @@ -37,4 +37,4 @@ In ArgoCD, find the `demo-application` and click `Refresh`. The change will be detected and Argo will automatically begin the rollout of your update. -![demo app sync](assets/demo-app-syncing.png) \ No newline at end of file +![demo app sync](assets/demo-app-syncing.png)