Commit Graph

5321 Commits

Author SHA1 Message Date
TrueCharts-Bot 97ded71eb6 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-27 19:01:56 +00:00
alfi0812 a3d64a7af6
feat(speedtest-tracker): Add Speedtest Tracker chart (#18672)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
Added Speedtest-Tracker with the Image from LinuxServer.io which got
recently released.
https://github.com/alexjustesen/speedtest-tracker/issues/1117

**⚙️ 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?**
<!--
-->
Added App as Custom-App in a working state and checked with
@StevenMcElligott

**📃 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
- [ ] ⬆️ 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.

- [x] 🖼️ 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: alfi0812 <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-27 11:14:52 -05:00
Kjeld Schouten d66746cae5 chore: pre-commit cleanup 2024-02-27 16:46:41 +01:00
Kjeld Schouten f19dfd867c
Delete charts/incubator/mimir directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-27 16:43:13 +01:00
Kjeld Schouten 00389e8fb0 Merge branch 'master' of github.com:truecharts/charts
# Conflicts:
#	charts/incubator/mimir/Chart.yaml
2024-02-27 13:59:54 +01:00
Kjeld Schouten 9da406ef87 feat(mimir): update mimir to contain kube-prometheus-stack exporters and dashboards for feature parity 2024-02-27 13:59:10 +01:00
Lukas Holzner 9e1f365a85
fix(mimir): merged resources for chunks-cache (#18697)
**Description**
I merged the chunks-cache resources into one because yaml requires a
unique key.
⚒️ Fixes  Failing CI Pipeline

**⚙️ 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?**
I have not changed the functionality but only moved lines. I have not
tested it.

**📃 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 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._
2024-02-27 10:15:17 +01:00
Kjeld Schouten 6ba33766af fix(mimir): correct mimir datasource settings for grafana 2024-02-26 23:54:22 +01:00
Kjeld Schouten e4f9b18d19 fix(mimir): ensure integrated minio is enabled for now 2024-02-26 22:40:42 +01:00
Kjeld Schouten 7799f5e919 fix(mimir): try another requests patch 2024-02-26 22:28:48 +01:00
Kjeld Schouten c22c68f692 fix(mimir): force remove mimir dashboard annoations 2024-02-26 22:02:58 +01:00
Kjeld Schouten 3ae1d80bdd fix(mimir): correct datasource type mismatch 2024-02-26 21:58:22 +01:00
Kjeld Schouten fe8f5b8911 Fix mimir metametrics mistake 2024-02-26 21:48:13 +01:00
Kjeld Schouten a045e5d240 Fix mimir metametrics mistake 2024-02-26 21:48:05 +01:00
Kjeld Schouten b8820f43f8 fix(mimir): fix mimir dashboard url 2024-02-26 21:32:51 +01:00
Kjeld Schouten d79af764c2
feat(mimir): enable grafana-agent features (#18674)
**Description**
This enables grafana-agent based features for mimir

**⚙️ 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 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._
2024-02-26 18:27:07 +01:00
Kjeld Schouten 5a56b3f314
Add mimir (#18671)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ 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 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._
2024-02-26 17:37:36 +01:00
TrueCharts Bot 0f100ef808
chore(deps): update ignored by renovate (patch) (#18626)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | patch | `5.0.3`
-> `5.0.4` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.5.0` ->
`17.5.1` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.2.30` ->
`17.2.31` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | patch | `17.3.9` ->
`17.3.14` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Bubka/2FAuth (2fauth/2fauth)</summary>

###
[`v5.0.4`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#504---2024-02-23)

[Compare
Source](https://togithub.com/Bubka/2FAuth/compare/v5.0.3...v5.0.4)

##### Added

- Japanese translation, thanks to
[@&#8203;yheuhtozr](https://crowdin.com/profile/yheuhtozr)

##### Fixed

- [issue #&#8203;284](https://togithub.com/Bubka/2FAuth/issues/284)
Blank screen with version 5.0.3
- [issue #&#8203;296](https://togithub.com/Bubka/2FAuth/issues/296) WARN
Command cancelled (env=production breaks docker entrypoint)
- [issue #&#8203;298](https://togithub.com/Bubka/2FAuth/issues/298)
WebAuthn account recovery and password recovery doesn't work. Email
template broken
- [issue #&#8203;299](https://togithub.com/Bubka/2FAuth/issues/299) OID
redirect behind reverse proxy

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTQuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-26 01:49:06 +01:00
TrueCharts-Bot f80f682028 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-26 00:09:11 +00:00
Kjeld Schouten 242d2b35a8 chore: bump everything to fix intel gpu issues 2024-02-25 12:01:58 +01:00
TrueCharts-Bot 6e8846cfe7 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-25 00:09:05 +00:00
Kjeld Schouten 2d2d8894a5 chore(bitmagnet): move to stable 2024-02-24 10:10:26 +01:00
Kjeld Schouten e2ec0b02c6 chore: BREAKING CHANGE remove SCALE-GPU GUI support in favor of custom-GPU GUI 2024-02-24 09:34:20 +01:00
kqmaverick d0a32957d3
add(bitmagnet): add bitmagnet to incubator (#18500)
**Description**
Add bitmagnet to incubator.

⚒️ Fixes  # 

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

**📃 Notes:**

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

- [X] 🖼️ 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: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-24 01:47:15 +00:00
TrueCharts-Bot a2af42c095 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-24 00:08:31 +00:00
Lukas Holzner e994c3279d
feat(semaphore) add semaphore (#18492)
**Description**

Semaphore is a modern, open source alternative to Ansible Tower. It is a
self-hosted web-based solution that allows you to create and manage
Ansible projects, playbooks, and roles, while also providing a web
interface for running and monitoring Ansible tasks.
home: https://truecharts.org/charts/stable/semaphore

⚒️ 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:**

- [x ] ⚖️ My code follows the style guidelines of this project
- [ x] 👀 I have performed a self-review of my own code
- [ x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ x ] 📄 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
- [ 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.

- [ x ] 🖼️ 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: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2024-02-23 16:49:14 -05:00
TrueCharts-Bot a0aa313424 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-23 00:08:17 +00:00
Nick Sweeting d6ed8c78d2
fix(archivebox): Remove unused `postgres` section from `questions.yaml`, add docs (#18488)
**Description**

The `postgres` section in `questions.yaml` was added by accident in the
[original new chart PR](https://github.com/truecharts/charts/pull/18258)
because I copy-pasted a template from an existing project to modify and
didn't notice that line.

Additional minor changes included:

- enable pod `liveness` `probe` on `/health/` by default
- explicitly set `runAsNonRoot: false` and ingress port `protocol: http`
- add new `docs/installation_guide.md`

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 📖 Documentation 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 in TrueNAS scale by installing incubator chart `archivebox` and
setting postgres instaces to 0.

**📝 Notes:**

I still need help with a `missing Chart.yaml` error to get this working:
-
https://github.com/truecharts/charts/pull/18258#issuecomment-1958457400
-
https://www.reddit.com/r/truenas/comments/1awtcbw/help_with_contributing_new_archivebox_chart/

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [x] 📄 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

---------

Signed-off-by: Nick Sweeting <github@sweeting.me>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
Co-authored-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-02-22 14:55:00 +01:00
TrueCharts-Bot 8965459106 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-22 00:08:32 +00:00
Jamie beeffc7938
feat(nvidia-gpu-exporter): Move to stable (#18485)
**Description**
Move nvidia-gpu-exporter to Stable train.

⚒️ 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?**
Testing completed on both TrueNAS-SCALE-23.10.1 & native helm. GPU
metrics successfully collected and exported into prometheus using Nvidia
Quadro M2000 card.

**📃 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
- [ ] ⬆️ 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 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._
2024-02-21 22:27:31 +01:00
Jamie 609e3fe31f
feat(smartctl-exporter): Move to stable (#18484)
**Description**
Move smartctl-exporter to Stable train.

⚒️ 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?**
Testing completed on both TrueNAS-SCALE-23.10.1 & native helm. S.M.A.R.T
metrics successfully collected and exported into prometheus.

**📃 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
- [ ] ⬆️ 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 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._
2024-02-21 22:27:14 +01:00
Nick Sweeting 943073e4ba
add(archivebox): Add new ArchiveBox chart (#18258)
**Description**

Adds new chart for ArchiveBox.
https://github.com/truenas/charts/issues/2165

- https://github.com/ArchiveBox/ArchiveBox
- https://hub.docker.com/r/archivebox/archivebox
-
[`Dockerfile`](https://github.com/ArchiveBox/ArchiveBox/blob/main/Dockerfile)
-
[`docker-compose.yml`](https://github.com/ArchiveBox/ArchiveBox/blob/main/docker-compose.yml)
-
[`archivebox-kubernetes.yml`](https://github.com/ArchiveBox/docker-archivebox/blob/master/archivebox.yml)
- [ArchiveBox Docker
Quickstart](https://github.com/ArchiveBox/ArchiveBox#quickstart) +
[Usage](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker) +
[Configuration](https://github.com/ArchiveBox/ArchiveBox/wiki/Docker#configuration)
+
[Upgrading](https://github.com/ArchiveBox/ArchiveBox/wiki/Upgrading-or-Merging-Archives)
documentation

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

I have tested it as a "Custom App" in TrueNAS scale but have not tested
beyond that. Let me know how to test it if there are other mechanisms, I
didn't see an way in the docs to load this as yaml into TrueNAS.

<img width="998" alt="image"
src="https://github.com/truecharts/charts/assets/511499/d4355f84-038c-4b97-87e8-85b46b37dd1d">


**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ 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.

- [x] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2024-02-21 18:44:56 +01:00
TrueCharts Bot 089b1ab557
chore(deps): lock file maintenance ignored by renovate (#18151)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|  | lockFileMaintenance | All locks refreshed |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/apps)) | minor | `17.2.31` ->
`17.5.0` |
| ghcr.io/atuinsh/atuin | minor | `17.1.0` -> `17.2.1` |
| ghcr.io/mintplex-labs/anything-llm | digest | `6313fe9` -> `fc85952` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

🔧 This Pull Request updates lock files to use the latest dependency
versions.

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on monday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 18:16:26 +01:00
Xstar97TheNoob 0560aa7dd6
feat(gaseous-server) add gaseous-server (#18260)
**Description**
A game ROM manager using multiple sources to identify and provide
metadata
⚒️ 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:**

- [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
- [ ] ⬆️ 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.

- [X] 🖼️ 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._
2024-02-21 18:07:48 +01:00
TrueCharts Bot 656cd549be
chore(deps): update ignored updates to v18.0.1@49df570 by renovate (#17078)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/atuinsh/atuin | major | `17.1.0` -> `18.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" 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.

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjguMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-21 17:36:47 +01:00
Jamie e3e13d552a
feat(nvidia-gpu-exporter) add nvidia-gpu-exporter (#17289)
**Description**
Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather
metrics.
⚒️ 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?**
Tested on local Kubernetes cluster using Nvidia Quadro M2000 card.

**📃 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
- [ ] ⬆️ 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.
- [x] 🖼️ 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._
2024-02-21 17:34:43 +01:00
Jamie ed52d4f240
feat(smartctl-exporter) add smartctl-exporter (#17522)
**Description**
Prometheus exporter for disks supporting S.M.A.R.T using smartctl binary
to gather metrics.
⚒️ 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?**
Tested on local Kubernetes cluster.

**📃 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
- [ ] ⬆️ 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.

- [x] 🖼️ 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._
2024-02-21 17:20:16 +01:00
Kjeld Schouten bdcb1e907e
Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-21 17:16:08 +01:00
Xstar97TheNoob 2f4e19ea1f
feat(anything-llm) add gui items and update chart (#18268)
**Description**
Add gui items and update chart.
⚒️ 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:**

- [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 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._
2024-02-19 13:35:33 +01:00
TrueCharts Bot 0fe06b59e3
chore(deps): update ignored updates to v17.2.31@150c611 by renovate (#17077) 2024-02-14 19:29:43 +01:00
Kjeld Schouten 671a58f7a1 feat(kubeapps): move to enterprise train, finished testing 2024-02-13 13:57:34 +01:00
Kjeld Schouten 6ae2dde7a1 no message 2024-02-13 13:36:23 +01:00
Kjeld Schouten 74dcc8cfc9 Merge branch 'master' of github.com:truecharts/charts 2024-02-13 13:36:15 +01:00
Kjeld Schouten caca9f28b4 no message 2024-02-13 13:35:58 +01:00
Kjeld Schouten d3ce6bb00f
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-13 12:21:41 +01:00
Kjeld Schouten 3b20c2d7c7
Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-13 10:19:18 +01:00
TrueCharts-Bot 294fe34b46 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-13 00:09:35 +00:00
Kjeld Schouten 969a5eafa4 show alpha logintoken instructions 2024-02-12 19:42:55 +01:00
StevenMcElligott ff06888b36
feat(ai-server): Move to Stable and remove deprecate senseai-server (#18006)
**Description**

Redid the Sense-ai app with the proper CodeServer.ai and removed
senseai-server at the same time, unless we love old and unmainted images

⚒️ 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 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._
2024-02-10 18:25:35 +02:00
StevenMcElligott d9cbcd8cbb
feat(changedetection-io): Move to Stable (#18010)
**Description**

Tested and works, let's keep incubator nice and tight lol

⚒️ 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 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._
2024-02-10 18:24:18 +02:00