Skip to content

Commit d0b34a9

Browse files
authored
docs(eks): corrects url of stable helm charts (#22691)
URL of included helm chart collection was changed in 2020 per [Helm Blog](https://helm.sh/blog/new-location-stable-incubator-charts/) ---- ### All Submissions: * [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) ### Adding new Unconventional Dependencies: * [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies) ### New Features * [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)? * [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)? *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 0b3f685 commit d0b34a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-eks/lib/helm-chart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export interface HelmChartOptions {
3030
readonly version?: string;
3131

3232
/**
33-
* The repository which contains the chart. For example: https://kubernetes-charts.storage.googleapis.com/
33+
* The repository which contains the chart. For example: https://charts.helm.sh/stable/
3434
* @default - No repository will be used, which means that the chart needs to be an absolute URL.
3535
*/
3636
readonly repository?: string;

0 commit comments

Comments
 (0)