13 references to AddHelmChart
AksDemo.AppHost (1)
AppHost.cs (1)
70
aks.
AddHelmChart
("cert-manager", "oci://quay.io/jetstack/charts/cert-manager", "v1.18.2")
Aspire.Hosting.Azure.Kubernetes (1)
AzureCertManagerExtensions.cs (1)
30
/// mirroring the pattern used by <see cref="AzureKubernetesIngressExtensions.
AddHelmChart
"/>.
Aspire.Hosting.Azure.Kubernetes.Tests (11)
AzureKubernetesHelmChartTests.cs (11)
21
var chart = aks.
AddHelmChart
("cert-manager", "oci://quay.io/jetstack/charts/cert-manager", "1.17.0");
34
var chart = aks.
AddHelmChart
("cert-manager", "oci://quay.io/jetstack/charts/cert-manager", "1.17.0");
47
var chart = aks.
AddHelmChart
("cert-manager", "oci://quay.io/jetstack/charts/cert-manager", "1.17.0")
62
var chart = aks.
AddHelmChart
("nginx", "oci://ghcr.io/nginx/charts/nginx-ingress", "1.5.0")
74
var chart = aks.
AddHelmChart
("nginx", "oci://ghcr.io/nginx/charts/nginx-ingress", "1.5.0")
86
var chart = aks.
AddHelmChart
("podinfo", "oci://ghcr.io/stefanprodan/charts/podinfo", "6.7.1")
98
var chart = aks.
AddHelmChart
("podinfo", "oci://ghcr.io/stefanprodan/charts/podinfo", "6.7.1");
108
.
AddHelmChart
("test", "oci://example.com/chart", "1.0.0"));
123
Assert.ThrowsAny<ArgumentException>(() => aks.
AddHelmChart
(name!, chartReference!, chartVersion!));
133
aks.
AddHelmChart
("test", "oci://example.com/chart", "not-a-semver"));
143
aks.
AddHelmChart
("test", "evil chart\"", "1.0.0"));