Commit Graph

46 Commits

Author SHA1 Message Date
TrueCharts Bot 1679424b14
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12739) 2023-09-19 14:36:52 +02:00
TrueCharts Bot 0bb683bafc
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12653) 2023-09-16 14:39:23 +02:00
TrueCharts Bot 87ccba096b
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12556) 2023-09-13 14:38:12 +02:00
TrueCharts Bot e23b72f09c
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12458) 2023-09-10 14:34:34 +02:00
TrueCharts Bot c826bc5eab
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12339) 2023-09-07 13:36:10 +02:00
TrueCharts Bot ce8c04c636
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12210) 2023-09-04 13:34:22 +02:00
TrueCharts Bot 8960388b66
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12126) 2023-09-01 13:34:38 +02:00
TrueCharts Bot 2f5fc8a75e
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#12002) 2023-08-29 13:38:43 +02:00
TrueCharts Bot a5e649cbd3
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11931) 2023-08-27 10:35:16 +02:00
TrueCharts Bot b87d1f0e39
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11818) 2023-08-23 12:34:25 +02:00
TrueCharts Bot 1cae9bfca7
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11695) 2023-08-19 08:37:19 +02:00
TrueCharts Bot 0e992d5690
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11588) 2023-08-16 07:32:14 +02:00
TrueCharts Bot ba49b11f2d
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11502) 2023-08-13 07:35:21 +02:00
TrueCharts Bot d580464a09
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11383) 2023-08-10 07:34:55 +02:00
TrueCharts Bot bac8ab7cc6
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11287) 2023-08-07 06:35:28 +02:00
TrueCharts Bot 1c193f9a9f
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11111) 2023-08-06 11:51:01 +02:00
TrueCharts Bot a5d3641b74
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10980) 2023-07-29 06:33:50 +02:00
TrueCharts Bot 5a01898630
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10855) 2023-07-26 05:36:09 +02:00
TrueCharts Bot 538dbf0a86
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10830) 2023-07-25 13:31:30 +02:00
TrueCharts Bot 5c49533724
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10737) 2023-07-22 12:36:31 +02:00
TrueCharts Bot 18f6a8e960
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10682) 2023-07-21 02:57:55 +02:00
TrueCharts Bot 441395771c
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10587) 2023-07-18 22:30:54 +02:00
TrueCharts Bot 248a6e1fc8
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10549) 2023-07-17 22:33:27 +02:00
TrueCharts Bot 9e92565118
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10532) 2023-07-17 08:37:52 +02:00
TrueCharts Bot 6f2a0ceb83
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10456) 2023-07-14 07:32:36 +02:00
gismo2004 a87b6dd934
fix(prometheus-metrics) update grafana/node-exporter/kube-state-metrics (#10413)
**Description**
fix metrics for grafana/node-exporter/kube-state-metrics
this finally fixes https://github.com/truecharts/charts/issues/9163 (app
start was already fixed by
https://github.com/truecharts/charts/pull/9855 and previous PRs)
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-12 09:39:18 +02:00
TrueCharts Bot 52d44b0fb3
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10383) 2023-07-11 07:33:44 +02:00
TrueCharts Bot c59f9320d8
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10305) 2023-07-08 17:34:17 +02:00
TrueCharts Bot 7c0f57b7e9
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10164) 2023-07-05 05:45:42 +02:00
TrueCharts Bot f50ed9848f
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10081) 2023-07-02 06:33:03 +02:00
TrueCharts Bot bef7c56b15
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10027) 2023-06-29 05:03:27 +02:00
TrueCharts Bot ee31adc05e
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9967) 2023-06-27 02:59:16 +02:00
Todd Radel 406fc0c26b
bug(node-exporter): replace deprecated flags (#9857)
**Description**
Replaces the deprecated `--collector.filesystem.ignore-mount-points` and
`--collector.filesystem.ignore-fs-types` with
`--collector.filesystem.mount-points-exclude` and
`--collector.filesystem.fs-types-exclude`.

⚒️ Fixes  #9856 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Tested on my local install of TrueNAS Scale.

**📃 Notes:**
None.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Todd Radel <todd@radel.us>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-24 13:32:04 +02:00
Todd Radel 84cee0fefa
Change host mount types to hostPath (#9855)
**Description**
Fixes the volume types so host filesystems can be mounted inside the
pod.
⚒️ Fixes  #9854 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Tested on my local install of TrueNAS Scale.

**📃 Notes:**
None.
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Todd Radel <todd@radel.us>
2023-06-24 13:31:08 +02:00
Todd Radel c794daa76c
node-exporter: move hierarchical mounts to top level (#9818)
**Description**
Node exporter fails to start, apparently because it cannot create
additional mountpoints under `/host`. This PR changes the mount points
as follows:
* `procfs` changes from `/host/proc` to `/hostproc`.
* `sysfs` changes from `/host/sys` to `/hostsys`.
⚒️ Fixes  #9817 

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
Removed node-exporter and redeployed it with these changes. Node
exporter starts as expected.

**📃 Notes:**
None.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Todd Radel <todd@radel.us>
2023-06-23 08:52:58 +02:00
TrueCharts Bot 53097d9481
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9842) 2023-06-23 05:44:48 +02:00
TrueCharts Bot 133e747ebe
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9783) 2023-06-20 04:49:34 +02:00
TrueCharts Bot 34033cf244
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9708) 2023-06-17 02:55:33 +02:00
TrueCharts Bot 9255f38993
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9626) 2023-06-14 10:41:26 +02:00
TrueCharts Bot 54d81bf791
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9486) 2023-06-09 11:16:48 +02:00
TrueCharts Bot 2c9db24751
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9436) 2023-06-06 10:33:57 +02:00
TrueCharts Bot 77b8f5af21
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9338) 2023-06-02 20:38:36 +02:00
TrueCharts Bot 06574eb8d9
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9319) 2023-06-01 02:59:28 +02:00
TrueCharts Bot 724f29a0d9
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.5.0 (#9143)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/node-exporter](https://togithub.com/truecharts/containers)
| digest | `674e04a` -> `3e66f61` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMDAuMSIsInVwZGF0ZWRJblZlciI6IjM1LjEwMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-25 11:43:44 +02:00
Kjeld Schouten 495783fd9e
fix(node-exporter): move some patches from prometheus to node-exporter (#9061)
**Description**
Some patches where originally done on prometheus, which they should not.
Also removes replica's setting.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-05-22 11:39:29 +02:00
Kjeld Schouten 46a559fcd6
add(node-exporter): add node-exporter to dependency train (#9059)
**Description**
This needs to be added, because the bitnami variant we previously used,
is not signed.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 11:11:32 +02:00