From 701c2b59b345a83d375b83c204a2f33e13b5984c Mon Sep 17 00:00:00 2001 From: leaddevops <36464863+leaddevops@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:21:38 +0530 Subject: [PATCH] install --- 02-install/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/02-install/README.md b/02-install/README.md index 3c05580..b6e2076 100644 --- a/02-install/README.md +++ b/02-install/README.md @@ -17,9 +17,6 @@ ![helm-test](../img/helm3-architecture.PNG) -![helm3-architecture](https://github.com/lerndevops/helm-charts/blob/main/img/helm3-architecture.PNG) - - ### Install Helm version3 ``` @@ -56,7 +53,7 @@ v3.0.2+g19e47ee * Installing charts into Kubernetes, and then tracking the subsequent release * Upgrading and uninstalling charts by interacting with Kubernetes -![helm2-architecture](https://github.com/lerndevops/helm-charts/blob/main/img/helm2-architecture.PNG) +![helm2-architecture](../img/helm2-architecture.PNG) ### In a nutshell, the client is responsible for managing charts, and the server is responsible for managing releases.