add chart paths for helm actions

This commit is contained in:
2026-05-29 10:42:34 -04:00
parent 930a69d850
commit 317c2289c9
8 changed files with 28 additions and 6 deletions
+2
View File
@@ -15,6 +15,8 @@ Login to an OCI registry, update chart dependencies, and run helm upgrade for th
| `REGISTRY` | <p>OCI registry hostname for helm dependency login</p> | `true` | `""` |
| `REGISTRY_USERNAME` | <p>Username for OCI registry login</p> | `true` | `""` |
| `REGISTRY_TOKEN` | <p>Token for OCI registry login</p> | `true` | `""` |
| `CHART_PATH` | <p>Path to the Helm chart</p> | `false` | `.` |
| `VALUES_FILE` | <p>Path to a values file (optional)</p> | `false` | `""` |
<!-- action-docs-inputs source="action.yml" -->
<!-- action-docs-runs source="action.yml" -->