Commit Graph

4699 Commits

Author SHA1 Message Date
TrueCharts Bot 091c5c5faf
chore(deps): update container image tccr.io/truecharts/chromium to latest (#8187) 2023-04-30 15:34:20 +02:00
TrueCharts Bot ee21311450
chore(deps): update container image tccr.io/truecharts/cloudcommander to latest (#8192) 2023-04-30 15:34:16 +02:00
TrueCharts Bot 0f8770beb9
chore(deps): update container image tccr.io/truecharts/core-keeper-dedicated-server to latest (#8195) 2023-04-30 15:34:11 +02:00
TrueCharts Bot 1305ce84d5
chore(deps): update container image tccr.io/truecharts/chronograf to latest (#8189) 2023-04-30 15:34:08 +02:00
TrueCharts Bot 902fa169e7
chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest (#8188) 2023-04-30 15:33:11 +02:00
TrueCharts Bot 254848ee3f
chore(deps): update container image tccr.io/truecharts/auto-yt-dl to latest (#8171) 2023-04-30 15:32:20 +02:00
TrueCharts Bot 254c8fea5c
chore(deps): update container image tccr.io/truecharts/backuppc to latest (#8174) 2023-04-30 15:32:07 +02:00
TrueCharts Bot b2d702fe77
chore(deps): update container image tccr.io/truecharts/aurora-files to latest (#8170) 2023-04-30 15:31:28 +02:00
TrueCharts Bot 2de8112837
chore(deps): update container image tccr.io/truecharts/archiveteam-warrior to latest (#8169) 2023-04-30 15:26:19 +02:00
TrueCharts Bot 18f30a1536
chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest (#8191) 2023-04-30 14:40:55 +02:00
Xstar97TheNoob 4b947295ae
feat(sshwifty) add sshwifty (#8143)
**Description**
add sshwifty
⚒️ 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.

- [ ] 🪞 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._
2023-04-30 13:17:26 +03:00
Stavros Kois 1259a29e60
fix(incubator): fix indentation (#8536)
**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 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-04-30 11:08:59 +02:00
StevenMcElligott 87f0cfc89d
feat(mongo-express): Add mongo-express (#8158)
**Description**

Add Mongo-Express, since we need something in the catalog to
access/manage mongodb files in container format

⚒️ 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 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-04-30 11:58:08 +03:00
TrueCharts Bot c9008185a8
chore(deps): update container image tccr.io/truecharts/rstudio to v4.2.3 (#8521)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/rstudio](https://togithub.com/truecharts/containers)
| patch | `v4.2.2` -> `4.2.3` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-30 06:31:48 +02:00
TrueCharts Bot 0d55cf6f5d
chore(deps): update container image tccr.io/truecharts/radicale to v3.1.8.2 (#8517)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/radicale](https://togithub.com/truecharts/containers)
| patch | `3.1.8.1` -> `3.1.8.2` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-30 04:04:38 +02:00
TrueCharts Bot f0ad569393
chore(deps): update container image tccr.io/truecharts/netbox to v3.4.8 (#8498)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/netbox](https://togithub.com/truecharts/containers)
| patch | `3.4.5` -> `3.4.8` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 22:36:58 +02:00
TrueCharts Bot 105f6d7142
chore(deps): update container image tccr.io/truecharts/muse to v2.2.4 (#8491)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/truecharts/muse](https://togithub.com/truecharts/containers)
| patch | `2.2.0` -> `2.2.4` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4xIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 21:33:36 +02:00
TrueCharts Bot 1900011d9d
chore(deps): update container image tccr.io/truecharts/microbin to v1.2.1 (#8487)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/microbin](https://togithub.com/truecharts/containers)
| patch | `1.2.0` -> `1.2.1` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42Ni4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 19:38:33 +02:00
TrueCharts Bot 61377697fb
chore(deps): update container image tccr.io/truecharts/blender to latest (#8463)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/blender | digest | `51dbc7a` -> `811d343` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42NC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 11:35:59 +02:00
TrueCharts Bot 7fdbc5b345
chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 (#8347)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/privatebin](https://togithub.com/truecharts/containers)
| digest | `b6ea326` -> `eeb7402` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-29 11:14:06 +02:00
TrueCharts Bot d8ca985209
chore(deps): update container image tccr.io/truecharts/filestash to latest (#8220)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/filestash | digest | `c458467` -> `4d0f962` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjQuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-28 11:43:51 +02:00
TrueCharts Bot 2084d639c2
chore(deps): update container image tccr.io/truecharts/blender to latest (#8177)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/truecharts/blender | digest | `401fb9a` -> `51dbc7a` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjAuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-27 14:05:58 +02:00
TrueCharts Bot 8b2696ddd3
chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest (#8161)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/jens-maus/raspberrymatic | digest | `890403c` -> `6307d2b` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNS42MC4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjAuMCJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-04-26 13:28:58 +02:00
MaverickD650 69e0d372c7
feat(lldap): LLDAP move to stable (#8025)
**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.
-->
Moving to stable as Discord users and I have reported successful
installs. I have also personally tested the app functions with Jellyfin
with the upstream guidance and Authelia using the documented guide.

⚒️ 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
-->
Discord users have successfully installed the app and used with
Authelia. I have personally verified that Jellyfin correctly binds to
the ldap directory and retrieves users and groups using the upstream
guidance. This is likewise the case with Authelia and I have
successfully logged in with a test user using the new compiled
documentation. Changes verified by checking the LLDAP logs to ensure the
BindDN which can be changed by the user has been picked up correctly.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Wanted to keep the docs seperate from the stable move hence the seperate
PRs.

**✔️ 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
- [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-04-15 12:52:27 +02:00
MaverickD650 93c080d729
docs(LLDAP): Revamp docs with Authelia guide (#8015)
**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.
-->

Wrote a guide integrating upstream specific values for Authelia and
mapping them to the SCALE UI. Also included a note about the read only
user group to promote good security practices.

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

Personally tested the guide to spin up Authelia and successfully
authenticated my test LLDAP user. Also been sense checked by users on
Discord (thanks guys).

**📃 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
- [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

** 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-04-15 12:02:40 +02:00
TrueCharts-Admin 005b72823c fixes (+2 squashed commit)
Squashed commit:

[8e6584dc55] Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

[524c9955c5] chore(deps): update helm general non-major
2023-04-15 00:40:17 +02:00
MaverickD650 93710cfde9
fix(lldap): ldap port fix (#7974)
**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.
-->

Identified a fault with enabled: true against the ldap service in
values.yaml that prevents an install of the app.

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

Tested with CI on my forked repository where the fault was replicated
during the lint check. Made the corrections and checked again with CI
and verbose env enabled which generated no further warnings. (Not sure
how this slipped through with 0.1...)

**📃 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
- [X] ⚠️ My changes generate no new warnings
- [X] 🧪 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-04-14 09:44:50 +02:00
MaverickD650 f07f0f38b2
fix(lldap): lldap fixes and refactor (#7869)
**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.
-->
Installed lldap as it's recently come through. Addressing issues with
answers to the questions.yaml not feeding through also removed the
password var as the default can be changed in the web portal. LDAP
service also wasn't being created so addressed that too. Need to push a
seperate change to container repo to switch to a more stable image i.e.
stable instead of latest tag.

Also taken the opportunity to pare down the questions.yaml to ensure it
keeps the app as simple as possible in line with it's keep things as
simple as possible philosophy.

⚒️ 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)
- [X] 🔃 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
-->

Tested initial app on my own live system and identified issues with the
questions.yaml (default in values.yaml not overridden) as well as the
ldap service not appearing.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Additional container PR to be raised changing app image tag to stable
instead of latest (potentially unstable changes with this tag that
aren't production ready).

**✔️ 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-04-13 06:47:10 +00:00
TrueCharts-Bot 94c00b8c6f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-24 00:24:32 +00:00
TrueCharts-Bot 112ed337ca Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-22 00:23:50 +00:00
TrueCharts-Bot 29825f0967 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-03-21 00:24:18 +00:00
MaverickD650 8bf254d0a5
bug(lldap) update image location (#7823)
**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.
-->
Update lldap image to point to the tccr.io repository.

⚒️ 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
-->
Ran CI on my own repository to ensure it grabbed the correct image.

**📃 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
- [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._
2023-03-21 01:09:16 +02:00
MaverickD650 e486953735
feat(lldap) add lldap (#7802)
**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.
-->
Adding LLDAP a lightweight alternative to OpenLDAP for those who don't
need the extensive features of OpenLDAP with a user friendly interface.
This is a redo after conversations with the maintainer of LLDAP and some
modifications have been made including a change of image to assist in
fixing a chown bug.

⚒️ Fixes  #3753 

**⚙️ 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
-->
Used previous PR but using the CI to test maintainer suggested
modifications.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
CNPG database added from new common as postgres is now supported by the
app and tested with the CI.

**✔️ 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
- [ ] ⬆️ 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 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: MaverickD650 <92877124+MaverickD650@users.noreply.github.com>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-03-20 11:17:42 +01:00
Kjeld Schouten-Lebbing 893b55dc56 update security context questions 2023-03-01 09:30:36 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
TrueCharts Bot 6b94b343a3
Merge pull request #7733 from truecharts/renovate/tccr.io-truecharts-wizarr-2.0.x 2023-02-27 22:54:01 +01:00
TrueCharts-Bot 477c1c69ea Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 21:30:39 +00:00
TrueCharts-Admin 242dd78918 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.3 2023-02-27 21:25:56 +00:00
TrueCharts Bot 91222b3ffa
chore(deps): update helm general non-major (#7725) 2023-02-27 22:10:41 +01:00
TrueCharts-Bot 44e80a1fb2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 19:32:07 +00:00
TrueCharts-Admin 12975ed2be chore(deps): update rickroll 2023-02-27 19:26:12 +00:00
TrueCharts Bot b81b40d288
Merge pull request #7718 from truecharts/renovate/neko 2023-02-27 19:36:21 +01:00
TrueCharts Bot 9cd8017958
Merge pull request #7727 from truecharts/renovate/tccr.io-truecharts-nexusoss-3.x 2023-02-27 19:06:30 +01:00
TrueCharts Bot 1fdb6acfdd
Merge pull request #7722 from truecharts/renovate/tccr.io-truecharts-appsmith-1.9.x 2023-02-27 19:05:38 +01:00
TrueCharts Bot d082ad4279
Merge pull request #7716 from truecharts/renovate/tccr.io-truecharts-yourls-latest 2023-02-27 18:42:33 +01:00
TrueCharts-Bot 1e52d538a2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:36:41 +00:00
TrueCharts-Bot 2a4639b2e3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:33:53 +00:00
TrueCharts-Admin 94e82cecde chore(deps): update container image tccr.io/truecharts/nexusoss to v3.48.0 2023-02-27 17:32:39 +00:00
TrueCharts-Bot 189c7e7453 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 17:31:36 +00:00
TrueCharts-Admin e4497347a0 chore(deps): update container image tccr.io/truecharts/appsmith to v1.9.9 2023-02-27 17:29:20 +00:00
TrueCharts-Admin 14b711d11a chore(deps): update neko 2023-02-27 17:27:18 +00:00
TrueCharts-Bot 6ffbaf7da1 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 16:31:00 +00:00
TrueCharts-Admin 06fad61378 chore(deps): update container image tccr.io/truecharts/vertex to vstable 2023-02-27 16:26:54 +00:00
TrueCharts-Bot e15b93dd76 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:30:18 +00:00
TrueCharts-Admin 4894102ce1 chore(deps): update container image tccr.io/truecharts/debian-bullseye to latest 2023-02-27 15:25:12 +00:00
TrueCharts Bot e7e4a5b2aa
Merge pull request #7704 from truecharts/renovate/tccr.io-truecharts-rimgo-latest 2023-02-27 15:53:38 +01:00
TrueCharts Bot af17048ad9
Merge pull request #7706 from truecharts/renovate/tccr.io-truecharts-tubearchivist-redisjson-latest 2023-02-27 15:39:58 +01:00
TrueCharts-Bot 1346a73fcc Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 14:29:54 +00:00
TrueCharts-Bot 687ac58904 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:27:56 +01:00
TrueCharts-Admin cc97e42e8e chore(deps): update container image tccr.io/truecharts/twonky-server to latest 2023-02-27 15:27:56 +01:00
TrueCharts-Bot ea272309eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 15:26:19 +01:00
TrueCharts-Admin ea09c87834 chore(deps): update container image tccr.io/truecharts/tubesync to latest 2023-02-27 15:26:19 +01:00
TrueCharts-Admin 076fe13185 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 14:25:52 +00:00
TrueCharts Bot ef00aff7ea
Merge pull request #7701 from truecharts/renovate/tccr.io-truecharts-tar1090-latest 2023-02-27 14:44:29 +01:00
TrueCharts-Bot 6696d41d63 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 14:30:53 +01:00
TrueCharts-Admin 933d3e022c chore(deps): update container image tccr.io/truecharts/tasmocompiler to latest 2023-02-27 14:30:53 +01:00
TrueCharts-Bot a8db5f7569 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 13:27:54 +01:00
TrueCharts-Admin 2cb17208b6 chore(deps): update container image tccr.io/truecharts/speedtest-tracker to latest 2023-02-27 13:27:54 +01:00
TrueCharts-Bot af84320b93 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 12:23:04 +01:00
TrueCharts-Admin 75fc3bfafd chore(deps): update container image tccr.io/truecharts/serpbear to latest 2023-02-27 12:23:04 +01:00
TrueCharts-Bot 4a88925805 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 11:23:45 +01:00
TrueCharts-Admin 129c6f1426 chore(deps): update container image tccr.io/truecharts/searxng to latest 2023-02-27 11:23:45 +01:00
TrueCharts-Bot 88e3f65860 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 09:31:15 +00:00
TrueCharts-Admin 7a9eb633c3 chore(deps): update container image tccr.io/truecharts/rimgo to latest 2023-02-27 09:27:17 +00:00
TrueCharts Bot c82dca6573
Merge pull request #7671 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 08:56:55 +01:00
TrueCharts Bot 055abb9a91
Merge pull request #7669 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 08:55:33 +01:00
TrueCharts-Bot 94fac94258 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:51 +00:00
TrueCharts-Bot 7462820bc4 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 07:28:27 +00:00
TrueCharts-Bot 153da00540 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 08:26:57 +01:00
TrueCharts-Admin ed56808986 chore(deps): update container image tccr.io/truecharts/red-discordbot to vfull 2023-02-27 08:26:57 +01:00
TrueCharts-Bot 88c86f949b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 08:25:10 +01:00
TrueCharts-Admin e9cef29a46 chore(deps): update container image tccr.io/truecharts/raneto to latest 2023-02-27 08:25:10 +01:00
TrueCharts-Admin 70326e4747 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-27 07:23:54 +00:00
TrueCharts-Admin ad31a57a5b chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-27 07:23:39 +00:00
TrueCharts-Bot 206572bf26 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 05:26:40 +00:00
TrueCharts-Admin b1e3b21b61 chore(deps): update container image tccr.io/truecharts/muse to v2.2.0 2023-02-27 05:22:33 +00:00
TrueCharts-Bot f7a9089550 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 03:46:43 +01:00
TrueCharts-Admin d3bc5f5842 chore(deps): update container image tccr.io/truecharts/yacy to latest 2023-02-27 03:46:43 +01:00
TrueCharts-Bot 8e951c0be9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 01:34:42 +01:00
TrueCharts-Admin 69d18bf7c9 chore(deps): update container image tccr.io/truecharts/webp-server to latest 2023-02-27 01:34:42 +01:00
TrueCharts-Bot e3e2f68956 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-27 01:32:44 +01:00
TrueCharts-Admin fb8312e8d9 chore(deps): update container image tccr.io/truecharts/tracks to latest 2023-02-27 01:32:44 +01:00
TrueCharts Bot 7e2f4feb7c
Merge pull request #7645 from truecharts/renovate/tccr.io-truecharts-netbox-3.4.5 2023-02-27 00:40:39 +01:00
TrueCharts Bot 2e4b14cf8e
Merge pull request #7654 from truecharts/renovate/tccr.io-truecharts-privatebin-1.5.1 2023-02-27 00:32:02 +01:00
TrueCharts Bot 50dc41f0f6
Merge pull request #7659 from truecharts/renovate/tccr.io-truecharts-qflood-latest 2023-02-27 00:31:40 +01:00
TrueCharts Bot 82a90d77db
Merge pull request #7661 from truecharts/renovate/tccr.io-truecharts-ra-rom-processor-latest 2023-02-27 00:31:23 +01:00
TrueCharts Bot ffd71d7f85
Merge pull request #7627 from truecharts/renovate/tccr.io-truecharts-kdenlive-latest 2023-02-27 00:30:53 +01:00
TrueCharts Bot 09283f7ae1
Merge pull request #7657 from truecharts/renovate/tccr.io-truecharts-pyload-ng-latest 2023-02-27 00:30:13 +01:00
TrueCharts Bot e46c288fc8
Merge pull request #7647 from truecharts/renovate/tccr.io-truecharts-nitter-latest 2023-02-27 00:29:31 +01:00
TrueCharts Bot bed8fe1b26
Merge pull request #7608 from truecharts/renovate/tccr.io-truecharts-dashy-2.1.1 2023-02-27 00:29:17 +01:00
TrueCharts Bot e4da3a53cd
Merge pull request #7650 from truecharts/renovate/tccr.io-truecharts-passwordpusherephemeral-latest 2023-02-27 00:29:10 +01:00
TrueCharts Bot 5efc498023
Merge pull request #7651 from truecharts/renovate/tccr.io-truecharts-phpmyadmin-latest 2023-02-27 00:28:39 +01:00
TrueCharts Bot 2e615836bc
Merge pull request #7617 from truecharts/renovate/tccr.io-truecharts-firefox-desktop-g3-latest 2023-02-27 00:27:49 +01:00
TrueCharts Bot fbfdd90917
Merge pull request #7621 from truecharts/renovate/tccr.io-truecharts-googlephotossync-latest 2023-02-27 00:27:28 +01:00
TrueCharts Bot 70a2cecc71
Merge pull request #7605 from truecharts/renovate/tccr.io-truecharts-cryptpad-latest 2023-02-27 00:27:22 +01:00
TrueCharts Bot c6e5ef3aa8
Merge pull request #7606 from truecharts/renovate/tccr.io-truecharts-cups-server-latest 2023-02-27 00:25:40 +01:00
TrueCharts Bot b9b0a0f561
Merge pull request #7598 from truecharts/renovate/tccr.io-truecharts-check-mk-raw-v2.1.0 2023-02-27 00:23:57 +01:00
TrueCharts Bot b54cb2617c
Merge pull request #7600 from truecharts/renovate/tccr.io-truecharts-chromium-desktop-g3-latest 2023-02-27 00:23:54 +01:00
TrueCharts Bot d8c3d11cf3
Merge pull request #7604 from truecharts/renovate/tccr.io-truecharts-corekeeper-latest 2023-02-27 00:23:49 +01:00
TrueCharts Bot c7893c99d2
Merge pull request #7599 from truecharts/renovate/tccr.io-truecharts-chromium-latest 2023-02-27 00:23:44 +01:00
TrueCharts Bot ee2a5eca09
Merge pull request #7601 from truecharts/renovate/tccr.io-truecharts-cloudbeaver-latest 2023-02-27 00:23:42 +01:00
TrueCharts Bot 166667d3c4
Merge pull request #7593 from truecharts/renovate/tccr.io-truecharts-blender-latest 2023-02-27 00:23:37 +01:00
TrueCharts Bot 0292f37496
Merge pull request #7589 from truecharts/renovate/tccr.io-truecharts-backuppc-latest 2023-02-27 00:20:28 +01:00
TrueCharts-Bot 4572876a3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 23:36:27 +01:00
TrueCharts-Admin 12d8d29ce0 chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-26 23:36:27 +01:00
TrueCharts-Bot 8f83438de7 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:17:15 +00:00
TrueCharts-Bot 6f86356db3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:16:42 +00:00
TrueCharts-Bot d2c4071c8c Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:15:29 +00:00
TrueCharts-Bot cc298e5ad0 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:15:19 +00:00
TrueCharts-Bot 96fc5ee984 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:14:50 +00:00
TrueCharts-Bot 940225ff98 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:13:58 +00:00
TrueCharts-Bot 75c1a4218b Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:40 +00:00
TrueCharts-Bot 02bcf85a83 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:11:03 +00:00
TrueCharts-Bot 18d665b2e9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:09:23 +00:00
TrueCharts-Bot b0e58780b6 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:53 +00:00
TrueCharts-Bot 5867564126 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:08:41 +00:00
TrueCharts-Bot 79db88c71d Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:07:57 +00:00
TrueCharts-Admin b9fd606fc3 chore(deps): update container image tccr.io/truecharts/yourls to latest 2023-02-26 22:04:56 +00:00
TrueCharts-Bot 82fc766e15 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:37 +00:00
TrueCharts-Bot 79ca1be208 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:04:36 +00:00
TrueCharts-Bot 8833b44aec Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:03:57 +00:00
TrueCharts-Admin da9e82d32a chore(deps): update container image tccr.io/truecharts/tubearchivist-redisjson to latest 2023-02-26 22:03:54 +00:00
TrueCharts-Admin 2a16030b40 chore(deps): update container image tccr.io/truecharts/tar1090 to latest 2023-02-26 22:03:27 +00:00
TrueCharts-Bot 895a1e009a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:02:46 +00:00
TrueCharts-Admin cd478eeea5 chore(deps): update container image tccr.io/truecharts/ra-rom-processor to latest 2023-02-26 22:01:48 +00:00
TrueCharts-Bot 713759f7d5 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 22:01:47 +00:00
TrueCharts-Admin 53343578d5 chore(deps): update container image tccr.io/truecharts/qflood to latest 2023-02-26 22:01:33 +00:00
TrueCharts-Admin f5c6eae8ab chore(deps): update container image tccr.io/truecharts/pyload-ng to latest 2023-02-26 22:01:20 +00:00
TrueCharts-Admin 88158ac14d chore(deps): update container image tccr.io/truecharts/privatebin to 1.5.1 2023-02-26 22:00:59 +00:00
TrueCharts-Admin d6e9bc9803 chore(deps): update container image tccr.io/truecharts/phpmyadmin to latest 2023-02-26 22:00:34 +00:00
TrueCharts-Admin d3a68d6d32 chore(deps): update container image tccr.io/truecharts/passwordpusherephemeral to latest 2023-02-26 22:00:26 +00:00
TrueCharts-Admin dbeccef475 chore(deps): update container image tccr.io/truecharts/nitter to latest 2023-02-26 22:00:06 +00:00
TrueCharts-Bot 0601dfb007 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:59:57 +00:00
TrueCharts-Admin afd9469fe4 chore(deps): update container image tccr.io/truecharts/netbox to 3.4.5 2023-02-26 21:59:52 +00:00
TrueCharts-Bot cfe50daa01 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:57 +00:00
TrueCharts-Bot 0cfbdf8219 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:27 +00:00
TrueCharts-Bot 870ca83f1a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:23 +00:00
TrueCharts-Bot 7b7f687b4e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:58:21 +00:00
TrueCharts-Admin 06dca6063a chore(deps): update container image tccr.io/truecharts/kdenlive to latest 2023-02-26 21:57:47 +00:00
TrueCharts-Bot 0c64d40213 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:40 +00:00
TrueCharts-Bot 2a80722ccb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 21:57:11 +00:00
TrueCharts-Admin 170d5bcb60 chore(deps): update container image tccr.io/truecharts/googlephotossync to latest 2023-02-26 21:57:07 +00:00
TrueCharts-Admin 1794ec4eda chore(deps): update container image tccr.io/truecharts/firefox-desktop-g3 to latest 2023-02-26 21:56:42 +00:00
TrueCharts-Admin 61120adad6 chore(deps): update container image tccr.io/truecharts/dashy to 2.1.1 2023-02-26 21:55:33 +00:00
TrueCharts-Admin 2bc1bd5045 chore(deps): update container image tccr.io/truecharts/cups-server to latest 2023-02-26 21:55:14 +00:00
TrueCharts-Admin 3c2a044e72 chore(deps): update container image tccr.io/truecharts/cryptpad to latest 2023-02-26 21:55:08 +00:00
TrueCharts-Admin 3121cca67c chore(deps): update container image tccr.io/truecharts/corekeeper to latest 2023-02-26 21:55:01 +00:00
TrueCharts-Admin 12e1a36697 chore(deps): update container image tccr.io/truecharts/cloudbeaver to latest 2023-02-26 21:54:42 +00:00
TrueCharts-Admin c866c4d49e chore(deps): update container image tccr.io/truecharts/chromium-desktop-g3 to latest 2023-02-26 21:54:35 +00:00
TrueCharts-Admin db800f8540 chore(deps): update container image tccr.io/truecharts/chromium to latest 2023-02-26 21:54:28 +00:00
TrueCharts-Admin 32a2e6feba chore(deps): update container image tccr.io/truecharts/check-mk-raw to v2.1.0 2023-02-26 21:54:22 +00:00
TrueCharts-Admin 86eb6e23c9 chore(deps): update container image tccr.io/truecharts/blender to latest 2023-02-26 21:53:49 +00:00
TrueCharts-Admin e4a6d3ce62 chore(deps): update container image tccr.io/truecharts/backuppc to latest 2023-02-26 21:53:23 +00:00
TrueCharts-Bot 858b484268 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 17:27:26 +00:00
TrueCharts-Admin 6aa2ef8945 chore(deps): update container image tccr.io/truecharts/maloja to latest 2023-02-26 17:23:31 +00:00
TrueCharts-Bot 9f6d9cce86 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 14:27:23 +00:00
TrueCharts-Admin 0cc6db7769 chore(deps): update container image tccr.io/truecharts/misskey to v13.8.1 2023-02-26 14:23:27 +00:00
TrueCharts-Bot 861262a455 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 13:31:52 +00:00
TrueCharts-Admin 3709dcf4df chore(deps): update container image tccr.io/truecharts/upsnap to v3.0.6 2023-02-26 13:28:00 +00:00
TrueCharts-Bot 3d3568ece8 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-26 00:36:59 +00:00
TrueCharts-Admin 91314e4d1e chore(deps): update scrypted to v0.6.24 2023-02-26 00:33:03 +00:00
TrueCharts-Bot 814bfde07e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 20:26:10 +00:00
TrueCharts-Admin 028a174a38 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.2 2023-02-25 20:22:15 +00:00
TrueCharts Bot 4e67c19f49
Merge pull request #7566 from truecharts/renovate/patch-scrypted 2023-02-25 20:59:07 +01:00
TrueCharts-Bot 0c75c8a8eb Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 19:25:48 +00:00
TrueCharts-Bot e2583ef9a3 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 19:25:36 +00:00
TrueCharts-Admin f25d465aa2 chore(deps): update scrypted to v0.6.23 2023-02-25 19:21:34 +00:00
TrueCharts-Admin 42ed66ce20 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.1 2023-02-25 19:21:25 +00:00
TrueCharts-Bot 26069c76ef Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 12:26:24 +00:00
TrueCharts-Admin 4e450cccdc chore(deps): update container image ghcr.io/jens-maus/raspberrymatic to latest 2023-02-25 12:22:30 +00:00
TrueCharts Bot d6cc74888a
Merge pull request #7557 from truecharts/renovate/tccr.io-truecharts-barcodebuddy-latest 2023-02-25 04:16:11 +01:00
TrueCharts-Bot 245b6eca8f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 02:52:54 +00:00
TrueCharts-Admin 9649065dcb chore(deps): update container image tccr.io/truecharts/barcodebuddy to latest 2023-02-25 02:49:01 +00:00
TrueCharts Bot c187ebb07f
Merge pull request #7555 from truecharts/renovate/patch-scrypted 2023-02-25 03:29:49 +01:00
TrueCharts-Bot e7a4db2dd9 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 01:55:56 +00:00
TrueCharts-Bot fc58481cd2 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-25 01:55:32 +00:00
TrueCharts-Admin de204c54a3 chore(deps): update container image tccr.io/truecharts/wizarr to v2.0.0 2023-02-25 01:51:54 +00:00
TrueCharts-Admin 643c18dc04 chore(deps): update scrypted to v0.6.22 2023-02-25 01:51:36 +00:00
TrueCharts Bot 628a3c3554
Merge pull request #7548 from truecharts/renovate/patch-scrypted 2023-02-24 21:02:01 +01:00
TrueCharts-Bot ed517cf560 Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 19:25:21 +00:00
TrueCharts-Bot 31438a1f3f Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 19:25:09 +00:00
TrueCharts-Admin cdf0c4fb6c chore(deps): update scrypted to v0.6.20 2023-02-24 19:21:25 +00:00
TrueCharts-Admin 413f1f2988 chore(deps): update container image tccr.io/truecharts/sourcegraph to v4.5.1 2023-02-24 19:21:15 +00:00
AllieQpzm 0802d9179c
feat(plexaniserver) plexanisync move to stable (#7535) 2023-02-24 16:16:00 +01:00
TrueCharts Bot e27a54a9ad
Merge pull request #7533 from truecharts/renovate/tccr.io-truecharts-misskey-13.7.x 2023-02-24 09:00:32 +01:00
TrueCharts-Bot 161dfc548a Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 07:29:18 +00:00
AllieQpzm 6b7f45b2fb
fix(plexanisync) reference plex_sections correctly (#7527) 2023-02-24 09:26:43 +02:00
TrueCharts-Admin 71c779e8e7 chore(deps): update container image tccr.io/truecharts/misskey to v13.7.5 2023-02-24 07:25:20 +00:00
TrueCharts-Bot a7b8dfd41e Commit bumped Chart Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-02-24 01:55:08 +00:00
TrueCharts-Admin 94fe8b40d5 chore(deps): update container image tccr.io/truecharts/apprise-api to v1.2.0 2023-02-24 01:51:09 +00:00