Skip to content

Commit

Permalink
Merge pull request #55 from hokadiri/master
Browse files Browse the repository at this point in the history
Updating public repo URL
  • Loading branch information
elenz97 authored Jan 10, 2022
2 parents 24f134f + e3beef9 commit 4a8d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func ExampleHelmClient_AddOrUpdateChartRepo_public() {
// Define a public chart repository.
chartRepo := repo.Entry{
Name: "stable",
URL: "https://kubernetes-charts.storage.googleapis.com",
URL: "https://charts.helm.sh/stable",
}

// Add a chart-repository to the client.
Expand Down

0 comments on commit 4a8d2c4

Please sign in to comment.