@@ -77,19 +77,20 @@ Deploy an application to a Kubernetes cluster using its Helm chart. Requires Kub
7777
7878The following inputs can be used as `step.with` keys :
7979
80- | Name | Required/Default | Description |
81- |----------------------|------------------|--------------------------------------------------------------|
82- | `helm-chart-version` | required | The version of the Helm chart to pull |
83- | `helm-registry-url` | required | The URL of the Helm OCI registry |
84- | `helm-package` | required | The name of the Helm package to pull |
85- | `helm-username` | required | The username for authenticating with the Helm registry |
86- | `helm-password` | required | The password for authenticating with the Helm registry |
87- | `helm-protocol` | `oci://` | The protocol for pulling Helm charts (e.g., `oci://`) |
88- | `release-name` | required | The name of the Helm release |
89- | `values-file` | required | Path to the Helm values file for customization |
90- | `image-tag` | `latest` | The tag of the container image to set |
91- | `timeout` | `5m` | The timeout for the Helm command |
92- | `working-directory` | `.` | The working directory where the action commands will operate |
80+ | Name | Required/Default | Description |
81+ |----------------------|------------------|------------------------------------------------------------------|
82+ | `helm-chart-version` | required | The version of the Helm chart to pull |
83+ | `helm-registry-url` | required | The URL of the Helm OCI registry |
84+ | `helm-package` | required | The name of the Helm package to pull |
85+ | `helm-username` | required | The username for authenticating with the Helm registry |
86+ | `helm-password` | required | The password for authenticating with the Helm registry |
87+ | `helm-protocol` | `oci://` | The protocol for pulling Helm charts (e.g., `oci://`) |
88+ | `release-name` | required | The name of the Helm release |
89+ | `namespace` | required | The namespace in which to deploy the Helm chart and application. |
90+ | `values-file` | required | Path to the Helm values file for customization |
91+ | `image-tag` | `latest` | The tag of the container image to set |
92+ | `timeout` | `5m` | The timeout for the Helm command |
93+ | `working-directory` | `.` | The working directory where the action commands will operate |
9394
9495# # Versioning
9596
0 commit comments