From 0e048cdf4b6cc91d76b099a850913e55cae7f984 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sun, 12 Oct 2025 18:58:24 +0200 Subject: [PATCH] docs(README): adapt downloadURL --- README.md | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b857b3..ade44ab 100644 --- a/README.md +++ b/README.md @@ -183,9 +183,9 @@ mode = "async_redirect" # # download "github.com/pkg/*" { # mode = "redirect" -# downloadURL = "https://gocenter.io" +# downloadURL = "https://proxy.golang.org" # } -` | +` | | `config.gitConfig.enabled` | Enable mounting of a .gitconfig file into the container file system. | `false` | | `config.gitConfig.existingConfigMap.enabled` | Enable to use an external config map for mounting the .gitconfig file. | `false` | | `config.gitConfig.existingConfigMap.configMapName` | The name of the existing config map which should be used to mount the .gitconfig file. | `""` | diff --git a/values.yaml b/values.yaml index 3745d29..2162688 100644 --- a/values.yaml +++ b/values.yaml @@ -130,7 +130,7 @@ config: # # download "github.com/pkg/*" { # mode = "redirect" - # downloadURL = "https://gocenter.io" + # downloadURL = "https://proxy.golang.org" # } gitConfig: