diff --git a/content/tutorials/kubernetes-helm-part-one/index.md b/content/tutorials/kubernetes-helm-part-one/index.md index b8f149b766d6..c10ef9d2da35 100644 --- a/content/tutorials/kubernetes-helm-part-one/index.md +++ b/content/tutorials/kubernetes-helm-part-one/index.md @@ -196,4 +196,5 @@ In this tutorial, you learned how to install Helm on Kubernetes using the Kubern - Learn more about Pulumi and Kubernetes in the [Kubernetes documentation](/docs/iac/clouds/kubernetes/). - Learn more about the `Release` resource in the [Pulumi Kubernetes API documentation](/registry/packages/kubernetes/api-docs/helm/v3/release/). +- Try the out the `Chart` [tutorial](/tutorials/kubernetes-helm-part-two) to learn how to install Helm charts on Kubernetes using the `Chart` resource. - Or give the tutorial about [Creating Resources on Kubernetes](/tutorials/creating-resources-kubernetes/) a try.