From 190f370d40eb358a9f0b1e607b45695977901b4a Mon Sep 17 00:00:00 2001 From: reddysbrahma Date: Fri, 6 Dec 2024 21:55:49 -0700 Subject: [PATCH] fixed the readme --- 03-Helm-Upgrade-with-set-option/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/03-Helm-Upgrade-with-set-option/README.md b/03-Helm-Upgrade-with-set-option/README.md index 9a5a41f..6156bef 100644 --- a/03-Helm-Upgrade-with-set-option/README.md +++ b/03-Helm-Upgrade-with-set-option/README.md @@ -94,14 +94,14 @@ Observation: Version 2 of application should be displayed ## Step-06: Do two more helm upgrades - For practice purpose ```t # Helm Upgrade to 3.0.0 -helm upgrade myapp1 kalyan-repo/myapp1 --set "image.tag=3.0.0" +helm upgrade myapp1 stacksimplify/mychart1 --set "image.tag=3.0.0" # Access Application http://localhost: http://localhost:31231 # Helm Upgrade to 4.0.0 -helm upgrade myapp1 kalyan-repo/myapp1 --set "image.tag=4.0.0" +helm upgrade myapp1 stacksimplify/mychart1 --set "image.tag=3.0.0" # Access Application http://localhost: