Skip to content

Commit 5a1d31e

Browse files
committed
README.md: Fix default value of wgetImage.repository
1 parent 53e9dc7 commit 5a1d31e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

charts/netdata/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ The following table lists the configurable parameters of the netdata chart and t
148148
| `sysctlImage.tag` | sysctlImage Init container tag | `latest` |
149149
| `sysctlImage.pullPolicy` | sysctlImage Init container pull policy | `Always` |
150150
| `sysctlImage.resources` | sysctlImage Init container CPU/Memory resource requests/limits | {} |
151-
| `wgetImage.repository` | wgetImage Init container name | `alpine` |
152-
| `wgetImage.tag` | wgetImage Init container tag | `latest` |
153-
| `wgetImage.pullPolicy` | wgetImage Init container pull policy | `Always` |
151+
| `wgetImage.repository` | wgetImage Init container name | `netdata/wget` |
152+
| `wgetImage.tag` | wgetImage Init container tag | `latest` |
153+
| `wgetImage.pullPolicy` | wgetImage Init container pull policy | `Always` |
154154
| `sd.image.repository` | Service-discovery image repo | `netdata/agent-sd` |
155155
| `sd.image.tag` | Service-discovery image tag | Latest stable release (e.g. `v0.1.0`) |
156156
| `sd.image.pullPolicy` | Service-discovery image pull policy | `Always` |

0 commit comments

Comments
 (0)