Loading video player...
Welcome to Lecture 9 of the Helm Chart for Kubernetes Course! š Now that we understand both ArtifactHub and Helm versioning, it is time to combine them! In this video, we dive deep into how to manage and upgrade third-party Helm charts downloaded from ArtifactHub. You will learn the critical differences between upgrading a ChartVersion and an AppVersion in a production-like scenario. š What you will learn in this video: ⢠Navigating ArtifactHub to track new Chart and App versions ⢠Updating your local repository cache (helm repo update) ⢠Spotting the difference between ChartVersion (Helm package) and AppVersion (Software version) ⢠Executing a seamless helm upgrade for a community chart ⢠Verifying the upgrade and checking your release history š Connect & Learn with Me: Stay updated with the latest in DevOps, Kubernetes, and Cloud technologies: ⢠šŗ YouTube: https://www.youtube.com/@surajshinde.devops (Subscribe for more!) ⢠š¼ LinkedIn: https://www.linkedin.com/in/surajshinde-devops/ ⢠šø Instagram: https://www.instagram.com/surajshinde.devops/ ⢠š Facebook: https://www.facebook.com/surajshinde.devops š» Commands used in this video: ⢠helm repo update ⢠helm search repo bitnami/nginx -l (to see all versions) ⢠helm upgrade my-release bitnami/nginx --version 15.2.0 ⢠helm history my-release š If this video helped you confidently upgrade community Helm charts, please hit the LIKE button, share it with a colleague, and SUBSCRIBE for more practical DevOps tutorials! #Helm #Kubernetes #ArtifactHub #DevOps #HelmCharts #K8s #SurajShinde #CloudNative #DevOpsEngineer #HelmTutorial #Lecture9