Conversation
|
@dex4er I see that this your first contribution to the Netdata Community. Thank you so much for taking the time and welcome on-board! ✌️ |
Oh thank you, but it is not my first contribution to the project. After docker.io introduced usage limits, I have to use local mirror of the Netdata images. I hope you'll release new Helm chart with this patch to the public repository really soon. |
|
@dex4er please bump versions |
| | `sysctlImage.tag` | sysctlImage Init container tag | `latest` | | ||
| | `sysctlImage.pullPolicy` | sysctlImage Init container pull policy | `Always` | | ||
| | `sysctlImage.resources` | sysctlImage Init container CPU/Memory resource requests/limits | {} | | ||
| | `wgetImage.repository` | wgetImage Init container name | `alpine` | |
There was a problem hiding this comment.
| | `wgetImage.repository` | wgetImage Init container name | `alpine` | | |
| | `wgetImage.repository` | wgetImage Init container name | `netdata/wget` | |
There was a problem hiding this comment.
I switched to "alpine" because this is already used by sysctlImage and "alpine" image is correctly tagged with version number, so much easier to clone.
There was a problem hiding this comment.
we use custom image because we need gnu wget
There was a problem hiding this comment.
We can release tagged version of https://github.com/netdata/docker-wget
|
Since this is a bit time sensitive I'll go ahead and merge the PR and fix the version and the default value of wgetImage.repository right after. Thanks @dex4er! |
Hi.
I have to copy all public images to private registry. Then I need to override netdata/wget image with something else.