Files
gitea-actions/.gitea/actions/helm/upgrade/README.md
T

902 B

Helm Upgrade

Description

Login to an OCI registry, update chart dependencies, and run helm upgrade for the chart in the current directory

Inputs

name description required default
DEPLOYMENT_NAME

The Helm release name and target namespace

true ""
REGISTRY

OCI registry hostname for helm dependency login

true ""
REGISTRY_USERNAME

Username for OCI registry login

true ""
REGISTRY_TOKEN

Token for OCI registry login

true ""

Runs

This action is a composite action.