Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 03-Helm-Upgrade-with-set-option/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<NODE-PORT>
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:<NODE-PORT>
Expand Down