This message was deleted.
# kubernetes
s
This message was deleted.
f
@future-nail-59564 ☝️
q
You can specify the version of the chart with
version: ""
in the arguments.
Copy code
helmRelease, err := helm.NewRelease(ctx, "ssp-addon-argocd", &helm.ReleaseArgs{
			Chart:     pulumi.String("argo-cd"),
			Version:   pulumi.String(args.Version)
Here's an example