1.0 KiB
1.0 KiB
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 |
"" |
CHART_PATH |
Path to the Helm chart |
false |
./helm |
VALUES_FILE |
The values file to use |
false |
./helm/values.yaml |
Runs
This action is a composite action.