fast-easter-23401
02/24/2022, 6:10 PMkuberenetes.helm.v3.Release
component, and wish to know if there’s a way to instruct the pulumi API to use a specific revision number. Or perhaps is there a way to perform a helm rollback instead?quiet-wolf-18467
version: ""
in the arguments.
helmRelease, err := helm.NewRelease(ctx, "ssp-addon-argocd", &helm.ReleaseArgs{
Chart: pulumi.String("argo-cd"),
Version: pulumi.String(args.Version)
Here's an example