Skip to main content

Updating an App Version

What You Will Learn

  • How to update an app to a new version
  • The image tag bump workflow

This page is a placeholder. Full content will be written after tone/depth review of priority chapters.

Planned Content

  • When to update: new image version available
  • Find the current image tag in the HelmRelease or Deployment
  • Update the tag in Git
  • Commit, push, reconcile
  • Verify the rollout and rollback if needed

Key Takeaways

  • Version updates are just image tag changes in Git
  • Always verify after reconciliation

What Is Next

Next up: Adding a New Client where you will learn the full recipe from namespace to deploy.