docs: refreshed stdlib

Signed-off-by: Sam Alba <sam.alba@gmail.com>
This commit is contained in:
Sam Alba
2021-06-16 12:14:39 +02:00
parent 776814910d
commit c6e3d35899
26 changed files with 293 additions and 189 deletions

View File

@@ -6,11 +6,15 @@ sidebar_label: helm
Helm package manager
## #Chart
```cue
import "dagger.io/kubernetes/helm"
```
## helm.#Chart
Install a Helm chart
### #Chart Inputs
### helm.#Chart Inputs
| Name | Type | Description |
| ------------- |:-------------: |:-------------: |
@@ -24,6 +28,6 @@ Install a Helm chart
|*version* | `*"3.5.2" \| string` |Helm version |
|*kubectlVersion* | `*"v1.19.9" \| string` |Kubectl version |
### #Chart Outputs
### helm.#Chart Outputs
_No output._