Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 09 Feb, 11:48:05

This lesson will provide an introduction to upgrading Helm via Gitops.

Objectives

At the end of this lesson, participants will be able to:

  • Explain what Gitops is and how it is beneficial for Helm deployments
  • Describe the steps involved in upgrading Helm through Gitops

Materials

  • Any basic Gitops tool of the participant’s choice

Lesson

I. Introduction to Gitops (5 minutes)

A. What is Gitops?

B. Benefits of using Gitops for Helm

C. Demo of setting up Gitops for Helm

II. Upgrading Helm via Gitops (20 minutes)

A. Overview

B. Steps to Update Helm

  1. Update the helmchart in local
  2. Push the helmchart to the gitops repo
  3. Sync the helmchart between the gitops repo and Helm
  4. Apply the changes

C. Demo of upgrading Helm via Gitops

III. Conclusion (3 minutes)

A. Summary of the steps used to upgrade Helm via Gitops

B. Wrap-up

C. Questions & Feedback