Installing helm and GitHub CLI

How to install Helm for Kubernetes and the GitHub CLI on Windows using chocolatey
  1. Open powershell as admin

  2. install/upgrade choco:

    1. choco install kubernetes-helm
    2. choco upgrade gh (for being sure it is installed)
  3. winget install --id GitHub.cli

    Untitled

  4. confirm with yes (y)

Last modified February 17, 2023: update (#208) (ea731fc)