Commit Graph

17818 Commits

Author SHA1 Message Date
TrueCharts Bot 63bd677998
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.6.3 (#9924) 2023-06-26 09:34:47 +02:00
TrueCharts Bot 81a7ec66ea
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.8 (#9921) 2023-06-26 08:31:21 +02:00
TrueCharts Bot ba31e88615
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.5 (#9922) 2023-06-26 08:30:07 +02:00
TrueCharts Bot 0d25d2c12a
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.15 (#9920) 2023-06-26 07:34:40 +02:00
TrueCharts Bot efb8975472
chore(deps): update container image tccr.io/truecharts/fileflows to v23.06.4 (#9919) 2023-06-26 07:30:14 +02:00
TrueCharts Bot 71c87a3fd8
chore(deps): update container image tccr.io/truecharts/clickhouse to v23.5.3.24 (#9917) 2023-06-26 06:37:32 +02:00
TrueCharts Bot bcab9c6369
chore(deps): update container image tccr.io/truecharts/drawio to v21.3.8 (#9918) 2023-06-26 06:32:41 +02:00
TrueCharts Bot 0ea68487f6
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230615 (#9916) 2023-06-26 05:45:41 +02:00
TrueCharts Bot 87952e5467
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.6 (#9915) 2023-06-26 05:42:25 +02:00
TrueCharts Bot 456da48980
chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.1.2 (#9914) 2023-06-26 04:59:51 +02:00
TrueCharts Bot c6c5d57304
chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.2 (#9913) 2023-06-26 04:59:19 +02:00
TrueCharts Bot add33bfdb1
chore(deps): update container image tccr.io/truecharts/xwiki to v15.4.0-postgres (#9911) 2023-06-26 04:00:58 +02:00
TrueCharts Bot f907dee6d9
chore(deps): update jupyter (#9912) 2023-06-26 04:00:36 +02:00
TrueCharts Bot cc5eeb3b79
chore(deps): update container image tccr.io/truecharts/nextcloud-push-notify to v0.6.3 (#9910) 2023-06-26 02:58:38 +02:00
TrueCharts Bot 0de8b62358
chore(deps): update container image tccr.io/truecharts/minio to latest (#9909) 2023-06-26 02:52:36 +02:00
TrueCharts-Bot 61afe5be9f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-06-26 00:29:59 +00:00
TrueCharts Bot 7919626313
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.79.2 (#9905) 2023-06-26 01:35:50 +02:00
TrueCharts Bot 40b05c3243
chore(deps): update container image tccr.io/truecharts/qbittorrent to v4.5.4 (#9907) 2023-06-26 01:35:47 +02:00
TrueCharts Bot fb173ae42e
chore(deps): update container image tccr.io/truecharts/thelounge to v (#9903) 2023-06-26 01:35:41 +02:00
TrueCharts Bot 8da8e3c68c
chore(deps): update container image tccr.io/truecharts/prowlarr to v1.6.1.3564 (#9906) 2023-06-26 01:35:35 +02:00
TrueCharts Bot 86b1aa784b
chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.5.3288 (#9904) 2023-06-26 01:35:29 +02:00
TrueCharts Bot ac94b5107b
chore(deps): update container image tccr.io/truecharts/readarr to v0.1.9.1905 (#9908) 2023-06-26 01:35:20 +02:00
TrueCharts Bot d753d21e80
chore(deps): update container image tccr.io/truecharts/alpine to latest (#9901) 2023-06-26 01:33:09 +02:00
TrueCharts Bot 1f1e5ae4d2
chore(deps): update container image tccr.io/truecharts/babybuddy to v1.16.0 (#9902) 2023-06-26 01:32:24 +02:00
TrueCharts Bot 5b489eda40
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9899) 2023-06-25 21:35:45 +02:00
StevenMcElligott 4a0bca558d
feat(Frigate): Move to stable (#9876)
**Description**

It's ready, tested in incubator forever, ready to go now

⚒️ Fixes  # <!--(issue)-->

**⚙️ 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
- [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-06-25 21:57:41 +03:00
TrueCharts Bot 49a1542eac
chore(deps): update helm chart common to 12.14.4 (#9898)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.3` -> `12.14.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.14.4`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.4)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.3...common-12.14.4)

Function library for TrueCharts

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 21:57:19 +03:00
TrueCharts Bot e870381146
chore(deps): update immich to v1.63.2 (minor) (#9897) 2023-06-25 19:40:48 +02:00
TrueCharts Bot a773c4af89
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9896) 2023-06-25 19:36:02 +02:00
TrueCharts Bot 0fd5042513
chore(deps): update container image tccr.io/truecharts/plex to v1.32.4.7195 (#9894) 2023-06-25 18:35:58 +02:00
TrueCharts Bot e720a776c2
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9893) 2023-06-25 18:35:39 +02:00
TrueCharts Bot 2bd25a4f37
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9892) 2023-06-25 15:38:41 +02:00
TrueCharts Bot 6e5299cf41
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9890) 2023-06-25 09:34:59 +02:00
kqmaverick b3989de14d
docs(traefik): fix title for install guide title (#9874)
**Description**
Removes sidebar position which causes document to be titled --- on
available documentation page.

⚒️ Fixes  # 

**⚙️ Type of change**

- [ ] ⚙️ 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?**

**📃 Notes:**

**✔️ 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-06-25 07:54:34 +02:00
TrueCharts Bot 259d24af69
chore(deps): update helm general non-major (#9847)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.2` -> `12.14.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.27` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.57` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.63` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.55` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.30` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.60` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.60` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v12.14.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.14.3)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.14.2...common-12.14.3)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

###
[`v1.0.27`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.27)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.26...kube-state-metrics-1.0.27)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.26`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.26)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.25...kube-state-metrics-1.0.26)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.24...kube-state-metrics-1.0.25)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

###
[`v1.0.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.20...kube-state-metrics-1.0.24)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 07:52:27 +02:00
ksimm1 a9273becb6
feat(docs): metallb docs add kubectl cmd to first step (#9879)
**Description**
update metallb guide to include the kubectl delete command in first step
to avoid confusion.

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ 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._
2023-06-25 07:52:02 +02:00
kqmaverick e76c5b50f6
docs(nextcloud): warn about external storage (#9882)
**Description**
Adds warning about external storage

⚒️ Fixes  #

**⚙️ Type of change**

- [ ] ⚙️ 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?**

**📃 Notes:**

**✔️ 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._

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-06-25 07:50:32 +02:00
TrueCharts Bot 2739e1227d
chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#9888) 2023-06-25 07:33:51 +02:00
TrueCharts Bot af64bbae49
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#9887) 2023-06-25 06:39:05 +02:00
TrueCharts Bot d1d878affd
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9886) 2023-06-25 02:59:12 +02:00
TrueCharts Bot 33daff5aae
chore(deps): update renovatebot/github-action action to v38.1.8 (#9885)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.7` -> `v38.1.8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v38.1.8`](https://togithub.com/renovatebot/github-action/releases/tag/v38.1.8)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.7...v38.1.8)

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.35
([22fc01c](22fc01c452))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.36
([513423e](513423ee3f))
- **deps:** update dependency eslint to v8.43.0
([5b35c1d](5b35c1d19d))
- **deps:** update linters to v5.59.11
([c70b63b](c70b63bb98))

##### Build System

- **deps:** update dependency conventional-changelog-conventionalcommits
to v6.1.0
([0ba327f](0ba327f41f))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.124.1
([ffae6be](ffae6be70b))
- **deps:** update renovate docker tag to v35.124.4
([1e033ab](1e033ab3ee))
- **deps:** update renovate docker tag to v35.125.0
([ffdd4ae](ffdd4aeaa0))
- **deps:** update renovate docker tag to v35.126.0
([a9f1a5f](a9f1a5f46b))
- **deps:** update renovate docker tag to v35.127.1
([a2a9f36](a2a9f36fd8))
- **deps:** update renovate docker tag to v35.129.0
([dacd43d](dacd43df71))
- **deps:** update renovate docker tag to v35.131.0
([58de755](58de755a2d))
- **deps:** update renovate docker tag to v35.133.2
([cc54f66](cc54f66272))
- **deps:** update renovate docker tag to v35.135.0
([f33cc65](f33cc65d83))
- **deps:** update renovate docker tag to v35.138.1
([37e9ff5](37e9ff51ee))
- **deps:** update renovate docker tag to v35.140.0
([b03f7ca](b03f7caec4))
- **deps:** update renovate docker tag to v35.140.1
([544d670](544d670e97))
- **deps:** update renovate docker tag to v35.140.2
([c4688b4](c4688b47ae))
- **deps:** update renovate docker tag to v35.140.3
([189691f](189691fb96))
- **deps:** update renovate docker tag to v35.141.2
([2f20ded](2f20ded8ea))
- **deps:** update renovate docker tag to v35.141.3
([4272c25](4272c251d2))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 02:49:13 +02:00
TrueCharts Bot 4134fa651b
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9883) 2023-06-25 00:32:26 +02:00
TrueCharts Bot 266f035541
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9881) 2023-06-24 22:36:34 +02:00
TrueCharts Bot 9886ec64b7
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9880) 2023-06-24 21:33:17 +02:00
TrueCharts Bot 0aa8f64a7a
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.116.3 (#9878) 2023-06-24 19:32:48 +02:00
TrueCharts Bot 4d60a86433
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9877) 2023-06-24 18:37:21 +02:00
kqmaverick fedc007d9c
docs(cloudflareddns): update setup guide (#9875)
**Description**
Update cloudflareddns setup guide

⚒️ Fixes  # 

**⚙️ Type of change**

- [ ] ⚙️ 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?**

**📃 Notes:**


**✔️ 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-06-24 12:07:37 -04:00
TrueCharts Bot ecb5212943
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9873) 2023-06-24 16:37:17 +02:00
TrueCharts Bot d90dd85dc1
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9872) 2023-06-24 14:37: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