We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3f685 commit d0b34a9Copy full SHA for d0b34a9
packages/@aws-cdk/aws-eks/lib/helm-chart.ts
@@ -30,7 +30,7 @@ export interface HelmChartOptions {
30
readonly version?: string;
31
32
/**
33
- * The repository which contains the chart. For example: https://kubernetes-charts.storage.googleapis.com/
+ * The repository which contains the chart. For example: https://charts.helm.sh/stable/
34
* @default - No repository will be used, which means that the chart needs to be an absolute URL.
35
*/
36
readonly repository?: string;
0 commit comments