app_versions.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. {
  2. "1.0.37": {
  3. "healthy": true,
  4. "supported": true,
  5. "healthy_error": null,
  6. "location": "/__w/charts/charts/charts/netdata/1.0.37",
  7. "last_update": "2023-11-14 10:11:57",
  8. "required_features": [
  9. "normalize/ixVolume"
  10. ],
  11. "human_version": "v1.43.2_1.0.37",
  12. "version": "1.0.37",
  13. "chart_metadata": {
  14. "name": "netdata",
  15. "description": "Real-time performance monitoring, done right!",
  16. "annotations": {
  17. "title": "Netdata"
  18. },
  19. "type": "application",
  20. "version": "1.0.37",
  21. "apiVersion": "v2",
  22. "appVersion": "v1.43.2",
  23. "kubeVersion": ">=1.16.0-0",
  24. "maintainers": [
  25. {
  26. "name": "truenas",
  27. "url": "https://www.truenas.com/",
  28. "email": "dev@ixsystems.com"
  29. }
  30. ],
  31. "dependencies": [
  32. {
  33. "name": "common",
  34. "repository": "file://../../../common/2304.0.1",
  35. "version": "2304.0.1"
  36. }
  37. ],
  38. "home": "https://www.netdata.cloud/",
  39. "icon": "https://media.sys.truenas.net/apps/netdata/icons/icon.png",
  40. "sources": [
  41. "https://github.com/netdata/helmchart",
  42. "https://github.com/netdata/netdata"
  43. ],
  44. "keywords": [
  45. "alerting",
  46. "metric",
  47. "monitoring"
  48. ]
  49. },
  50. "app_metadata": {
  51. "runAsContext": [
  52. {
  53. "userName": "root",
  54. "groupName": "root",
  55. "gid": 0,
  56. "uid": 0,
  57. "description": "Netdata runs as root user."
  58. }
  59. ],
  60. "capabilities": [
  61. {
  62. "name": "CHOWN",
  63. "description": "Netdata is able to chown files."
  64. },
  65. {
  66. "name": "FOWNER",
  67. "description": "Netdata is able to bypass permission checks for it's sub-processes."
  68. },
  69. {
  70. "name": "SYS_CHROOT",
  71. "description": "Netdata is able to use chroot."
  72. },
  73. {
  74. "name": "MKNOD",
  75. "description": "Netdata is able to create device nodes."
  76. },
  77. {
  78. "name": "DAC_OVERRIDE",
  79. "description": "Netdata is able to bypass permission checks."
  80. },
  81. {
  82. "name": "FSETID",
  83. "description": "Netdata is able to set file capabilities."
  84. },
  85. {
  86. "name": "KILL",
  87. "description": "Netdata is able to kill processes."
  88. },
  89. {
  90. "name": "SETGID",
  91. "description": "Netdata is able to set group ID for it's sub-processes."
  92. },
  93. {
  94. "name": "SETUID",
  95. "description": "Netdata is able to set user ID for it's sub-processes."
  96. },
  97. {
  98. "name": "SETPCAP",
  99. "description": "Netdata is able to set process capabilities."
  100. },
  101. {
  102. "name": "NET_BIND_SERVICE",
  103. "description": "Netdata is able to bind to privileged ports."
  104. },
  105. {
  106. "name": "NET_RAW",
  107. "description": "Netdata is able to use raw sockets."
  108. },
  109. {
  110. "name": "SETFCAP",
  111. "description": "Netdata is able to set file capabilities."
  112. },
  113. {
  114. "name": "PTRACE",
  115. "description": "Netdata is able to trace processes."
  116. },
  117. {
  118. "name": "AUDIT_WRITE",
  119. "description": "Netdata is able to write to audit log."
  120. }
  121. ],
  122. "hostMounts": [
  123. {
  124. "hostPath": "/etc/os-release",
  125. "description": "Required to read the OS release information."
  126. },
  127. {
  128. "hostPath": "/etc/passwd",
  129. "description": "Required to read the user information."
  130. },
  131. {
  132. "hostPath": "/etc/group",
  133. "description": "Required to read the group information."
  134. },
  135. {
  136. "hostPath": "/proc",
  137. "description": "Required to read the processes information."
  138. }
  139. ]
  140. },
  141. "schema": {
  142. "groups": [
  143. {
  144. "name": "Container Images",
  145. "description": "Image to be used for container"
  146. },
  147. {
  148. "name": "Workload Configuration",
  149. "description": "Configure workload deployment"
  150. },
  151. {
  152. "name": "Netdata Configuration",
  153. "description": "Configure Netdata credentials"
  154. },
  155. {
  156. "name": "Storage",
  157. "description": "Configure Storage for Netdata"
  158. },
  159. {
  160. "name": "Advanced DNS Settings",
  161. "description": "Configure DNS settings"
  162. },
  163. {
  164. "name": "Resource Limits",
  165. "description": "Set CPU/memory limits for Kubernetes Pod"
  166. }
  167. ],
  168. "portals": {
  169. "web_portal": {
  170. "protocols": [
  171. "http"
  172. ],
  173. "host": [
  174. "$node_ip"
  175. ],
  176. "ports": [
  177. "$variable-service.nodePort"
  178. ]
  179. }
  180. },
  181. "questions": [
  182. {
  183. "variable": "dnsConfig",
  184. "label": "DNS Configuration",
  185. "group": "Advanced DNS Settings",
  186. "schema": {
  187. "type": "dict",
  188. "attrs": [
  189. {
  190. "variable": "options",
  191. "label": "DNS Options",
  192. "schema": {
  193. "type": "list",
  194. "items": [
  195. {
  196. "variable": "optionsEntry",
  197. "label": "Option Entry Configuration",
  198. "schema": {
  199. "type": "dict",
  200. "attrs": [
  201. {
  202. "variable": "name",
  203. "label": "Option Name",
  204. "schema": {
  205. "type": "string",
  206. "required": true
  207. }
  208. },
  209. {
  210. "variable": "value",
  211. "label": "Option Value",
  212. "schema": {
  213. "type": "string",
  214. "required": true
  215. }
  216. }
  217. ]
  218. }
  219. }
  220. ]
  221. }
  222. }
  223. ]
  224. }
  225. },
  226. {
  227. "variable": "environmentVariables",
  228. "label": "Netdata image environment",
  229. "group": "Netdata Configuration",
  230. "schema": {
  231. "type": "list",
  232. "default": [],
  233. "items": [
  234. {
  235. "variable": "environmentVariable",
  236. "label": "Environment Variable",
  237. "schema": {
  238. "type": "dict",
  239. "attrs": [
  240. {
  241. "variable": "name",
  242. "label": "Name",
  243. "schema": {
  244. "type": "string"
  245. }
  246. },
  247. {
  248. "variable": "value",
  249. "label": "Value",
  250. "schema": {
  251. "type": "string"
  252. }
  253. }
  254. ]
  255. }
  256. }
  257. ]
  258. }
  259. },
  260. {
  261. "variable": "service",
  262. "description": "Netdata Service Configuration",
  263. "label": "Netdata Service Configuration",
  264. "group": "Netdata Configuration",
  265. "schema": {
  266. "type": "dict",
  267. "required": true,
  268. "attrs": [
  269. {
  270. "variable": "nodePort",
  271. "label": "Node Port to use for Netdata UI",
  272. "schema": {
  273. "type": "int",
  274. "min": 9000,
  275. "max": 65535,
  276. "default": 20489,
  277. "required": true
  278. }
  279. }
  280. ]
  281. }
  282. },
  283. {
  284. "variable": "appVolumeMounts",
  285. "label": "Netdata Storage",
  286. "group": "Storage",
  287. "schema": {
  288. "type": "dict",
  289. "attrs": [
  290. {
  291. "variable": "netdataconfig",
  292. "label": "Configuration Volume",
  293. "schema": {
  294. "type": "dict",
  295. "attrs": [
  296. {
  297. "variable": "datasetName",
  298. "label": "Configuration Volume Name",
  299. "schema": {
  300. "type": "string",
  301. "hidden": true,
  302. "$ref": [
  303. "normalize/ixVolume"
  304. ],
  305. "show_if": [
  306. [
  307. "hostPathEnabled",
  308. "=",
  309. false
  310. ]
  311. ],
  312. "default": "ix-config",
  313. "editable": false
  314. }
  315. },
  316. {
  317. "variable": "mountPath",
  318. "label": "Configuration Mount Path",
  319. "description": "Path where the volume will be mounted inside the pod",
  320. "schema": {
  321. "type": "path",
  322. "hidden": true,
  323. "editable": false,
  324. "default": "/etc/netdata"
  325. }
  326. },
  327. {
  328. "variable": "hostPathEnabled",
  329. "label": "Enable Host Path for Netdata Configuration Volume",
  330. "schema": {
  331. "type": "boolean",
  332. "default": false,
  333. "show_subquestions_if": true,
  334. "subquestions": [
  335. {
  336. "variable": "hostPath",
  337. "label": "Host Path for Netdata Configuration Volume",
  338. "schema": {
  339. "type": "hostpath",
  340. "required": true,
  341. "immutable": true
  342. }
  343. }
  344. ]
  345. }
  346. }
  347. ]
  348. }
  349. },
  350. {
  351. "variable": "netdatacache",
  352. "label": "Cache Volume",
  353. "schema": {
  354. "type": "dict",
  355. "attrs": [
  356. {
  357. "variable": "datasetName",
  358. "label": "Cache Volume Name",
  359. "schema": {
  360. "type": "string",
  361. "hidden": true,
  362. "$ref": [
  363. "normalize/ixVolume"
  364. ],
  365. "show_if": [
  366. [
  367. "hostPathEnabled",
  368. "=",
  369. false
  370. ]
  371. ],
  372. "default": "ix-cache",
  373. "editable": false
  374. }
  375. },
  376. {
  377. "variable": "mountPath",
  378. "label": "Cache Mount Path",
  379. "description": "Path where the volume will be mounted inside the pod",
  380. "schema": {
  381. "type": "path",
  382. "hidden": true,
  383. "editable": false,
  384. "default": "/var/cache/netdata"
  385. }
  386. },
  387. {
  388. "variable": "hostPathEnabled",
  389. "label": "Enable Host Path for Netdata Cache Volume",
  390. "schema": {
  391. "type": "boolean",
  392. "default": false,
  393. "show_subquestions_if": true,
  394. "subquestions": [
  395. {
  396. "variable": "hostPath",
  397. "label": "Host Path for Netdata Cache Volume",
  398. "schema": {
  399. "type": "hostpath",
  400. "required": true,
  401. "immutable": true
  402. }
  403. }
  404. ]
  405. }
  406. }
  407. ]
  408. }
  409. },
  410. {
  411. "variable": "netdatalib",
  412. "label": "Netdata Library Volume",
  413. "schema": {
  414. "type": "dict",
  415. "attrs": [
  416. {
  417. "variable": "datasetName",
  418. "label": "Netdata Library Volume Name",
  419. "schema": {
  420. "type": "string",
  421. "hidden": true,
  422. "$ref": [
  423. "normalize/ixVolume"
  424. ],
  425. "show_if": [
  426. [
  427. "hostPathEnabled",
  428. "=",
  429. false
  430. ]
  431. ],
  432. "default": "ix-lib",
  433. "editable": false
  434. }
  435. },
  436. {
  437. "variable": "mountPath",
  438. "label": "Netdata Library Mount Path",
  439. "description": "Path where the volume will be mounted inside the pod",
  440. "schema": {
  441. "type": "path",
  442. "hidden": true,
  443. "editable": false,
  444. "default": "/var/lib/netdata"
  445. }
  446. },
  447. {
  448. "variable": "hostPathEnabled",
  449. "label": "Enable Host Path for Netdata Library Volume",
  450. "schema": {
  451. "type": "boolean",
  452. "default": false,
  453. "show_subquestions_if": true,
  454. "subquestions": [
  455. {
  456. "variable": "hostPath",
  457. "label": "Host Path for Netdata Library Volume",
  458. "schema": {
  459. "type": "hostpath",
  460. "required": true,
  461. "immutable": true
  462. }
  463. }
  464. ]
  465. }
  466. }
  467. ]
  468. }
  469. }
  470. ]
  471. }
  472. },
  473. {
  474. "variable": "extraAppVolumeMounts",
  475. "label": "Extra Host Path Volumes",
  476. "group": "Storage",
  477. "schema": {
  478. "type": "list",
  479. "items": [
  480. {
  481. "variable": "extraAppVolume",
  482. "label": "Host Path Volume",
  483. "description": "Add an extra host path volume for Netdata application",
  484. "schema": {
  485. "type": "dict",
  486. "attrs": [
  487. {
  488. "variable": "mountPath",
  489. "label": "Mount Path in Pod",
  490. "description": "Path where the volume will be mounted inside the pod",
  491. "schema": {
  492. "type": "path",
  493. "required": true
  494. }
  495. },
  496. {
  497. "variable": "hostPath",
  498. "label": "Host Path",
  499. "description": "Host path",
  500. "schema": {
  501. "type": "hostpath",
  502. "required": true
  503. }
  504. }
  505. ]
  506. }
  507. }
  508. ]
  509. }
  510. },
  511. {
  512. "variable": "enableResourceLimits",
  513. "label": "Enable Pod resource limits",
  514. "group": "Resource Limits",
  515. "schema": {
  516. "type": "boolean",
  517. "default": false
  518. }
  519. },
  520. {
  521. "variable": "cpuLimit",
  522. "label": "CPU Limit",
  523. "description": "CPU resource limit allow plain integer values with suffix m(milli) e.g 1000m, 100.",
  524. "group": "Resource Limits",
  525. "schema": {
  526. "type": "string",
  527. "show_if": [
  528. [
  529. "enableResourceLimits",
  530. "=",
  531. true
  532. ]
  533. ],
  534. "valid_chars": "^\\d+(?:\\.\\d+(?!.*m$)|m?$)",
  535. "default": "4000m"
  536. }
  537. },
  538. {
  539. "variable": "memLimit",
  540. "label": "Memory Limit",
  541. "group": "Resource Limits",
  542. "description": "Memory limits is specified by number of bytes. Followed by quantity suffix like E,P,T,G,M,k and Ei,Pi,Ti,Mi,Gi,Ki can also be used. e.g 129e6, 129M, 128974848000m, 123Mi",
  543. "schema": {
  544. "type": "string",
  545. "show_if": [
  546. [
  547. "enableResourceLimits",
  548. "=",
  549. true
  550. ]
  551. ],
  552. "valid_chars": "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$",
  553. "default": "8Gi"
  554. }
  555. }
  556. ]
  557. },
  558. "app_readme": "<p><a href=\"https://www.netdata.cloud/\">Netdata</a> is a fast, easy monitoring and troubleshooting system.</p>",
  559. "detailed_readme": "<h1>Netdata</h1>\n<p><a href=\"https://www.netdata.cloud/\">Netdata</a> is a fast, easy monitoring and troubleshooting system.</p>\n<h2>Introduction</h2>\n<p>This chart bootstraps Netdata deployment on a <a href=\"http://kubernetes.io\">Kubernetes</a> cluster using the <a href=\"https://helm.sh\">Helm</a> package manager.</p>",
  560. "changelog": null
  561. }
  562. }