Add helm repo when adding kuberentes to the nodes (#21318)
Mateusz Bularz committed
Nov 19, 2025 at 12:23 UTC
a7f4ea33884090fc57aebd51c20482cbf5568db4
1 file changed
+2
integrations/deploy.yaml
+2
@@ -485,6 +485,7 @@
485
commands:
486
- channel: nightly
487
command: |
488
+ helm repo add netdata https://netdata.github.io/helmchart/ && helm repo update
489
helm install netdata netdata/netdata \
490
--set image.tag=edge{% if $showClaimingOptions %} \
491
--set parent.claiming.enabled="true" \
@@ -495,6 +496,7 @@
496
--set child.claiming.rooms={% $claim_rooms %}{% /if %}
497
- channel: stable
498
command: |
499
+ helm repo add netdata https://netdata.github.io/helmchart/ && helm repo update
500
helm install netdata netdata/netdata \
501
--set image.tag=stable{% if $showClaimingOptions %} \
502
--set parent.claiming.enabled="true" \