9 references to WithChartVersion
Aspire.Hosting.Kubernetes (2)
HelmChartOptions.cs (1)
175
string 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"));
107
helm.
WithChartVersion
("1.2.3");
242
helm.
WithChartVersion
("1.2.3");
691
Assert.Throws<ArgumentException>(() => helm.
WithChartVersion
(string.Empty));
801
Assert.Throws<ArgumentException>(() => helm.
WithChartVersion
(value));
821
helm.
WithChartVersion
(value);
870
helm.
WithChartVersion
("2.5.0");