9 references to WithChartVersion
Aspire.Hosting.Kubernetes (2)
HelmChartOptions.cs (1)
175string versionValue => WithChartVersion(versionValue),
KubernetesEnvironmentResource.cs (1)
52/// Use <see cref="HelmChartOptions.WithChartVersion(string)"/> via
Aspire.Hosting.Kubernetes.Tests (7)
KubernetesDeployTests.cs (7)
88.WithHelm(helm => helm.WithChartVersion("2.0.0")); 107helm.WithChartVersion("1.2.3"); 242helm.WithChartVersion("1.2.3"); 691Assert.Throws<ArgumentException>(() => helm.WithChartVersion(string.Empty)); 801Assert.Throws<ArgumentException>(() => helm.WithChartVersion(value)); 821helm.WithChartVersion(value); 870helm.WithChartVersion("2.5.0");