Package-level declarations
Types
Looking for the Release resource? Please use the /registry/packages/kubernetes/api-docs/helm/v3/release/ for production use cases, and stay tuned for an updated Release resource, coming soon. See also: /blog/kubernetes-chart-v4/ Chart is a component representing a collection of resources described by a Helm Chart. Helm charts are a popular packaging format for Kubernetes applications, and published to registries such as Artifact Hub. Chart does not use Tiller or create a Helm Release; the semantics are equivalent to running helm template --dry-run=server
and then using Pulumi to deploy the resulting YAML manifests. This allows you to apply Pulumi Transformations and Pulumi Policies to the Kubernetes resources. You may also want to consider the Release
resource as an alternative method for managing helm charts. For more information about the trade-offs between these options, see: Choosing the right Helm resource for your use case.
Looking for the Release resource? Please use the /registry/packages/kubernetes/api-docs/helm/v3/release/ for production use cases, and stay tuned for an updated Release resource, coming soon. See also: /blog/kubernetes-chart-v4/ Chart is a component representing a collection of resources described by a Helm Chart. Helm charts are a popular packaging format for Kubernetes applications, and published to registries such as Artifact Hub. Chart does not use Tiller or create a Helm Release; the semantics are equivalent to running helm template --dry-run=server
and then using Pulumi to deploy the resulting YAML manifests. This allows you to apply Pulumi Transformations and Pulumi Policies to the Kubernetes resources. You may also want to consider the Release
resource as an alternative method for managing helm charts. For more information about the trade-offs between these options, see: Choosing the right Helm resource for your use case.
Builder for ChartArgs.
Builder for Chart.