Update Helm Repo

Description

Update a helm repo.

Command

codefresh patch helm-repo [name]

Arguments

Option Alias Default Description
name Old repo name. required

Options

Option Alias Type Default Description
--help Print help information
--public -p boolean false Mark the helm repo as public
--newName -n string New repo name

Examples

Update helm repo to be public

codefresh patch helm-repo my-repo -p

Update helm repo to be private

codefresh patch helm-repo my-repo -p=false