Commit Graph

22163 Commits

Author SHA1 Message Date
TrueCharts Bot 11f38491d2
chore(deps): update container image tccr.io/truecharts/czkawka to v23.11.1 (#14547) 2023-11-10 22:36:27 +01:00
TrueCharts Bot e472f9681b
chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#14546) 2023-11-10 22:32:48 +01:00
TrueCharts Bot 1045d0045c
chore(deps): update container image tccr.io/truecharts/avidemux to v23.11.1 (#14541) 2023-11-10 21:39:33 +01:00
TrueCharts Bot 7122870d2d
chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#14540) 2023-11-10 21:35:52 +01:00
TrueCharts Bot a4f9334e80
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14539) 2023-11-10 20:40:25 +01:00
TrueCharts Bot 5232380ff1
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14538) 2023-11-10 20:37:31 +01:00
TrueCharts Bot 9a8e5fae35
chore(deps): update container image tccr.io/truecharts/putty to v23.11.1 (#14537) 2023-11-10 19:37:52 +01:00
TrueCharts Bot ccf1fe7031
chore(deps): update webtop (#14536) 2023-11-10 19:34:03 +01:00
TrueCharts Bot 76b581dcdd
chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.11.2 (#14535) 2023-11-10 18:38:52 +01:00
TrueCharts Bot c62529b9dd
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14534) 2023-11-10 17:40:27 +01:00
TrueCharts Bot 837763d27c
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.11.2 (#14531) 2023-11-10 16:38:35 +01:00
TrueCharts Bot 48f59cdc4d
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.3 (#14530) 2023-11-10 16:36:02 +01:00
TrueCharts Bot e12416153f
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14529) 2023-11-10 14:40:57 +01:00
depasseg d42be3f9a5
feat(authelia): Update Authelia question tooltips and defaults (#13487)
**Description**
<!--
Replaced some descriptions with text from:
https://www.authelia.com/configuration/session
https://www.authelia.com/configuration/security

Added default settings to align with
https://truecharts.org/charts/enterprise/authelia/Setup-Guide/#setup-authelia
-->
⚒️ 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
- [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
- [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: depasseg <depasseg@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-10 11:53:07 +01:00
Xstar97TheNoob f04ecbf916
feat(cs2) add cs2 (#14507)
**Description**
Add cs2 to incubator
A custom SteamCMD chart that runs CS2.
counter strike 2
⚒️ 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 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-10 11:52:46 +01:00
TrueCharts Bot e48a9e47b6
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.2 (#14522) 2023-11-10 09:37:14 +01:00
TrueCharts Bot ba1d021971
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14520) 2023-11-10 08:34:15 +01:00
TrueCharts Bot 546303a940
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14519) 2023-11-10 06:36:46 +01:00
Xstar97TheNoob d66b21f13c
feat(pocketmine-mp) add pocketmine-mp (#14506)
**Description**
Add pocketmine-mp to incubator
A server software for Minecraft Bedrock Edition in PHP.
⚒️ 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 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-11-10 07:29:22 +02:00
TrueCharts Bot 1ab4b5abe0
chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.69.1 (#14503)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-operator](https://togithub.com/truecharts/containers)
| patch | `v0.69.0` -> `v0.69.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 07:28:18 +02:00
TrueCharts Bot a860c339b9
chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.69.1 (#14499)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus-config-reloader](https://togithub.com/truecharts/containers)
| patch | `v0.69.0` -> `v0.69.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNTIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 07:28:03 +02:00
Stavros Kois 1e96d38398
fix(mealie): remove service (#14518)
**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
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-10 07:13:17 +02:00
TrueCharts Bot 13b60a64a3
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.10.1 (#14516) 2023-11-10 04:36:02 +01:00
TrueCharts Bot c550a35588
chore(deps): update container image tccr.io/truecharts/ombi to v4.43.8 (#14517) 2023-11-10 04:35:44 +01:00
TrueCharts Bot 0a61e32913
chore(deps): update container image tccr.io/truecharts/authentik to v2023.10.3 (#14514) 2023-11-10 03:45:16 +01:00
TrueCharts Bot 4bba1e6681
chore(deps): update container image tccr.io/truecharts/firezone to v0.7.36 (#14515) 2023-11-10 03:43:59 +01:00
TrueCharts Bot 3f889645b0
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14513) 2023-11-10 03:02:46 +01:00
TrueCharts Bot 47b73d5771
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14512) 2023-11-10 03:01:52 +01:00
kqmaverick b6df3e64d3
docs(authelia): add authelia rules page (#14509)
**Description**
Adds a rules page with some common authelia rules.

⚒️ 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-11-09 20:06:52 -05:00
TrueCharts Bot dfd6d3fd52
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.21.0 (#14511) 2023-11-10 01:57:06 +01:00
TrueCharts Bot 80c0ee2e92
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.3 (#14510) 2023-11-10 01:54:06 +01:00
TrueCharts-Bot f8f6cf21e8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-10 00:23:03 +00:00
TrueCharts Bot 3e3ceb128a
chore(deps): update container image tccr.io/truecharts/webtop to latest (#14508) 2023-11-10 00:35:26 +01:00
TrueCharts Bot 1ccd2597fd
chore(deps): update container image tccr.io/truecharts/flowise to v1.4.1 (#14505) 2023-11-09 23:41:37 +01:00
TrueCharts Bot f0b34df7c7
chore(deps): update webtop (#14504) 2023-11-09 23:36:37 +01:00
TrueCharts Bot 0c60388e22
chore(deps): update webtop (#14502) 2023-11-09 22:37:14 +01:00
TrueCharts Bot 9d4d358cc7
chore(deps): update container image tccr.io/truecharts/external-dns to v0.14.0 (#14448)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/external-dns](https://togithub.com/truecharts/containers)
| minor | `v0.13.6` -> `v0.14.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41MC4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTAuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-09 22:38:24 +02:00
TrueCharts Bot a6eda661ca
chore(deps): update container image tccr.io/truecharts/redis to v7.2.3 (#14500) 2023-11-09 21:37:34 +01:00
TrueCharts Bot f9b687d0e7
chore(deps): update container image tccr.io/truecharts/webtop-fedora-i3 to latest (#14501) 2023-11-09 21:35:10 +01:00
shadofall 8a562b8fe2
fix(mealie): BREAKING CHANGE to single container version (#14312)
**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
- [x] ⚠️ 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
-->

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

**✔️ Checklist:**

- [x] ⚖️ 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._

---------

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-11-09 20:54:43 +01:00
Stavros Kois 21903e1478
fix(external-dns): fix zoneidfilters (#14496)
**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  #14492 

**⚙️ 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-11-09 20:48:59 +01:00
TrueCharts Bot cfc8927ea7
chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#14498) 2023-11-09 20:34:45 +01:00
TrueCharts Bot e2175a094e
chore(deps): update authentik to v2023.10.3 (patch) (#14495) 2023-11-09 19:41:18 +01:00
TrueCharts Bot 27248e0674
chore(deps): update container image tccr.io/truecharts/wordpress to v6.4.1 (#14494) 2023-11-09 19:38:49 +01:00
Kjeld Schouten a6f631bd37
fix(SCALEGUI): set default path and prefix for ingress (#14486)
**Description**
SCALE GUI now supports proper list defaults.
This should fill it correctly for ingress paths

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-09 18:34:45 +01:00
TrueCharts Bot 06785e2e17
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.18 (#14493) 2023-11-09 17:39:23 +01:00
TrueCharts Bot a8d376c6cd
chore(deps): update container image tccr.io/truecharts/prometheus to v2.47.2 (#14491) 2023-11-09 15:40:53 +01:00
TrueCharts Bot aed5a15efd
chore(deps): update container image tccr.io/truecharts/homepage to v0.8.0 (#14490) 2023-11-09 14:42:55 +01:00
TrueCharts Bot ab52f46984
chore(deps): update container image tccr.io/truecharts/mongodb to v7.0.3 (#14489) 2023-11-09 14:41:13 +01:00
TrueCharts Bot 5e5df60373
chore(deps): update container image tccr.io/truecharts/wordpress to v6.4.1 (#14488) 2023-11-09 13:40:03 +01:00