@cryptotaxi247 / netdata-1 / commits / 616d2e221

Update deploy.yaml (#15687)

Reverting changes to https://github.com/netdata/netdata/pull/15676

Satyadeep Ashwathnarayana committed Aug 1, 2023 at 21:47 UTC 616d2e2219000215230b58be0e70ac2a595e71b6
1 file changed -20
integrations/deploy.yaml
-20
@@ -236,7 +236,6 @@
236 commands:
237 - channel: nightly
238 command: |
239 - ```bash
239 docker run -d --name=netdata \
240 --pid=host \
241 --network=host \
@@ -257,11 +256,9 @@
256 -e NETDATA_CLAIM_URL={% claim_url %} \
257 -e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
258 netdata/netdata:edge
260 - ```
259
260 - channel: stable
261 command: |
264 - ```bash
262 docker run -d --name=netdata \
263 --pid=host \
264 --network=host \
@@ -282,12 +279,10 @@
279 -e NETDATA_CLAIM_URL={% claim_url %} \
280 -e NETDATA_CLAIM_ROOMS={% $claim_rooms %} \
281 netdata/netdata:stable
285 - ```
282 - method: Docker Compose
283 commands:
284 - channel: nightly
285 command: |
290 - ```yaml
286 version: '3'
287 services:
288 netdata:
@@ -319,10 +314,8 @@
314 netdataconfig:
315 netdatalib:
316 netdatacache:
322 - ```
317 - channel: stable
318 command: |
325 - ```yaml
319 version: '3'
320 services:
321 netdata:
@@ -354,12 +347,10 @@
347 netdataconfig:
348 netdatalib:
349 netdatacache:
357 - ```
350 - method: Docker Swarm
351 commands:
352 - channel: nightly
353 command: |
362 - ```yaml
354 version: '3'
355 services:
356 netdata:
@@ -392,10 +383,8 @@
383 netdataconfig:
384 netdatalib:
385 netdatacache:
395 - ```
386 - channel: stable
387 command: |
398 - ```yaml
388 version: '3'
389 services:
390 netdata:
@@ -428,7 +417,6 @@
417 netdataconfig:
418 netdatalib:
419 netdatacache:
431 - ```
420 additional_info: ''
421 related_resources: {}
422 platform_info:
@@ -455,7 +443,6 @@
443 commands:
444 - channel: nightly
445 command: |
458 - ```bash
446 helm install netdata netdata/netdata \
447 --set image.tag=latest \
448 --set parent.claiming.enabled="true" \
@@ -464,10 +451,8 @@
451 --set child.claiming.enabled="true" \
452 --set child.claiming.token={% claim_token %} \
453 --set child.claiming.rooms={% $claim_rooms %}
467 - ```
454 - channel: stable
455 command: |
470 - ```bash
456 helm install netdata netdata/netdata \
457 --set image.tag=stable \
458 --set parent.claiming.enabled="true" \
@@ -476,12 +461,10 @@
461 --set child.claiming.enabled="true" \
462 --set child.claiming.token={% claim_token %} \
463 --set child.claiming.rooms={% $claim_rooms %}
479 - ```
464 - method: Existing Cluster
465 commands:
466 - channel: nightly
467 command: |
484 - ```yaml
468 image:
469 tag: latest
470
@@ -499,10 +482,8 @@
482 enabled: true
483 token: {% claim_token %}
484 rooms: {% $claim_rooms %}
502 - ```
485 - channel: stable
486 command: |
505 - ```yaml
487 image:
488 tag: stable
489
@@ -517,7 +498,6 @@
498 enabled: true
499 token: {% claim_token %}
500 rooms: {% $claim_rooms %}
520 - ```
501 additional_info: ''
502 related_resources: {}
503 most_popular: true