Compare commits

...

914 Commits

Author SHA1 Message Date
Kjeld Schouten
c21e8fb9d8 bump everything to common 14.0.1 (will need to fix inherently failing CI) 2023-07-31 17:21:45 +02:00
TrueCharts Bot
a5baaf4c54 chore(deps): update container image tccr.io/truecharts/flowise to v1.3.2 (#11089) 2023-07-31 14:36:55 +02:00
TrueCharts Bot
45cbc58e47 chore(deps): update container image tccr.io/truecharts/joplin-server to v2.12.1 (#11090) 2023-07-31 14:34:56 +02:00
TrueCharts Bot
a30911e5bd chore(deps): update rdesktop (#11088) 2023-07-31 13:31:50 +02:00
TrueCharts Bot
1a2955093b chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#11087) 2023-07-31 13:28:52 +02:00
Kjeld Schouten
9c2b859a76 feat(traefik): BREAKING CHANGE register traefik and use traefik namespace for middleware instead of tc-system (#11086)
**Description**
With the removal of manifest manager tc-system is removed for new users.
Traefik should use it's own namespace for middlewares instead and common
is already adapted to allow this.

This change also allows us to throw errors if traefik isn't installed on
a system when ingress is enabled.

Downside is that this currently breaks ingressclass, which is a
non-supported setup currently, untill we do more R&D for cleanly
handling ingressClasses, namespaces and middlewares correctly.

Also adds helm and SCALE support for the modsecurity plugin.

Also fixes CI bug with metallb.

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 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:**

- [ ] ⚖️ 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-07-31 12:32:04 +02:00
Xstar97TheNoob
585525d844 feat(modsecurity-crs) add initial work on modsecurity-crs (#10863)
**Description**
ModSecurity is an open source, cross platform Web Application Firewall
(WAF) engine.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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-07-31 12:05:25 +02:00
TrueCharts Bot
b1e71b8827 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11084) 2023-07-31 11:36:54 +02:00
TrueCharts Bot
16d46f7d20 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-icewm to latest (#11085) 2023-07-31 11:34:21 +02:00
StevenMcElligott
e6361265ad fix(paperless-ngx): Set defaults for OCR_LANGUAGES (#11072)
**Description**

Turns out even if it passes testing they still need to be manually set
inside the ENV VARs

⚒️ 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-07-31 11:21:18 +02:00
Xstar97TheNoob
57875a02b5 feat(flowise) move flowise to stable (#11065)
**Description**
Move flowise to stable + update its image to the latest version.
⚒️ 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:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:21:07 +02:00
Stavros Kois
5ac7e22f67 feat(traefik): add some middlewares (#11058)
**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 #4999
⚒️ Fixes #5633

**⚙️ 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
- [ ] 👀 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>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-31 11:16:47 +02:00
StevenMcElligott
77d8b810b3 feat(Joplin-Server): Return to Stable (#11067)
**Description**

Solid team effort on the initial migration to new common, it's good for
Stable again, modified the doc to remove the unnecessary :443 port
that's not needed anymore

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-31 11:15:12 +02:00
TrueCharts Bot
751f8c6d65 chore(deps): update rdesktop (#11082) 2023-07-31 10:34:11 +02:00
Stavros Kois
418dfb1194 fix(authentik): fix typo for blueprints (#11081)
**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-07-31 11:09:12 +03:00
TrueCharts Bot
e2ce17a5ca chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#11079) 2023-07-31 09:35:16 +02:00
TrueCharts Bot
ef9c6fe7ca chore(deps): update rdesktop (#11080) 2023-07-31 09:33:04 +02:00
TrueCharts Bot
f24d65514c chore(deps): update rdesktop (#11078) 2023-07-31 07:35:33 +02:00
TrueCharts Bot
37957615ca chore(deps): update container image tccr.io/truecharts/duckdns to latest (#11076) 2023-07-31 06:36:19 +02:00
TrueCharts Bot
a36b001c18 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#11077) 2023-07-31 06:35:06 +02:00
TrueCharts Bot
92ffa32df4 chore(deps): update rdesktop (#11075) 2023-07-31 05:36:24 +02:00
TrueCharts Bot
24aeef68bd chore(deps): update rdesktop (#11074) 2023-07-31 04:44:46 +02:00
TrueCharts Bot
80c3b8307f chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest (#11073) 2023-07-31 04:01:27 +02:00
TrueCharts Bot
5e1e243dc8 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#11071) 2023-07-31 02:50:31 +02:00
TrueCharts-Bot
133f9ea2e9 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-31 00:26:41 +00:00
TrueCharts Bot
0529280581 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11070) 2023-07-31 01:35:49 +02:00
kqmaverick
7548bd3152 docs(plex): plug-ins codeserver notes update (#11068) 2023-07-30 17:55:47 -04:00
StevenMcElligott
5568afbe3d feat(tdarr-node): Update container as well (#11056)
**Description**

Updated teh node as well

⚒️ Fixes  #8826 

**⚙️ 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-07-31 00:08:20 +03:00
TrueCharts Bot
5bf029c93e chore(deps): update container image tccr.io/truecharts/portainer-be to v2.18.4 (#11064) 2023-07-30 22:36:27 +02:00
TrueCharts Bot
0c8d448670 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11063) 2023-07-30 22:36:04 +02:00
Stavros Kois
485b717747 fix(funkwhale): fix port (#11062)
**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-07-30 23:32:47 +03:00
allcontributors[bot]
cd58274f37 docs: add Shrinks99 as a contributor for code (#11061)
Adds @Shrinks99 as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11060#issuecomment-1657255794)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-30 23:11:37 +03:00
Stavros Kois
8e66293d06 All contributors/add waflint (#11060)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-30 23:09:25 +03:00
StevenMcElligott
1f551b086d migrate(Owntracks): Migrate to New Common BREAKING (#10686)
**Description**

Looks cool so I decided to migrate it

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

---------

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-07-30 23:03:10 +03:00
StevenMcElligott
fd81281a3f migrate(Funkwhale): Migrate to new common (#11004)
**Description**

Let's get this on the new common

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

**📃 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-30 23:02:07 +03:00
TrueCharts Bot
443da3d0fb chore(deps): update helm general non-major (#11034)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.1` -> `13.2.2` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.5` ->
`2.0.6` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.6` ->
`2.0.7` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.5` ->
`7.0.6` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.2)

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

Function library for TrueCharts

</details>

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

###
[`v2.0.6`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.6)

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

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 22:49:10 +03:00
StevenMcElligott
efeb743316 feat(DoubleCommander): Update 2 KasmVNC *breaking* (#11054)
**Description**

Update year old + container to the latest from upstream (Linuxserver)
that uses KasmVNC instead. May not be breaking but just in case we'll
label it since it's a massive update. Rest of the mounts are the same
and permissions as well

⚒️ 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-07-30 22:44:21 +03:00
TrueCharts Bot
5ae124a660 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11057) 2023-07-30 21:33:03 +02:00
Stavros Kois
7b95894c7a chore(portainer): fix image namingpattern (#11053)
**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  #10834

**⚙️ 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-07-30 22:07:33 +03:00
Stavros Kois
0a8cb9b274 fix(netdata): automount sa token (#11052)
**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._
2023-07-30 21:56:12 +03:00
StevenMcElligott
ea18651616 docs(Paperless-ngx): Fix how-to + remove outdated (#11047)
**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:**

- [ ] ⚖️ 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-07-30 21:52:06 +03:00
TrueCharts Bot
03a34c3efb chore(deps): update container image tccr.io/truecharts/autobrr to v1.28.0 (#11051) 2023-07-30 19:36:34 +02:00
TrueCharts Bot
8304e44b12 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11050) 2023-07-30 19:35:07 +02:00
TrueCharts Bot
b8fcdb2b64 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#11049) 2023-07-30 18:34:34 +02:00
TrueCharts Bot
de2de19d92 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.24 (#11048) 2023-07-30 17:38:06 +02:00
TrueCharts Bot
710b575744 chore(deps): update container image tccr.io/truecharts/grocy to v4.0.0 (#11045) 2023-07-30 15:38:14 +02:00
TrueCharts Bot
5f7572473a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11044) 2023-07-30 15:35:32 +02:00
kqmaverick
a8fa939819 docs(paperless-ngx): fix how to docs (#11046)
**Description**
Fix how to docs.

⚒️ 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-07-30 16:32:36 +03:00
TrueCharts Bot
3caf36d2d8 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.119.0 (#11043) 2023-07-30 14:43:41 +02:00
Stavros Kois
f5a9d16dda fix(authentik): fix bluieprints (#11041)
**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:**

- [ ] ⚖️ 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-07-30 15:42:50 +03:00
TrueCharts Bot
84bd108178 chore(deps): update container image tccr.io/truecharts/unpackerr to v0.12.0 (#11042) 2023-07-30 14:42:03 +02:00
Stavros Kois
67e2315fa0 fix(authentik): remove blueprints mount (#11033)
**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-07-30 15:05:18 +03:00
TrueCharts Bot
21bf0efe12 chore(deps): update container image tccr.io/truecharts/strapi to v4.12.0 (#11040) 2023-07-30 13:37:56 +02:00
TrueCharts Bot
d281fa3446 chore(deps): update container image tccr.io/truecharts/readarr to v0.3.0.2091 (#11039) 2023-07-30 13:36:32 +02:00
TrueCharts Bot
74478aa19d chore(deps): update container image tccr.io/truecharts/prowlarr to v1.8.0.3805 (#11038) 2023-07-30 12:36:48 +02:00
TrueCharts Bot
2aa6444eca chore(deps): update container image tccr.io/truecharts/alist to v3.24.0 (#11037) 2023-07-30 12:36:26 +02:00
TrueCharts Bot
868986c61a chore(deps): update container image tccr.io/truecharts/gitea to v1.20.2 (#11035) 2023-07-30 11:38:18 +02:00
TrueCharts Bot
fae41925dd chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.3.1 (#11036) 2023-07-30 11:35:06 +02:00
TrueCharts Bot
bb4d655de4 chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.4 (#11031) 2023-07-30 10:36:10 +02:00
TrueCharts Bot
91713b8082 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.3.3432 (#11032) 2023-07-30 10:34:37 +02:00
Stavros Kois
a78ea6f069 fix(traefik): "local' plugins dont use the version (#11030)
**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-07-30 11:23:28 +03:00
TrueCharts Bot
b9ef0535db chore(deps): update container image tccr.io/truecharts/libremdb to latest (#11029) 2023-07-30 09:35:46 +02:00
TrueCharts Bot
0c3c41037a chore(deps): update container image tccr.io/truecharts/cloudnative-pg to v1.20.2 (#9657)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/cloudnative-pg](https://togithub.com/truecharts/containers)
| patch | `v1.20.0` -> `v1.20.2` |

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM2LjI1LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-30 09:28:23 +02:00
TrueCharts Bot
cb3a7bf876 chore(deps): update container image tccr.io/truecharts/prometheus-config-reloader to v0.67.0 (#10962)
This PR contains the following updates:

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

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:28:09 +02:00
TrueCharts Bot
63393b61b9 chore(deps): update container image tccr.io/truecharts/prometheus-operator to v0.67.0 (#10963)
This PR contains the following updates:

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

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:28:00 +02:00
TrueCharts Bot
149e3283ed chore(deps): update helm chart common to 13.2.2 (#11022)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.2)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS41IiwidXBkYXRlZEluVmVyIjoiMzYuMjUuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-30 09:27:32 +02:00
TrueCharts Bot
32da742d65 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11028) 2023-07-30 06:37:10 +02:00
TrueCharts Bot
2668ae5746 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#11026) 2023-07-30 05:41:57 +02:00
TrueCharts Bot
a15f3267ae chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11024) 2023-07-30 04:49:04 +02:00
TrueCharts Bot
b000415162 chore(deps): update immich to v1.71.0 (minor) (#11023) 2023-07-30 04:07:28 +02:00
TrueCharts Bot
609ebc2a78 chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11021) 2023-07-30 02:55:56 +02:00
TrueCharts Bot
bb80726c21 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#11020) 2023-07-30 02:55:16 +02:00
TrueCharts-Bot
f3416d3329 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-30 00:27:14 +00:00
TrueCharts Bot
9d39b66920 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#11019) 2023-07-30 01:34:44 +02:00
TrueCharts Bot
3df5551059 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11018) 2023-07-30 01:34:12 +02:00
TrueCharts Bot
a82e00a948 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.9.1.0 (#11017) 2023-07-30 00:37:35 +02:00
TrueCharts Bot
c94e379ad4 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11016) 2023-07-30 00:36:52 +02:00
TrueCharts Bot
be4b49859c chore(deps): update container image tccr.io/truecharts/code-server to v4.16.0 (#11014) 2023-07-29 23:33:59 +02:00
TrueCharts Bot
82ae4a8f9b chore(deps): update container image tccr.io/truecharts/filebrowser to v2.24.0 (#11015) 2023-07-29 23:32:57 +02:00
TrueCharts Bot
c79af89b4a chore(deps): update container image tccr.io/truecharts/flexget to v3.7.11 (#11011) 2023-07-29 22:33:34 +02:00
TrueCharts Bot
98f0bb8749 chore(deps): update container image tccr.io/truecharts/linkding to v1.19.1 (#11012) 2023-07-29 22:32:23 +02:00
Stavros Kois
f509df9ea4 chore(traefik): use baked in plugins (#10997)
**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-07-29 22:03:37 +02:00
TrueCharts Bot
4f55242a53 chore(deps): update jupyter (#11010) 2023-07-29 21:36:01 +02:00
TrueCharts Bot
f62e33fb27 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11009) 2023-07-29 21:34:53 +02:00
TrueCharts Bot
532144a598 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#11008) 2023-07-29 20:34:11 +02:00
TrueCharts Bot
a938069269 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#11007) 2023-07-29 20:32:35 +02:00
TrueCharts Bot
b5c0dbe106 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11005) 2023-07-29 19:32:43 +02:00
TrueCharts Bot
70da4011c4 chore(deps): update container image tccr.io/truecharts/searxng to latest (#11006) 2023-07-29 19:31:37 +02:00
allcontributors[bot]
94862ecaf4 docs: add Physics-Dude as a contributor for doc (#11003)
Adds @Physics-Dude as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/11000#issuecomment-1656785779)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-07-29 19:58:33 +03:00
TrueCharts Bot
4a1640cde5 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#11001) 2023-07-29 18:36:05 +02:00
TrueCharts Bot
3189eef89d chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11002) 2023-07-29 18:35:37 +02:00
StevenMcElligott
0621edc7c4 decrepate(searX): Deprecate doubled chart (#10999)
**Description**

Since we have a functional searXNG we don't need double, we should yeet
this from the catalog

⚒️ 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)
- [ ] 🔃 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-07-29 19:32:47 +03:00
StevenMcElligott
290882c28f feat(Paperless-Ngx): Add additional OCR options (#10994)
**Description**

Added additional fields for OCR languages as we have an outstanding
issue for it

⚒️ Fixes  #7582 

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-29 19:30:38 +03:00
StevenMcElligott
9d73df353d feat(searXNG): Move to stable (#10998)
**Description**

Let's keep it moving, updated the icon too!

⚒️ 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-07-29 19:28:58 +03:00
Stavros Kois
ad28468489 chore(authentik): bump authentik (#11000)
**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-07-29 19:28:46 +03:00
TrueCharts Bot
6f6280a5db chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10996) 2023-07-29 17:36:26 +02:00
TrueCharts Bot
6071e14504 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#10995) 2023-07-29 17:35:12 +02:00
TrueCharts Bot
178441f5e1 chore(deps): update jupyter (#10993) 2023-07-29 16:34:14 +02:00
TrueCharts Bot
945903b775 chore(deps): update container image tccr.io/truecharts/webtop-arch-i3 to latest (#10992) 2023-07-29 16:32:06 +02:00
TrueCharts Bot
8539dd5c2b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10991) 2023-07-29 15:33:45 +02:00
TrueCharts Bot
1b96439f9f chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10990) 2023-07-29 15:31:11 +02:00
TrueCharts Bot
6a003effb2 chore(deps): update rdesktop (#10989) 2023-07-29 14:33:28 +02:00
TrueCharts Bot
6a90a9071e chore(deps): update container image tccr.io/truecharts/rdesktop-arch-mate to latest (#10988) 2023-07-29 13:34:13 +02:00
Stavros Kois
4a4c506457 chore(guacamole): set guacamole to listen on / (#10987)
**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  #10986

**⚙️ 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-07-29 12:25:36 +03:00
TrueCharts Bot
4b1c52d3af chore(deps): update container image tccr.io/truecharts/prometheus to v2.46.0 (#10985) 2023-07-29 10:36:20 +02:00
TrueCharts Bot
c1a86dbf36 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10984) 2023-07-29 10:35:56 +02:00
StevenMcElligott
a0ac7b3c64 fix(searxng): Update tag for full testing (#10977)
**Description**

Update tag for testing, but after this I think it's good for Stable

⚒️ 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-07-29 10:11:51 +02:00
TrueCharts Bot
72313a0816 chore(deps): update helm general non-major (#10955)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.5` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.6` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.3` ->
`7.0.5` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3)

#### Changes by Kind

##### Bugfixes

- BUGFIX\[cainjector]: 1-character bug was causing invalid log messages
and a memory leak
([#&#8203;6235](https://togithub.com/cert-manager/cert-manager/issues/6235),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v2.0.5`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.5)

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

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

###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4)

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

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-29 09:58:25 +02:00
TrueCharts Bot
97fa6781ba chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10982) 2023-07-29 09:39:42 +02:00
TrueCharts Bot
ef00660421 chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#10983) 2023-07-29 09:39:23 +02:00
TrueCharts Bot
55dd72f323 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10981) 2023-07-29 06:35:31 +02:00
TrueCharts Bot
a5d3641b74 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10980) 2023-07-29 06:33:50 +02:00
TrueCharts Bot
3f0bdb0429 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10978) 2023-07-29 04:43:47 +02:00
TrueCharts Bot
86e60fa8e4 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-kde to latest (#10979) 2023-07-29 04:42:18 +02:00
StevenMcElligott
b590f4100c migrate(filezilla): Update to new common (#10904)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-28 22:20:22 -04:00
TrueCharts Bot
9376ae007a chore(deps): update container image tccr.io/truecharts/ombi to v4.43.4 (#10976) 2023-07-29 03:59:04 +02:00
TrueCharts Bot
9465288ade chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.19 (#10975) 2023-07-29 02:52:57 +02:00
TrueCharts Bot
e68f054dde chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10974) 2023-07-29 02:49:11 +02:00
TrueCharts Bot
29b819aa4e chore(deps): update container image tccr.io/truecharts/drawio to v21.6.6 (#10973) 2023-07-29 01:39:35 +02:00
TrueCharts Bot
32ee036065 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#10972) 2023-07-29 01:36:44 +02:00
TrueCharts Bot
6a00482c41 chore(deps): update container image tccr.io/truecharts/openhab to v4.0.1 (#10966) 2023-07-29 00:37:35 +02:00
TrueCharts Bot
c056db9921 chore(deps): update container image tccr.io/truecharts/owncast to v0.1.1 (#10971) 2023-07-29 00:33:51 +02:00
TrueCharts Bot
d71e511cfd chore(deps): update jupyter (#10969) 2023-07-29 00:33:44 +02:00
TrueCharts Bot
2754f1226a chore(deps): update webtop (#10970) 2023-07-29 00:31:12 +02:00
TrueCharts Bot
5be3821590 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10968) 2023-07-29 00:29:34 +02:00
StevenMcElligott
c69017bdb7 migrate(searxng): Migrate to New Common (#10851)
**Description**

Another one

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-29 01:25:58 +03:00
TrueCharts Bot
c99982765e chore(deps): update container image tccr.io/truecharts/collabora to v23.05.2.2.1 (#10936) 2023-07-28 23:57:54 +02:00
TrueCharts Bot
af3262dca1 chore(deps): update immich to v1.70.0 (minor) (#10964) 2023-07-28 23:51:31 +02:00
Alec Fenichel
4fc5f64101 fix(channels-dvr) revert permissions changes and add installation note (#10854)
**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)-->

Revert permissions changed in
https://github.com/truecharts/charts/pull/10813 and add installation
note instead.

**⚙️ 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._
2023-07-29 00:50:46 +03:00
TrueCharts Bot
d13fc270fe chore(deps): update container image tccr.io/truecharts/prometheus to v2.46.0 (#10961)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| minor | `v2.45.0` -> `v2.46.0` |

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjUuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-29 00:49:18 +03:00
TrueCharts Bot
7199626cd9 chore(deps): update container image tccr.io/truecharts/n8n to v1.1.1 (#10959) 2023-07-28 23:48:15 +02:00
TrueCharts Bot
9628e8259b chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#10958) 2023-07-28 23:47:25 +02:00
TrueCharts Bot
39ac13c445 chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.5.0 (#10960) 2023-07-28 23:47:19 +02:00
TrueCharts Bot
cb9afd5948 chore(deps): update container image tccr.io/truecharts/mariadb to v11.0.2 (#10965) 2023-07-28 23:47:06 +02:00
TrueCharts Bot
a051a76fed chore(deps): update container image tccr.io/truecharts/alist to v3.23.0 (#10956) 2023-07-28 23:45:58 +02:00
TrueCharts Bot
9c426a08e5 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.7.1.2470 (#10957) 2023-07-28 23:45:12 +02:00
TrueCharts Bot
2b49ed561a chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10872) 2023-07-28 23:43:23 +02:00
TrueCharts Bot
750849be9b chore(deps): update container image tccr.io/truecharts/vaultwarden to v1.29.1 (#10953) 2023-07-28 23:40:27 +02:00
TrueCharts Bot
22ad08c748 chore(deps): update container image tccr.io/truecharts/gitea to v1.20.1 (#10943) 2023-07-28 23:40:22 +02:00
TrueCharts Bot
7193602596 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.2 (#10954) 2023-07-28 23:40:18 +02:00
TrueCharts Bot
400b152e3b chore(deps): update container image tccr.io/truecharts/readarr to v0.2.4.1999 (#10951) 2023-07-28 23:39:52 +02:00
TrueCharts Bot
ae9c66a0b9 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.5.1 (#10952) 2023-07-28 23:39:22 +02:00
TrueCharts Bot
15073992c0 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.7.4.3769 (#10950) 2023-07-28 23:39:14 +02:00
TrueCharts Bot
79a58dc2a1 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#10946) 2023-07-28 23:39:12 +02:00
TrueCharts Bot
a84d2ab91b chore(deps): update container image tccr.io/truecharts/plex to v1.32.5.7349 (#10949) 2023-07-28 23:39:05 +02:00
TrueCharts Bot
33d8520c4d chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.8.0 (#10903) 2023-07-28 23:39:00 +02:00
TrueCharts Bot
14e8f15ed8 chore(deps): update container image tccr.io/truecharts/openhab to v3.4.5 (#10947) 2023-07-28 23:38:55 +02:00
TrueCharts Bot
348ca74ff0 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.3 (#10941) 2023-07-28 23:38:49 +02:00
TrueCharts Bot
c98b727fe0 chore(deps): update container image tccr.io/truecharts/overseerr to v1.33.2 (#10948) 2023-07-28 23:38:40 +02:00
TrueCharts Bot
2d6119398e chore(deps): update container image tccr.io/truecharts/muse to v2.4.1 (#10945) 2023-07-28 23:38:32 +02:00
TrueCharts Bot
ba0fb7769b chore(deps): update container image tccr.io/truecharts/fluidd to v1.24.2 (#10942) 2023-07-28 23:38:29 +02:00
TrueCharts Bot
17dc67aa1e chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10938) 2023-07-28 23:37:07 +02:00
TrueCharts Bot
0a3d07b6b7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10939) 2023-07-28 23:36:53 +02:00
TrueCharts Bot
5a4e4a4232 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#10940) 2023-07-28 23:36:47 +02:00
TrueCharts Bot
c57fbcc428 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#10944) 2023-07-28 23:36:31 +02:00
TrueCharts Bot
f781e551e4 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.1 (#10937) 2023-07-28 22:36:12 +02:00
TrueCharts Bot
29bf582a7a chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10934) 2023-07-28 21:36:06 +02:00
TrueCharts Bot
1adb11e189 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10935) 2023-07-28 21:34:05 +02:00
TrueCharts Bot
1b55c3c938 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#10932) 2023-07-28 20:35:26 +02:00
TrueCharts Bot
248c708603 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.7.3 (#10933) 2023-07-28 20:34:58 +02:00
TrueCharts Bot
f4c8637cf2 chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.4 (#10931) 2023-07-28 19:41:54 +02:00
TrueCharts Bot
20184b0c0e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10930) 2023-07-28 19:35:31 +02:00
TrueCharts Bot
7755e25beb chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10929) 2023-07-28 18:36:28 +02:00
TrueCharts Bot
db5e25e818 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10928) 2023-07-28 18:33:50 +02:00
TrueCharts Bot
cbe098fd75 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.35 (#10927) 2023-07-28 17:41:43 +02:00
TrueCharts Bot
80e3036a4b chore(deps): update container image tccr.io/truecharts/adminer to latest (#10926) 2023-07-28 17:41:00 +02:00
TrueCharts Bot
32e49baa18 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10924) 2023-07-28 16:45:08 +02:00
TrueCharts Bot
6932dd21dc chore(deps): update jupyter (#10925) 2023-07-28 16:42:36 +02:00
TrueCharts Bot
86f6db2a5b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10923) 2023-07-28 15:36:49 +02:00
TrueCharts Bot
10ae944a14 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10922) 2023-07-28 15:36:45 +02:00
TrueCharts Bot
f5d211a178 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v (#10921) 2023-07-28 14:50:15 +02:00
TrueCharts Bot
bd8319a470 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10920) 2023-07-28 14:44:45 +02:00
TrueCharts Bot
716703d557 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0-postgres (#10919) 2023-07-28 13:39:20 +02:00
TrueCharts Bot
c49697d377 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.20 (#10918) 2023-07-28 13:39:13 +02:00
TrueCharts Bot
c858dd5a0b chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10917) 2023-07-28 12:37:27 +02:00
TrueCharts Bot
2855e51fb1 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10916) 2023-07-28 12:35:41 +02:00
TrueCharts Bot
d9b8983c3a chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10915) 2023-07-28 11:41:33 +02:00
TrueCharts Bot
a52b7a62d9 chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10914) 2023-07-28 11:41:20 +02:00
TrueCharts Bot
6eb51f71b9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10913) 2023-07-28 10:37:09 +02:00
TrueCharts Bot
f740b8c13b chore(deps): update container image tccr.io/truecharts/adminer to latest (#10912) 2023-07-28 10:35:15 +02:00
TrueCharts Bot
3547511b0c chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10911) 2023-07-28 09:39:36 +02:00
TrueCharts Bot
dc685fc8e9 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10910) 2023-07-28 09:36:00 +02:00
TrueCharts Bot
2a6b2b554a chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10909) 2023-07-28 08:37:14 +02:00
TrueCharts Bot
fcb24fac38 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10908) 2023-07-28 07:35:30 +02:00
TrueCharts Bot
3d33ad9ba4 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10907) 2023-07-28 06:33:07 +02:00
TrueCharts Bot
e613e02510 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10906) 2023-07-28 05:35:29 +02:00
TrueCharts Bot
eddf519fff chore(deps): update container image tccr.io/truecharts/adminer to latest (#10905) 2023-07-28 04:51:21 +02:00
TrueCharts-Bot
8190062061 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-28 00:24:59 +00:00
TrueCharts Bot
3977153dbc chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10902) 2023-07-28 00:34:53 +02:00
TrueCharts Bot
59dd44511b chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10900) 2023-07-27 23:35:21 +02:00
TrueCharts Bot
b4ad407a2b chore(deps): update webtop (#10899) 2023-07-27 22:31:46 +02:00
TrueCharts Bot
56f977e837 chore(deps): update webtop (#10898) 2023-07-27 21:30:59 +02:00
TrueCharts Bot
891980b8a9 chore(deps): update webtop (#10897) 2023-07-27 20:32:11 +02:00
TrueCharts Bot
fb44c313b2 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10896) 2023-07-27 18:39:26 +02:00
TrueCharts Bot
4275cdeb8f chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10895) 2023-07-27 15:42:04 +02:00
TrueCharts Bot
d2896c9883 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10893) 2023-07-27 14:41:25 +02:00
TrueCharts Bot
519c2dda65 chore(deps): update helm general non-major (#10870)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://togithub.com/cert-manager/cert-manager) | patch
| `v1.12.2` -> `v1.12.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.6` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.2` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.8` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.14.7` -> `12.15.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`13.2.0` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.4` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.70` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.70` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.77` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.67` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `2.0.3` ->
`2.0.5` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.64` ->
`6.0.66` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.1` ->
`7.0.4` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.3` ->
`7.0.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

###
[`v1.12.3`](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.12.3)

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.12.2...v1.12.3)

#### Changes by Kind

##### Bugfixes

- BUGFIX: 1-character bug was causing invalid log messages and a memory
leak
([#&#8203;6235](https://togithub.com/cert-manager/cert-manager/issues/6235),
[@&#8203;jetstack-bot](https://togithub.com/jetstack-bot))

</details>

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v2.0.4`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.4)

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

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-27 11:17:07 +02:00
Xstar97TheNoob
73736ec3bd feat(piwigo) add notes to piwigo (#10876)
**Description**
Add note about the automated process for piwigo setup.
⚒️ 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-07-27 11:07:11 +02:00
Felix Schäfer
91bf5280ae Add paperless-ngx how-to (#10777)
**Description**

Work in progress how-to for paperless-ngx.

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


**📃 Notes:**

This is WIP to gauge if this the right tone for a how-to and to assert
if this would be interesting for TrueCharts.

**✔️ 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
2023-07-27 11:06:57 +02:00
StevenMcElligott
e6ccc022a7 feat(seedsync): Move to Stable (#10878)
**Description**

Testing working, so moving it over, super simple app anywhere

⚒️ 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-07-27 11:05:51 +02:00
StevenMcElligott
a95bce5acc feat(Photoview): Return to Stable (#10882)
**Description**

@xstar97 redid it a couple weeks ago, me and @ksimm1 tested, can confirm
it's good

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-27 11:05:03 +02:00
TrueCharts Bot
773f05442c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10892) 2023-07-27 10:37:03 +02:00
TrueCharts Bot
ebbb4a8b50 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10891) 2023-07-27 09:33:04 +02:00
TrueCharts Bot
4b8523ea31 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10890) 2023-07-27 08:35:29 +02:00
TrueCharts Bot
c5e3cc4dc5 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10889) 2023-07-27 07:35:44 +02:00
TrueCharts Bot
a790f635ac chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10887) 2023-07-27 05:34:37 +02:00
StevenMcElligott
e168809c17 fix(Flowise): Fix duplicate question (#10886)
**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:**

- [ ] ⚖️ 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-07-26 23:02:22 -04:00
TrueCharts Bot
8e5cf26de8 chore(deps): update webtop (#10885) 2023-07-27 04:40:10 +02:00
StevenMcElligott
9aec4e5062 migrate(ipmi-tools): Migrate to New Common (#10880)
**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._

---------

Signed-off-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-27 02:13:28 +00:00
TrueCharts Bot
8c313e9a06 chore(deps): update container image tccr.io/truecharts/webtop-arch-mate to latest (#10884) 2023-07-27 03:58:31 +02:00
TrueCharts Bot
cd7b8902e7 chore(deps): update webtop (#10879) 2023-07-27 02:48:59 +02:00
TrueCharts-Bot
76a94751e8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-27 00:24:42 +00:00
TrueCharts Bot
ed65443625 chore(deps): update container image tccr.io/truecharts/webtop-arch-kde to latest (#10877) 2023-07-27 01:32:52 +02:00
TrueCharts Bot
850d723fa7 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10875) 2023-07-27 00:34:14 +02:00
Stavros Kois
21e5d197cb fix(guacamole): fix indentation (#10873)
**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  #10871

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-26 23:48:48 +03:00
TrueCharts Bot
0f331a69e7 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10869) 2023-07-26 20:33:58 +02:00
TrueCharts Bot
80f7bfe0f6 chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10867) 2023-07-26 19:39:00 +02:00
TrueCharts Bot
549c99ba37 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10866) 2023-07-26 17:35:27 +02:00
TrueCharts Bot
1e9758f133 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10865) 2023-07-26 16:35:06 +02:00
Xstar97TheNoob
368ec4afc1 feat(flowise) add flowise (#10829) 2023-07-26 12:28:49 +02:00
Michael Schnerring
ff13100a2d fix(clusterissuer): fix issuerRef for self-signed CAs (#10847) 2023-07-26 12:28:22 +02:00
Michael Schnerring
865d3c4cde fix(stash): add /blobs PVC storage (#10852) 2023-07-26 12:27:33 +02:00
TrueCharts Bot
1fe00ced20 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10862) 2023-07-26 11:33:38 +02:00
TrueCharts Bot
a1e77ccb86 chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#10860) 2023-07-26 09:41:26 +02:00
TrueCharts Bot
ed33c3be51 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10861) 2023-07-26 09:40:40 +02:00
TrueCharts Bot
b3700e8456 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#10859) 2023-07-26 08:34:46 +02:00
TrueCharts Bot
dcd1617a14 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#10858) 2023-07-26 07:39:31 +02:00
TrueCharts Bot
9b7b9763c6 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-kde to latest (#10857) 2023-07-26 06:34:40 +02:00
TrueCharts Bot
1f95eb6cd8 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10856) 2023-07-26 05:37:36 +02:00
TrueCharts Bot
5a01898630 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10855) 2023-07-26 05:36:09 +02:00
TrueCharts Bot
1d8f8472fc chore(deps): update helm general non-major (#10810) 2023-07-26 04:57:35 +02:00
TrueCharts Bot
65eff97c18 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10853) 2023-07-26 04:54:21 +02:00
TrueCharts Bot
0f21bca287 chore(deps): update container image tccr.io/truecharts/ombi to v4.43.2 (#10850) 2023-07-26 04:03:34 +02:00
StevenMcElligott
449bc953dd migrate(seedsync): Update to new common (#10849)
**Description**

Someone said it works so might as well update it to new common
⚒️ 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._

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-26 01:44:06 +00:00
TrueCharts Bot
4c62a99b4e chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10848) 2023-07-26 02:52:25 +02:00
TrueCharts-Bot
fd026f0ac0 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-26 00:25:53 +00:00
TrueCharts Bot
81123cd316 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10846) 2023-07-26 00:36:16 +02:00
TrueCharts Bot
1e51b054b1 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10845) 2023-07-26 00:35:12 +02:00
TrueCharts Bot
59ea70420b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10844) 2023-07-25 23:35:27 +02:00
TrueCharts Bot
798682ea84 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10842) 2023-07-25 22:37:00 +02:00
TrueCharts Bot
6517f947d7 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#10843) 2023-07-25 22:35:06 +02:00
TrueCharts Bot
958371bce8 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10840) 2023-07-25 20:40:17 +02:00
TrueCharts Bot
5a34cf5229 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#10841) 2023-07-25 20:39:16 +02:00
TrueCharts Bot
d3daa3f7bf chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10839) 2023-07-25 19:36:20 +02:00
TrueCharts Bot
33fb2b28ba chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10838) 2023-07-25 18:36:36 +02:00
TrueCharts Bot
0a1bd7e8d2 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10837) 2023-07-25 18:35:35 +02:00
TrueCharts Bot
f58797fac9 chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#10835) 2023-07-25 16:36:39 +02:00
TrueCharts Bot
76644a5e7f chore(deps): update webtop (#10836) 2023-07-25 16:32:25 +02:00
TrueCharts Bot
1864e1c8f5 chore(deps): update container image tccr.io/truecharts/boinc to latest (#10832) 2023-07-25 15:48:24 +02:00
TrueCharts Bot
807ad50cce chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10833) 2023-07-25 15:40:43 +02:00
TrueCharts Bot
538dbf0a86 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10830) 2023-07-25 13:31:30 +02:00
TrueCharts Bot
d92e04377f chore(deps): update webtop (#10831) 2023-07-25 13:30:11 +02:00
Kjeld Schouten
15ab81fa48 fix(cert-manager): hardcode additional resolvers for now... (#10826)
**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-07-25 12:37:29 +02:00
TrueCharts Bot
cd3393b465 chore(deps): update container image tccr.io/truecharts/fluidd to v1.24.1 (#10828) 2023-07-25 12:35:10 +02:00
TrueCharts Bot
e4ac2186f2 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#10827) 2023-07-25 12:33:43 +02:00
TrueCharts Bot
0f16280a33 chore(deps): update helm general major (major) (#10722)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`12.14.6` -> `13.2.1` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | major | `1.0.31` ->
`2.0.3` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | major | `1.0.35` ->
`2.0.3` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | major | `6.0.62` ->
`7.0.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.1)

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

Function library for TrueCharts

###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0)

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

Function library for TrueCharts

###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3)

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

Function library for TrueCharts

###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2)

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

Function library for TrueCharts

###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0)

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

Function library for TrueCharts

###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1)

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

Function library for TrueCharts

###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

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

###
[`v2.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.3)

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

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

###
[`v2.0.2`](https://togithub.com/truecharts/charts/releases/tag/node-exporter-2.0.2)

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

Prometheus exporter for hardware and OS metrics exposed by UNIX kernels,
with pluggable metric collectors.

###
[`v2.0.1`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-2.0.1)

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

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

###
[`v2.0.0`](https://togithub.com/truecharts/charts/releases/tag/node-exporter-2.0.0)

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

Prometheus exporter for hardware and OS metrics exposed by UNIX kernels,
with pluggable metric collectors.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xOC4zIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-25 12:22:37 +02:00
StevenMcElligott
96c4f4933a fix(channels-dvr): Add root permissions to fix TVE (#10813)
**Description**

A user on discord found the fix for the TVE issue ->
https://discord.com/channels/830763548678291466/1014121707587522590/1132933759746969641

This was still show up despite previous fixes so root user it is

⚒️ Fixes  #9336 

**⚙️ 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
- [ ] 👀 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-25 11:40:11 +02:00
TrueCharts Bot
51aa3cae84 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10824) 2023-07-25 11:37:58 +02:00
Xstar97TheNoob
b34ad9f6cb feat(slash) add slash (#10806)
**Description**
A bookmarking and link shortening service that enables easy saving and
sharing of links.
⚒️ 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.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-25 11:35:45 +02:00
TrueCharts Bot
64b18e90a7 chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#10825) 2023-07-25 11:35:36 +02:00
Xstar97TheNoob
81d16faf80 feat(rdtclient) add rdtclient (#10807)
**Description**
This is a web interface to manage your torrents on Real-Debrid,
AllDebrid or Premiumize.
⚒️ 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:**
this offers a aria2 sidecar as this chart has a internal downloader and
a optional "external" aria2 as a downloader.

**✔️ 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-07-25 11:33:46 +02:00
TrueCharts Bot
9c57f005b0 chore(deps): update webtop (#10823) 2023-07-25 10:38:29 +02:00
TrueCharts Bot
a849c148fc chore(deps): update container image tccr.io/truecharts/webtop-alpine-mate to latest (#10822) 2023-07-25 09:37:46 +02:00
TrueCharts Bot
63ede3c90f chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#10821) 2023-07-25 08:38:37 +02:00
TrueCharts Bot
f9f5c3ca0f chore(deps): update webtop (#10820) 2023-07-25 07:38:04 +02:00
TrueCharts Bot
96559cc1ec chore(deps): update rdesktop (#10819) 2023-07-25 06:41:40 +02:00
TrueCharts Bot
e1432ca87e chore(deps): update rdesktop (#10818) 2023-07-25 05:37:52 +02:00
TrueCharts Bot
d6ecd12dad chore(deps): update rdesktop (#10817) 2023-07-25 04:58:13 +02:00
TrueCharts Bot
f1c2b9e812 chore(deps): update rdesktop (#10816) 2023-07-25 04:03:04 +02:00
TrueCharts Bot
ff4385be22 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-openbox to latest (#10815) 2023-07-25 02:52:06 +02:00
TrueCharts-Bot
82ad95b95d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-25 00:27:28 +00:00
TrueCharts Bot
8a5ee4c32c chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#10812) 2023-07-25 01:38:51 +02:00
TrueCharts Bot
6dd22ff920 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-mate to latest (#10809) 2023-07-24 23:35:41 +02:00
TrueCharts Bot
c335fcea58 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10808) 2023-07-24 22:37:26 +02:00
TrueCharts Bot
08c93889e5 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#10805) 2023-07-24 20:39:53 +02:00
TrueCharts Bot
7abde0aef6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10789) 2023-07-24 18:34:21 +02:00
TrueCharts Bot
dfbb9f21b8 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest (#10803) 2023-07-24 17:38:31 +02:00
TrueCharts Bot
a932d6d970 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#10802) 2023-07-24 15:36:55 +02:00
Xstar97TheNoob
5dc864a957 feat(local-ai) add local-ai (#10323) 2023-07-24 15:29:47 +02:00
Stavros Kois
96342ca379 feat(guacamole-client): BREAKING CHANGES migrate new common (#10771) 2023-07-24 15:29:35 +02:00
TrueCharts Bot
c36414dd19 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-i3 to latest (#10801) 2023-07-24 13:31:49 +02:00
TrueCharts Bot
ef40a725fe chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#10799) 2023-07-24 12:39:58 +02:00
TrueCharts Bot
37141cb4da chore(deps): update container image tccr.io/truecharts/lancache-monolithic to latest (#10798) 2023-07-24 12:37:29 +02:00
TrueCharts Bot
3bb86e0e04 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-openbox to latest (#10797) 2023-07-24 11:32:41 +02:00
TrueCharts Bot
e96b3f303b chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest (#10796) 2023-07-24 10:36:15 +02:00
StevenMcElligott
89fe9679e7 fix(xen-orchestra): Fix HTTPS port to prevent ingress errors (Bad Gateway) (#10790)
**Description**

User pointed the Bad Gateway error and I verfied, so since it's simple
why waste a bug report

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

---------

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-07-24 10:50:34 +03:00
TrueCharts Bot
ead78a8083 chore(deps): update rdesktop (#10795) 2023-07-24 09:33:39 +02:00
TrueCharts Bot
f9a6223a8f chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#10794) 2023-07-24 08:37:38 +02:00
TrueCharts Bot
cdc2bc6bb1 chore(deps): update mealie (#10793) 2023-07-24 07:35:39 +02:00
TrueCharts Bot
ac55a0eae6 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.1.3371 (#10792) 2023-07-24 06:36:57 +02:00
TrueCharts Bot
7558b3b552 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#10791) 2023-07-24 06:36:33 +02:00
TrueCharts Bot
668f6f93a9 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.2 (#10788) 2023-07-24 05:37:13 +02:00
TrueCharts Bot
13e0e2e1ad chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.2 (#10786) 2023-07-24 04:51:10 +02:00
TrueCharts Bot
902f03b89b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10787) 2023-07-24 04:50:22 +02:00
TrueCharts Bot
bb7409cc71 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10785) 2023-07-24 04:05:05 +02:00
TrueCharts Bot
a7b4e2234f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10784) 2023-07-24 04:04:44 +02:00
TrueCharts Bot
250048eee9 chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10782) 2023-07-24 02:56:50 +02:00
TrueCharts Bot
9e95cecab5 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10783) 2023-07-24 02:54:40 +02:00
TrueCharts Bot
36459f8106 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10781) 2023-07-24 01:33:43 +02:00
TrueCharts Bot
c1ab923f93 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10780) 2023-07-24 01:32:44 +02:00
TrueCharts Bot
ac58f49467 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10779) 2023-07-23 23:38:46 +02:00
TrueCharts Bot
dec6bf625b chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10778) 2023-07-23 22:34:30 +02:00
TrueCharts Bot
ca3e88b38b chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10775) 2023-07-23 21:33:39 +02:00
TrueCharts Bot
9a9106a816 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10776) 2023-07-23 21:32:36 +02:00
NeoToxic
e029858310 fix(lldap) fix password requirements with the correct validation type. (#10774)
**⚒️ Fixes**

Change min value for LLDAP password to min length

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

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

---------

Signed-off-by: NeoToxic <remidu34070@hotmail.fr>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-23 21:30:17 +03:00
TrueCharts Bot
be31e14287 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10773) 2023-07-23 16:35:58 +02:00
kqmaverick
95e4b34ebb fix(seafile): update logo (#10755)
**Description**
Logo background was not transparent. 

⚒️ 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:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-23 16:51:16 +03:00
TrueCharts Bot
01511242bc chore(deps): update helm chart common to 13.2.1 (#10757)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.1)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xOS4xIiwidXBkYXRlZEluVmVyIjoiMzYuMTkuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-23 16:51:04 +03:00
Xstar97TheNoob
306f39098f fix(radarr) fix exportarr sidecar and allow the user to disable it. (#10759)
**Description**
Fix exportarr sidecar and allow the user to disable it by disabling
metrics.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-23 16:50:49 +03:00
Xstar97TheNoob
e6b97940d7 fix(readarr) fix exportarr sidecar and allow the user to disable it. (#10760)
**Description**
Fix exportarr sidecar and allow the user to disable it by disabling
metrics.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-23 16:50:38 +03:00
Xstar97TheNoob
7847b5379e fix(prowlarr) fix exportarr sidecar and allow the user to disable it. (#10761)
**Description**
Fix exportarr sidecar and allow the user to disable it by disabling
metrics.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-23 16:50:18 +03:00
Xstar97TheNoob
eb50530bc7 fix(lidarr) fix exportarr sidecar and allow the user to disable it. (#10758)
**Description**
Fix exportarr sidecar and allow the user to disable it by disabling
metrics.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-23 16:50:07 +03:00
TrueCharts Bot
9faacc40a2 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10772) 2023-07-23 15:35:58 +02:00
TrueCharts Bot
c647186094 chore(deps): update renovatebot/github-action action to v39.0.1 (#10770)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.0.0` -> `v39.0.1` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.0.0...v39.0.1)

##### Documentation

- update references to renovatebot/github-action to v39
([184f0e6](184f0e65a7))

##### Miscellaneous Chores

- **deps:** update dependency eslint to v8.45.0
([323923a](323923a9f3))
- **deps:** update linters to v5.62.0
([bddac3d](bddac3de97))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.0.4
([5df2f24](5df2f24f5d))

##### Continuous Integration

- **deps:** update renovate docker tag to v36
([#&#8203;775](https://togithub.com/renovatebot/github-action/issues/775))
([fe6a130](fe6a130a27))
- **deps:** update renovate docker tag to v36.10.1
([a435134](a435134ad9))
- **deps:** update renovate docker tag to v36.14.0
([6660f96](6660f963aa))
- **deps:** update renovate docker tag to v36.17.0
([b55d474](b55d4743d5))
- **deps:** update renovate docker tag to v36.18.2
([3aa34f8](3aa34f8d60))
- **deps:** update renovate docker tag to v36.18.4
([a05d760](a05d76073e))
- **deps:** update renovate docker tag to v36.19.1
([d2638c2](d2638c281a))
- **deps:** update renovate docker tag to v36.19.2
([dde1ebd](dde1ebd6da))
- **deps:** update renovate docker tag to v36.8.1
([e4094b3](e4094b38c5))
- **deps:** update renovate docker tag to v36.8.11
([d67dd20](d67dd20be0))
- **deps:** update renovate docker tag to v36.8.2
([e48e03e](e48e03eade))
- **deps:** update renovate docker tag to v36.8.4
([896c8fd](896c8fda33))
- **deps:** update renovate docker tag to v36.8.5
([5aac6a8](5aac6a844f))
- **deps:** update renovate docker tag to v36.9.1
([ae5914e](ae5914ecd4))
- **deps:** update renovate docker tag to v36.9.2
([c55fda9](c55fda996d))
- **deps:** update wagoid/commitlint-github-action action to v5.4.2
([eb33448](eb33448f3e))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzYuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-23 11:22:29 +02:00
TrueCharts Bot
c70a098905 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10769) 2023-07-23 09:41:25 +02:00
TrueCharts Bot
ce343a3636 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10767) 2023-07-23 06:35:47 +02:00
TrueCharts Bot
73c366a1ef chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#10766) 2023-07-23 05:40:11 +02:00
TrueCharts Bot
c7511edab4 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10765) 2023-07-23 04:00:10 +02:00
TrueCharts-Bot
deb116b244 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-23 00:28:04 +00:00
TrueCharts Bot
320efbaa51 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#10764) 2023-07-23 01:35:45 +02:00
TrueCharts Bot
05eb7c4546 chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#10763) 2023-07-23 00:37:14 +02:00
TrueCharts Bot
b194a61561 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10762) 2023-07-23 00:34:42 +02:00
Stavros Kois
3c1c2f40cd fix(nextcloud): fix too strict validation 2023-07-22 20:42:46 +03:00
TrueCharts Bot
20df915347 chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#10753) 2023-07-22 19:34:53 +02:00
TrueCharts Bot
be3586ee1d chore(deps): update container image tccr.io/truecharts/syslog-ng to v4.3.0 (#10754) 2023-07-22 19:34:41 +02:00
Stavros Kois
6d6eedb767 feat(mealie): move to stable (#10751)
**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**

- [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
- [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-07-22 20:12:49 +03:00
TrueCharts Bot
50b89471fb chore(deps): update helm general non-major (#10721) 2023-07-22 18:47:42 +02:00
Xstar97TheNoob
630d4abb5a feat(sonarr) allow the user to disable exportarr (#10743)
**Description**
Give the user the ability to disable exportarr by disabling metrics
itself
⚒️ 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.
- [ ] 🖼️ 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-07-22 19:44:47 +03:00
TrueCharts Bot
a70407d2ec chore(deps): update container image tccr.io/truecharts/anonaddy to v0.14.1 (#10749) 2023-07-22 18:35:37 +02:00
TrueCharts Bot
413762dc49 chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10750) 2023-07-22 18:33:45 +02:00
Ethan Leisinger
259b791af3 fix(nextcloud): make previews.max_allowed_resolution string type (#10748)
**Description**
I see an error when upgrading nextcloud instance: `[EINVAL]
values.nextcloud.previews.max_allowed_resolution: Not an integer`
⚒️ 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?**
I have not personally tested this because testing would be more complex
than warrented for the fix IMO

**📃 Notes:**
The options I saw for this fix were:

1. Update default value to `18`
2. Update type to `string`

I selected option 2 because the `imaginary` repo specifies `18.0` as the
default.

**✔️ 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
- [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-07-22 15:24:22 +00:00
TrueCharts Bot
fb8be03f4d chore(deps): update container image tccr.io/truecharts/domoticz to v2023.2.20230721 (#10747) 2023-07-22 16:34:50 +02:00
TrueCharts Bot
f863f63d0f chore(deps): update container image tccr.io/truecharts/code-server to v4.15.0 (#10746) 2023-07-22 16:32:50 +02:00
TrueCharts Bot
10358a7063 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.20 (#10744) 2023-07-22 15:44:14 +02:00
TrueCharts Bot
6cbc5ef7da chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.1 (#10745) 2023-07-22 15:39:15 +02:00
TrueCharts Bot
d906e3c1a3 chore(deps): update container image tccr.io/truecharts/flexget to v3.7.10 (#10741) 2023-07-22 14:37:42 +02:00
TrueCharts Bot
97f9b89917 chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.3 (#10742) 2023-07-22 14:37:26 +02:00
Andy
5f21f72b36 feat(joplin-server): Migrate to new common (#9564)
**Description**
Migrate joplin-server to new common based on the changes in
https://github.com/truecharts/charts/pull/7913/files
⚒️ 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?**


**📃 Notes:**

**✔️ 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
- [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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-22 15:14:27 +03:00
Xstar97TheNoob
9eb2ff1ed9 migrate(mealie) migrate to new common (#10104)
**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
- [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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 15:14:12 +03:00
TrueCharts Bot
d0ccf52d2e chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10739) 2023-07-22 13:36:26 +02:00
TrueCharts Bot
d058865839 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.118.0 (#10740) 2023-07-22 13:35:02 +02:00
Stavros Kois
76cfb63c3c bump common and redis on migrated incubator apps (#10738)
**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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 14:08:13 +03:00
TrueCharts Bot
2d51598cf2 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#10694) 2023-07-22 12:44:24 +02:00
TrueCharts Bot
27643fb133 chore(deps): update container image tccr.io/truecharts/minio to latest (#10736) 2023-07-22 12:37:19 +02:00
TrueCharts Bot
5c49533724 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10737) 2023-07-22 12:36:31 +02:00
Xstar97TheNoob
2fc740b91a WIP migrate(misskey) migrate to new common **BREAKING CHANGES** (#10285)
**Description**
Migrate app to new common and update container to latest version.

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

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-22 12:58:36 +03:00
TrueCharts Bot
6592e81a22 chore(deps): update container image tccr.io/truecharts/collabora to v23.05.1.3.1 (#10213) 2023-07-22 11:34:29 +02:00
TrueCharts Bot
c8a52e1ed3 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10735) 2023-07-22 11:29:01 +02:00
TrueCharts Bot
ae0fd4bd43 chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10734) 2023-07-22 11:28:42 +02:00
Xstar97TheNoob
b39dbca53a fix(flaresolverr) fix some variables in questions (#10719)
**Description**
Fix some gui options to have default values.

⚒️ 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:**
Should fix the issue where users had to reinstall.

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-22 12:24:54 +03:00
waflint
bf0cda4cb2 fix(komga) update internal ports for 1.x (#10703)
**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.
-->

updates internal port from `8080` to `25600` per [breaking changes
note](https://komga.org/blog/prepare-v1/#breaking-changes) on Komga's
1.x announcement

submitting as a fix for blocked PR
[10330](https://github.com/truecharts/charts/pull/10330) based on
recommendation from the truecharts discord

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ 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
- [ ] ⬆️ 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: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: waflint <94139453+waflint@users.noreply.github.com>
Co-authored-by: TrueCharts-Admin <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-07-22 11:52:26 +03:00
TrueCharts Bot
f744b43342 chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10733) 2023-07-22 10:34:27 +02:00
Stavros Kois
ebd58f8a2f fix(homebox): ints must be quoted in CMs/Secrets. (#10732)
**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  #10391

**⚙️ 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._
2023-07-22 11:10:38 +03:00
Stavros Kois
c8b515cd42 feat(nextcloud): allow setting imaginary max allowed resolution (#10731)
**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  #10393 

**⚙️ 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
- [ ] 📄 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-07-22 11:02:21 +03:00
TrueCharts Bot
12f49df34a chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10730) 2023-07-22 09:37:32 +02:00
TrueCharts Bot
f86640ad66 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10729) 2023-07-22 09:36:28 +02:00
TrueCharts Bot
169f65ff34 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10728) 2023-07-22 07:34:56 +02:00
TrueCharts Bot
f3117e3410 chore(deps): update container image tccr.io/truecharts/anonaddy to v0.14.1 (#10726) 2023-07-22 06:37:28 +02:00
TrueCharts Bot
44c3cd708d chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10727) 2023-07-22 06:34:52 +02:00
TrueCharts Bot
79ec3a9d7a chore(deps): update rdesktop (#10725) 2023-07-22 04:42:43 +02:00
TrueCharts Bot
165dd30a3c chore(deps): update rdesktop (#10724) 2023-07-22 02:54:39 +02:00
TrueCharts Bot
ff8fd29186 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#10723) 2023-07-22 01:33:42 +02:00
TrueCharts Bot
1ab9d1d257 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10720) 2023-07-22 00:32:19 +02:00
Xstar97TheNoob
28040a022f feat(prowlarr) add exportarr sidecar to prowlarr (#10718)
**Description**
Add exportarr sidecar to prowlarr

⚒️ 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.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-21 23:14:23 +02:00
Xstar97TheNoob
f45ff2940f feat(lidarr) add exportarr sidecar to lidarr (#10717)
**Description**
Add exportarr metrics sidecarr to lidarr
⚒️ 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.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-21 23:03:27 +02:00
Xstar97TheNoob
94df0cd8c1 feat(readarr) add exportarr sidecar to readarr (#10716)
**Description**
Add exportarr metrics sidecar to readarr
⚒️ 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.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-21 23:03:07 +02:00
Xstar97TheNoob
bc0a19040a fix(sonarr) metrics endpoints port service (#10715)
**Description**
Fix sonarr's metrics endpoint port to match the correct service port.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-21 23:02:59 +02:00
Xstar97TheNoob
c7ae816b8d feat(radarr) add exportarr sidecar to radarr (#10714)
**Description**
Add exportarr metrics sidecar

⚒️ 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.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-21 23:02:47 +02:00
TrueCharts Bot
27134cbbf5 chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10713) 2023-07-21 22:37:03 +02:00
TrueCharts Bot
ab663eb438 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10712) 2023-07-21 21:37:51 +02:00
Xstar97TheNoob
9fd5a71eee feat(sonarr) add exportarr sidecar to sonarr (#10354)
**Description**
Add exportarr sidecar to sonarr
⚒️ 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.
- [ ] 🖼️ 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-21 21:32:53 +02:00
TrueCharts Bot
f9e9e3c9ae chore(deps): update immich to v1.68.0 (minor) (#10711) 2023-07-21 20:42:13 +02:00
TrueCharts Bot
28fd85c171 chore(deps): update container image tccr.io/truecharts/muse to v2.4.0 (#10710) 2023-07-21 20:36:20 +02:00
TrueCharts Bot
c9626eeab6 chore(deps): update container image tccr.io/truecharts/strapi to v4.11.7 (#10708) 2023-07-21 19:34:57 +02:00
TrueCharts Bot
b9a2fdfba8 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.5.0 (#10709) 2023-07-21 19:34:18 +02:00
TrueCharts Bot
58f4f31efc chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.19 (#10707) 2023-07-21 18:41:41 +02:00
TrueCharts Bot
d976a6f5df chore(deps): update container image tccr.io/truecharts/plex to v1.32.5.7328 (#10706) 2023-07-21 18:40:13 +02:00
TrueCharts Bot
079ad51b86 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.23 (#10704) 2023-07-21 17:35:15 +02:00
TrueCharts Bot
6555a06982 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.7.0 (#10705) 2023-07-21 17:35:09 +02:00
TrueCharts Bot
9b815b8360 chore(deps): update helm general non-major (#10666) 2023-07-21 16:43:04 +02:00
TrueCharts Bot
c697749e91 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10701) 2023-07-21 16:37:58 +02:00
TrueCharts Bot
1c61229789 chore(deps): update container image tccr.io/truecharts/drawio to v21.6.5 (#10702) 2023-07-21 16:37:24 +02:00
TrueCharts Bot
f6d171643d chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230720 (#10700) 2023-07-21 14:42:14 +02:00
TrueCharts Bot
db57f565c1 chore(deps): update container image tccr.io/truecharts/crafty-4 to v4.1.3 (#10699) 2023-07-21 14:40:06 +02:00
kqmaverick
b0706c59ce docs(clusterissuer): add cert-manager (#10681)
**Description**
Adds guidance on cert-manager and prometheus operators.

⚒️ 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-07-21 14:24:58 +02:00
TrueCharts Bot
71422b2f51 chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.3 (#10697) 2023-07-21 13:36:24 +02:00
TrueCharts Bot
f5cf0b6096 chore(deps): update container image tccr.io/truecharts/baserow to v1.19.1 (#10698) 2023-07-21 13:35:26 +02:00
TrueCharts Bot
87ad5b9937 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10696) 2023-07-21 12:37:30 +02:00
TrueCharts Bot
bdf278f6be chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10695) 2023-07-21 12:36:10 +02:00
TrueCharts Bot
93da4a3aaa chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10693) 2023-07-21 11:36:29 +02:00
TrueCharts Bot
438343e03e chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10692) 2023-07-21 10:34:26 +02:00
TrueCharts Bot
1cad1cd99b chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10691) 2023-07-21 09:38:37 +02:00
TrueCharts Bot
3ea2e0cd0f chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10690) 2023-07-21 08:33:20 +02:00
TrueCharts Bot
cb4f2e69ce chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10689) 2023-07-21 06:36:46 +02:00
TrueCharts Bot
01ffb9f4e2 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10687) 2023-07-21 04:48:46 +02:00
TrueCharts Bot
45ccffd9e3 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10688) 2023-07-21 04:47:37 +02:00
TrueCharts Bot
2ab0e3df23 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10684) 2023-07-21 04:02:37 +02:00
TrueCharts Bot
5a2e4ebf2c chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10685) 2023-07-21 04:02:01 +02:00
TrueCharts Bot
a5e6017aba chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10683) 2023-07-21 02:59:53 +02:00
TrueCharts Bot
18f6a8e960 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10682) 2023-07-21 02:57:55 +02:00
TrueCharts Bot
a2dcf13812 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10680) 2023-07-21 00:38:09 +02:00
TrueCharts Bot
8429a95e0a chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10679) 2023-07-21 00:37:50 +02:00
TrueCharts Bot
4a197b7d55 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10678) 2023-07-20 23:39:20 +02:00
TrueCharts Bot
c199be7bb2 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10677) 2023-07-20 22:37:54 +02:00
TrueCharts Bot
d4a848eaf0 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10675) 2023-07-20 21:32:56 +02:00
TrueCharts Bot
22c97883ca chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10676) 2023-07-20 21:31:47 +02:00
TrueCharts Bot
02cdde7fd8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10674) 2023-07-20 20:35:08 +02:00
TrueCharts Bot
c726a19527 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10672) 2023-07-20 19:36:13 +02:00
TrueCharts Bot
f5a1f7f2e0 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10671) 2023-07-20 18:36:01 +02:00
TrueCharts Bot
f397ade023 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#10670) 2023-07-20 17:35:32 +02:00
TrueCharts Bot
9e9b8fbac6 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10669) 2023-07-20 15:40:03 +02:00
TrueCharts Bot
e1f288fd5f chore(deps): update container image tccr.io/truecharts/babybuddy to v2.0.2 (#10667) 2023-07-20 10:48:58 +02:00
TrueCharts Bot
9c5810f60c chore(deps): update container image tccr.io/truecharts/minecraft-bedrock to v2023.7.1 (#10668) 2023-07-20 10:46:48 +02:00
TrueCharts Bot
194da5fd38 chore(deps): update container image tccr.io/truecharts/photoprism to v230719 (#10660) 2023-07-20 10:41:16 +02:00
TrueCharts Bot
8e1afdda35 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.21.0 (#10665) 2023-07-20 10:40:06 +02:00
TrueCharts Bot
429e0c208f chore(deps): update container image tccr.io/truecharts/baserow to v1.19.0 (#10654) 2023-07-20 10:40:03 +02:00
TrueCharts Bot
83ccb14624 chore(deps): update container image tccr.io/truecharts/rss-bridge to v2023-07 (#10662) 2023-07-20 10:39:24 +02:00
TrueCharts Bot
16c2e069ef chore(deps): update container image tccr.io/truecharts/esphome to v2023.7.0 (#10657) 2023-07-20 10:39:20 +02:00
TrueCharts Bot
1032625309 chore(deps): update container image tccr.io/truecharts/netdata to v1.41.0 (#10659) 2023-07-20 10:39:05 +02:00
TrueCharts Bot
47927eafe9 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.5.0 (#10661) 2023-07-20 10:38:59 +02:00
TrueCharts Bot
e91ea1dc96 chore(deps): update container image tccr.io/truecharts/impostor-server-nightly to vnightly (#10489) 2023-07-20 10:38:34 +02:00
TrueCharts Bot
410b0cb3b9 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.4.1 (#10656) 2023-07-20 10:38:30 +02:00
TrueCharts Bot
47eb2f62dd chore(deps): update container image tccr.io/truecharts/satisfactory to v1.5.2 (#10663) 2023-07-20 10:38:01 +02:00
TrueCharts Bot
a96cecc68b chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#10655) 2023-07-20 10:37:54 +02:00
TrueCharts Bot
1aab353c9c chore(deps): update container image tccr.io/truecharts/alist to v3.22.1 (#10653) 2023-07-20 10:37:49 +02:00
TrueCharts Bot
76dc32c7fb chore(deps): update container image tccr.io/truecharts/mediainfo to v23.07.1 (#10658) 2023-07-20 10:37:26 +02:00
TrueCharts Bot
ec9f7b71e5 chore(deps): update container image tccr.io/truecharts/invidious to latest (#10650) 2023-07-20 10:37:19 +02:00
TrueCharts Bot
4cf33efbd8 chore(deps): update container image tccr.io/truecharts/whoami to v1.10.1 (#10664) 2023-07-20 10:37:07 +02:00
TrueCharts Bot
971e4b422b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10651) 2023-07-20 10:36:58 +02:00
TrueCharts Bot
97d2d9a76b chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.7.20 (#10652) 2023-07-20 10:36:52 +02:00
TrueCharts Bot
89d3611c35 chore(deps): update container image tccr.io/truecharts/impostor-server to v1.8.4 (#10582) 2023-07-20 10:35:36 +02:00
TrueCharts Bot
ff8c98220f chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10649) 2023-07-20 09:36:38 +02:00
Xstar97TheNoob
fa20813cf1 chore(transmission) make service port configurable + housekeeping + update 4.0.3 (#10343)
**Description**
Make the service port configurable and housekeeping for questions.yaml

Update version to 4.0.3

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

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

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

- [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._
2023-07-20 09:35:59 +02:00
TrueCharts Bot
e935b90b43 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10648) 2023-07-20 09:34:50 +02:00
Xstar97TheNoob
2db10c41a0 migrate(megasync) migrate megasync to common **BREAKING CHANGES** (#10623)
**Description**
Migrate megasync to new common
⚒️ 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
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-20 09:25:26 +02:00
Xstar97TheNoob
2469226203 fix(flaresolverr) disable portal, make service configurable, add gui options. (#10614)
**Description**
Disabled portal
make the service configurable 
and added gui options to manage 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)
- [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
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-20 09:24:32 +02:00
TrueCharts Bot
0457e3416b chore(deps): update helm chart common to 13.2.0 (#10499)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0)

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

Function library for TrueCharts

###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3)

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

Function library for TrueCharts

###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2)

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

Function library for TrueCharts

###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0)

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

Function library for TrueCharts

###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1)

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

Function library for TrueCharts

###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0)

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjExIiwidXBkYXRlZEluVmVyIjoiMzYuMTMuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-20 09:23:29 +02:00
Kjeld Schouten
8cdb207a1a fix(clusterissuer): actually verify operator presence 2023-07-20 09:19:58 +02:00
TrueCharts Bot
c6c11e7cb2 chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.18 (#10646) 2023-07-20 08:38:59 +02:00
TrueCharts Bot
c0eb458f43 chore(deps): update container image tccr.io/truecharts/soft-serve to v0.5.5 (#10647) 2023-07-20 08:38:45 +02:00
TrueCharts Bot
675e08ec34 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10644) 2023-07-20 07:33:25 +02:00
TrueCharts Bot
22d8241748 chore(deps): update container image tccr.io/truecharts/picoshare to v1.3.6 (#10645) 2023-07-20 07:32:40 +02:00
TrueCharts Bot
2fb7ca9487 chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.2 (#10643) 2023-07-20 06:36:38 +02:00
TrueCharts Bot
29c56e910b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10642) 2023-07-20 06:35:38 +02:00
TrueCharts Bot
2d3ebf5b40 chore(deps): update helm general non-major (#10613) 2023-07-20 06:08:52 +02:00
TrueCharts Bot
9035179878 chore(deps): update container image tccr.io/truecharts/n8n to v1.0.4 (#10641) 2023-07-20 05:36:40 +02:00
TrueCharts Bot
fcaeb2c48e chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#10640) 2023-07-20 05:36:32 +02:00
TrueCharts Bot
ba2be290b7 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.6.0 (#10638) 2023-07-20 04:51:41 +02:00
TrueCharts Bot
3b99cfceed chore(deps): update container image tccr.io/truecharts/muse to v2.3.1 (#10639) 2023-07-20 04:51:06 +02:00
TrueCharts Bot
056b25cdf9 chore(deps): update container image tccr.io/truecharts/homepage to v0.6.22 (#10637) 2023-07-20 04:01:22 +02:00
TrueCharts Bot
5789fde680 chore(deps): update container image tccr.io/truecharts/drawio to v21.6.3 (#10636) 2023-07-20 04:00:49 +02:00
TrueCharts Bot
e66f61ad0c chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#10635) 2023-07-20 02:55:46 +02:00
TrueCharts Bot
9a077033d1 chore(deps): update container image tccr.io/truecharts/minio to latest (#10634) 2023-07-20 02:54:43 +02:00
TrueCharts-Bot
9b66920512 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-20 00:27:30 +00:00
TrueCharts Bot
d2d2adf52e chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10632) 2023-07-20 01:36:15 +02:00
TrueCharts Bot
e9fcc05735 chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10633) 2023-07-20 01:35:47 +02:00
TrueCharts Bot
940062e6bb chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10631) 2023-07-20 00:37:23 +02:00
TrueCharts Bot
5b10b8e719 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.4 (#10629) 2023-07-19 23:33:33 +02:00
TrueCharts Bot
ae24e6973b chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10627) 2023-07-19 21:37:10 +02:00
TrueCharts Bot
ada83816dd chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10628) 2023-07-19 21:36:18 +02:00
TrueCharts Bot
94fdc34b3f chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10625) 2023-07-19 20:42:24 +02:00
TrueCharts Bot
e719826fcd chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#10624) 2023-07-19 20:41:48 +02:00
TrueCharts Bot
335d3f762e chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10622) 2023-07-19 19:33:50 +02:00
Alec Fenichel
718309f70b fix(wyoming-piper) fix questions issue (#10620)
**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
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-19 12:57:58 -04:00
TrueCharts Bot
30275bbc4f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10619) 2023-07-19 18:42:15 +02:00
TrueCharts Bot
dd4855a5c7 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10618) 2023-07-19 18:42:06 +02:00
TrueCharts Bot
68ae150973 chore(deps): update container image tccr.io/truecharts/boinc to latest (#10617) 2023-07-19 17:35:49 +02:00
TrueCharts Bot
c70a876917 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10616) 2023-07-19 16:39:21 +02:00
TrueCharts Bot
28931b1b8a chore(deps): update container image tccr.io/truecharts/mattermost to v8.0.0 (#10615) 2023-07-19 16:39:03 +02:00
Xstar97TheNoob
8b1f0a9beb chore(gamevault-backend) move gamevault-backend to stable + disable portal. (#10604) 2023-07-19 15:29:42 +02:00
Xstar97TheNoob
7790bb586b chore(seafile) move seafile to stable (#10612) 2023-07-19 15:29:17 +02:00
kqmaverick
67fe8eff52 fix(wg-easy): update mtu default (#10515) 2023-07-19 15:28:44 +02:00
Alec Fenichel
b44096a70f feat(wyoming-whisper) Add wyoming-whisper (#10404)
**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)-->

Add
[wyoming-whisper](https://github.com/home-assistant/addons/blob/master/whisper/DOCS.md)
(STT) for Home Assistant.

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

- [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`

https://github.com/truecharts/containers/pull/25843

---

_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: Alec Fenichel <alec.fenichel@gmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-19 09:27:38 -04:00
Alec Fenichel
07931472fd feat(wyoming-piper) Add wyoming-piper (#10405)
**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)-->

Add
[wyoming-piper](https://github.com/home-assistant/addons/blob/master/piper/DOCS.md)
(TTS) for Home Assistant.

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

- [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`

https://github.com/truecharts/containers/pull/25844

---

_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>
Signed-off-by: Alec Fenichel <alec.fenichel@gmail.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-19 09:26:23 -04:00
Xstar97TheNoob
3c90d1fa1b chore(stash) remove redundant env + housekeeping **BREAKING CHANGES** (#10547) 2023-07-19 15:25:22 +02:00
StevenMcElligott
fb66875f70 feat(mattermost): Back 2 stable after new common (#10599) 2023-07-19 15:24:15 +02:00
TrueCharts Bot
4cbdaf74d9 chore(deps): update helm chart common to 12.15.0 (#10603)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMC4xIiwidXBkYXRlZEluVmVyIjoiMzYuMTAuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-19 14:53:27 +02:00
TrueCharts Bot
ca88c77964 chore(deps): update helm chart common to 13.2.0 (#10555)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`12.14.6` -> `13.2.0` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | major |
`12.14.8` -> `13.2.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

###
[`v13.2.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.2.0)

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

Function library for TrueCharts

###
[`v13.1.3`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.3)

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

Function library for TrueCharts

###
[`v13.1.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.2)

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

Function library for TrueCharts

###
[`v13.1.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.1.0)

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

Function library for TrueCharts

###
[`v13.0.1`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.1)

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

Function library for TrueCharts

###
[`v13.0.0`](https://togithub.com/truecharts/library-charts/releases/tag/common-13.0.0)

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNi45LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNi45LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-19 14:52:42 +02:00
Kjeld Schouten
9eb6638145 fix(clusterissuer): try to deal with the fact cert-manager contains a dash 2023-07-19 14:43:06 +02:00
TrueCharts Bot
b8b4503cb0 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10611) 2023-07-19 14:39:28 +02:00
Kjeld Schouten
252937728b fix(clusterissuer): ensure clusterissuer is compatible with new cert-manager operator 2023-07-19 14:05:27 +02:00
TrueCharts Bot
a1e48fdff2 chore(deps): update container image tccr.io/truecharts/gitea to v1.20.0 (#10610) 2023-07-19 12:36:04 +02:00
TrueCharts Bot
7bbe78a4f1 chore(deps): update container image tccr.io/truecharts/lidarr to v1.3.1.3371 (#10609) 2023-07-19 10:38:56 +02:00
TrueCharts Bot
52e5ebce4c chore(deps): update container image tccr.io/truecharts/pylon to v2.10.0 (#10608) 2023-07-19 09:36:06 +02:00
TrueCharts Bot
4c17059b8e chore(deps): update container image tccr.io/truecharts/piwigo to v13.8.0 (#10607) 2023-07-19 09:35:52 +02:00
TrueCharts Bot
20c79c5f37 chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.80.1 (#10606) 2023-07-19 08:37:02 +02:00
TrueCharts Bot
4dd1d0b2bd chore(deps): update container image tccr.io/truecharts/calibre to v6.23.0 (#10605) 2023-07-19 08:36:22 +02:00
TrueCharts Bot
928040dd45 chore(deps): update container image tccr.io/truecharts/homarr to v0.13.0 (#10602) 2023-07-19 06:31:06 +02:00
TrueCharts Bot
a0b986fecd chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.3.2 (#10600) 2023-07-19 05:28:24 +02:00
TrueCharts Bot
3b97a78628 chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.7.1 (#10601) 2023-07-19 05:26:33 +02:00
TrueCharts Bot
832514dd4f chore(deps): update container image tccr.io/truecharts/unifi to v7.4.162 (#10598) 2023-07-19 04:02:23 +02:00
TrueCharts Bot
be4bdabef0 chore(deps): update container image tccr.io/truecharts/tautulli to v2.12.5 (#10597) 2023-07-19 04:01:43 +02:00
TrueCharts Bot
4156c02499 chore(deps): update container image tccr.io/truecharts/strapi to v4.11.5 (#10596) 2023-07-19 03:04:35 +02:00
TrueCharts Bot
8d504b5516 chore(deps): update container image tccr.io/truecharts/shlink-web-client to v3.10.2 (#10595) 2023-07-19 03:02:50 +02:00
TrueCharts-Bot
267caf7d18 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-19 00:39:17 +00:00
TrueCharts Bot
6d1883fa51 chore(deps): update container image tccr.io/truecharts/flexget to v3.7.9 (#10593) 2023-07-19 01:35:37 +02:00
TrueCharts Bot
61628a9e89 chore(deps): update container image tccr.io/truecharts/sabnzbd to v4.0.3 (#10594) 2023-07-19 01:30:48 +02:00
TrueCharts Bot
67abe2a2fd chore(deps): update container image tccr.io/truecharts/readarr to v0.2.3.1955 (#10591) 2023-07-19 00:29:05 +02:00
TrueCharts Bot
74a78a1850 chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#10592) 2023-07-19 00:28:46 +02:00
TrueCharts Bot
9b7a55277a chore(deps): update container image tccr.io/truecharts/fileflows to v23.07.3 (#10589) 2023-07-18 23:38:32 +02:00
TrueCharts Bot
5ee22def27 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.7.2.3710 (#10590) 2023-07-18 23:31:50 +02:00
TrueCharts Bot
f2d2b9d10b chore(deps): update container image tccr.io/truecharts/outline to v0.70.2 (#10588) 2023-07-18 22:33:23 +02:00
TrueCharts Bot
441395771c chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#10587) 2023-07-18 22:30:54 +02:00
TrueCharts Bot
74037b1773 chore(deps): update container image tccr.io/truecharts/n8n to v1.0.3 (#10586) 2023-07-18 21:32:13 +02:00
TrueCharts Bot
10d2b6a183 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.8 (#10585) 2023-07-18 21:30:07 +02:00
TrueCharts Bot
edd44c83f2 chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.32 (#10584) 2023-07-18 20:36:54 +02:00
TrueCharts Bot
ff7548ca84 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.4.0 (#10583) 2023-07-18 20:36:02 +02:00
StevenMcElligott
8d728afecd feat(Seafile): Add manual/docs and made FQDN required (#10576)
**Description**

Added install notes and made the SEAFILE_SERVER_HOSTNAME default since
we only support ingress with this 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:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-18 14:03:47 -04:00
TrueCharts Bot
5db4ba1f59 chore(deps): update helm general non-major (#10554) 2023-07-18 19:44:39 +02:00
TrueCharts Bot
8be7245601 chore(deps): update helm chart common to 12.15.0 (#10498) 2023-07-18 19:36:29 +02:00
TrueCharts Bot
fcff689a0c chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.2 (#10581) 2023-07-18 19:32:48 +02:00
TrueCharts Bot
01cb5497f0 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.4 (#10580) 2023-07-18 18:38:44 +02:00
TrueCharts Bot
a136cabc2e chore(deps): update container image tccr.io/truecharts/clickhouse to v23.6.2.18 (#10579) 2023-07-18 18:38:08 +02:00
TrueCharts Bot
582742c626 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.2 (#10578) 2023-07-18 17:35:37 +02:00
TrueCharts Bot
1273c32c66 chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.2.2 (#10577) 2023-07-18 17:30:08 +02:00
TrueCharts Bot
a0cc95d482 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.2 (#10575) 2023-07-18 16:35:54 +02:00
TrueCharts Bot
5993b6c6b6 chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.18 (#10574) 2023-07-18 16:31:40 +02:00
TrueCharts Bot
8d3ffb6f5a chore(deps): update container image tccr.io/truecharts/esphome to v2023.6.5 (#10573) 2023-07-18 15:40:44 +02:00
TrueCharts Bot
c8c8d455d3 chore(deps): update container image tccr.io/truecharts/drawio to v21.6.2 (#10572) 2023-07-18 15:33:15 +02:00
TrueCharts Bot
a01cf07704 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10570) 2023-07-18 14:46:21 +02:00
TrueCharts Bot
6d2307f0a0 chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.7 (#10571) 2023-07-18 14:40:08 +02:00
TrueCharts Bot
4ad51b2389 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#10568) 2023-07-18 13:30:58 +02:00
TrueCharts Bot
495d5350cc chore(deps): update container image tccr.io/truecharts/bazarr to v1.2.3 (#10569) 2023-07-18 13:27:15 +02:00
TrueCharts Bot
9c12b3a21f chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.34 (#10567) 2023-07-18 12:35:55 +02:00
TrueCharts Bot
4e58405026 chore(deps): update container image tccr.io/truecharts/actualserver to v23.7.2 (#10566) 2023-07-18 12:30:28 +02:00
TrueCharts Bot
dca457775b chore(deps): update jupyter (#10564) 2023-07-18 11:41:20 +02:00
TrueCharts Bot
9392c8ebd9 chore(deps): update webtop (#10565) 2023-07-18 11:33:22 +02:00
TrueCharts Bot
410df697e6 chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#10563) 2023-07-18 10:43:23 +02:00
TrueCharts Bot
1403a69493 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#10381) 2023-07-18 10:42:54 +02:00
TrueCharts Bot
28924e8e82 chore(deps): update container image tccr.io/truecharts/minio to latest (#10562) 2023-07-18 10:36:37 +02:00
Xstar97TheNoob
cd3a5560de feat(gamevault-backend) add gamevault-backend (#10543)
**Description**
the self-hosted gaming platform for alternatively obtained games.
⚒️ 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-07-18 11:28:21 +03:00
TrueCharts Bot
3b46709de0 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10446) 2023-07-18 09:43:32 +02:00
TrueCharts Bot
130fd864d4 chore(deps): update webtop (#10561) 2023-07-18 08:34:27 +02:00
TrueCharts Bot
0a66cb248f chore(deps): update webtop (#10560) 2023-07-18 07:31:46 +02:00
TrueCharts Bot
3b940a6cef chore(deps): update webtop (#10559) 2023-07-18 06:33:53 +02:00
TrueCharts Bot
a0f45b79a9 chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#10558) 2023-07-18 05:04:21 +02:00
TrueCharts Bot
dd252f69ec chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#10557) 2023-07-18 04:08:21 +02:00
kqmaverick
81f68ffbb0 docs(plex): update install notes (#10556)
**Description**
Added information on changing the port used for Plex.

See -> https://forums.plex.tv/t/change-plex-media-server-port-away-from-32400/115662/5

⚒️ 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-07-17 21:58:51 -04:00
TrueCharts Bot
f715a67269 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10553) 2023-07-18 01:31:23 +02:00
TrueCharts Bot
1b8afc308b chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10552) 2023-07-18 00:39:09 +02:00
TrueCharts Bot
158813439e chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10551) 2023-07-18 00:38:11 +02:00
TrueCharts Bot
248a6e1fc8 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10549) 2023-07-17 22:33:27 +02:00
TrueCharts Bot
895893178d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10548) 2023-07-17 22:33:10 +02:00
TrueCharts Bot
b1adfb8579 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10546) 2023-07-17 21:35:03 +02:00
TrueCharts Bot
eec4529af1 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10544) 2023-07-17 20:34:10 +02:00
TrueCharts Bot
c80bbf1514 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10545) 2023-07-17 20:34:04 +02:00
TrueCharts Bot
46873095ba chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10542) 2023-07-17 18:36:42 +02:00
StevenMcElligott
b500c16198 fix(seafile): Change mounting option (#10524)
**Description**

Due to the symlinks it's better if all the shared folder is one storagae
mount, and we'll advise people to use hostpath/NFS for large storage

⚒️ 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)
- [ ] 🔃 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-07-17 09:46:13 -04:00
TrueCharts Bot
2448382332 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-xfce to latest (#10540) 2023-07-17 13:31:42 +02:00
TrueCharts Bot
2102173643 chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#10538) 2023-07-17 12:35:54 +02:00
TrueCharts Bot
bd116c6929 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-openbox to latest (#10539) 2023-07-17 12:32:41 +02:00
TrueCharts Bot
d2a340fd2b chore(deps): update rdesktop (#10537) 2023-07-17 11:35:01 +02:00
TrueCharts Bot
efcce31402 chore(deps): update rdesktop (#10535) 2023-07-17 10:39:52 +02:00
TrueCharts Bot
b80938e579 chore(deps): update rdesktop (#10534) 2023-07-17 09:32:08 +02:00
TrueCharts Bot
9e92565118 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10532) 2023-07-17 08:37:52 +02:00
TrueCharts Bot
9f570c8899 chore(deps): update rdesktop (#10533) 2023-07-17 08:37:15 +02:00
TrueCharts Bot
a60d360bca chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-kde to latest (#10531) 2023-07-17 07:36:23 +02:00
TrueCharts Bot
68ab624929 chore(deps): update container image tccr.io/truecharts/duckdns to latest (#10529) 2023-07-17 06:35:00 +02:00
TrueCharts Bot
21be0102bf chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-icewm to latest (#10530) 2023-07-17 06:33:59 +02:00
TrueCharts Bot
5fa53cc445 chore(deps): update rdesktop (#10528) 2023-07-17 05:44:17 +02:00
TrueCharts Bot
2436dda388 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10526) 2023-07-17 05:09:48 +02:00
TrueCharts Bot
0949cf6c4b chore(deps): update rdesktop (#10527) 2023-07-17 05:08:22 +02:00
TrueCharts Bot
61508ef978 chore(deps): update rdesktop (#10525) 2023-07-17 02:54:36 +02:00
TrueCharts-Bot
347a7c9c8a Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-17 00:31:56 +00:00
StevenMcElligott
71689c7994 fix(seafile): remove extra privs and memcached (#10523)
**Description**

Memcached isn't really useful and it'll support redis in the future, as
well, fixed mixed up questions and removed the sys_admin privs since if
people want to use crazy stuff like FUSE that's on them

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

- [ ] ⚖️ 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-07-16 19:35:51 -04:00
TrueCharts Bot
6e5026e3b1 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10519) 2023-07-16 23:35:01 +02:00
TrueCharts Bot
2c99e550b9 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10518) 2023-07-16 21:34:00 +02:00
TrueCharts Bot
1e94a74cc3 chore(deps): update container image tccr.io/truecharts/invidious to latest (#10517) 2023-07-16 19:34:55 +02:00
TrueCharts Bot
d7104dccea chore(deps): update container image tccr.io/truecharts/invidious to latest (#10516) 2023-07-16 18:33:14 +02:00
StevenMcElligott
46788c28f5 fix(Seafile): Misc improvements (#10504)
**Description**

Persisting to the `storage` directory, even if Seafile doesn't show
visible files at least we can seperate this in case people store large
Seafile files on another file.

Added some privilege escalation in case people want to attempt to run
FUSE

Cannot run as `apps` due to init scripts not running

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

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [X] ⚠️ 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-07-16 11:38:13 -04:00
TrueCharts Bot
3bbccf0638 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10514) 2023-07-16 15:38:59 +02:00
TrueCharts Bot
9f679adcb4 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10512) 2023-07-16 09:36:04 +02:00
TrueCharts Bot
ff8d26fcac chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10510) 2023-07-16 08:38:01 +02:00
TrueCharts Bot
a6c66d63e2 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#10509) 2023-07-16 07:38:22 +02:00
Xstar97TheNoob
5437da9fc2 chore(piwigo) move piwigo to stable. (#10506) 2023-07-16 07:15:09 +02:00
TrueCharts Bot
1598af155a chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10508) 2023-07-16 04:04:58 +02:00
TrueCharts-Bot
e77700fc17 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-16 00:32:32 +00:00
TrueCharts Bot
3f17c3640d chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10507) 2023-07-16 01:37:13 +02:00
Stavros Kois
4f4b1f3dc9 fix(traefik): actually render customheader middleware and cleanup middleware templates (#10502)
**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-07-16 00:13:43 +02:00
kqmaverick
00ae6703ad feat(vaultwarden): push notification variables (#10503)
**Description**
Adding variables for mobile push notifications.

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

- [ ] 🪞 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-07-16 00:07:18 +02:00
TrueCharts Bot
2cb6deecec chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10505) 2023-07-15 23:34:48 +02:00
TrueCharts Bot
283358d5ea chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10501) 2023-07-15 21:36:29 +02:00
TrueCharts Bot
7386ec295f chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10500) 2023-07-15 21:35:34 +02:00
Xstar97TheNoob
b51fbb0f0c feat(piwigo) configure piwigo mariadb and admin credentials (#10444)
**Description**
Configure admin credentials and mariadb sidecar
⚒️ 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)
- [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
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-15 19:29:18 +02:00
Stavros Kois
e7855acf60 feat(vaultwarden): remove redundant websocket service (#10491)
**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**

- [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
- [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-07-15 19:28:57 +02:00
Kjeld Schouten
3fb1c6a2ea feat: add cert-manager operator chart DNM DRAFT (#10297)
**Description**
Draft addition of cert-manager as an operator chart

**⚙️ 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-07-15 19:22:49 +02:00
TrueCharts Bot
7650ebccb8 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#10497) 2023-07-15 18:37:42 +02:00
TrueCharts Bot
ee790012f7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10496) 2023-07-15 18:37:31 +02:00
TrueCharts Bot
14ded8e41b chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10495) 2023-07-15 16:34:55 +02:00
TrueCharts Bot
8d3a6a3016 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10494) 2023-07-15 15:39:14 +02:00
TrueCharts Bot
026a05a2d3 chore(deps): update immich to v1.67.2 (minor) (#10493) 2023-07-15 14:41:27 +02:00
TrueCharts Bot
30d59f9f59 chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.118.0 (#10490) 2023-07-15 13:37:36 +02:00
TrueCharts Bot
c09353a688 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10488) 2023-07-15 12:34:53 +02:00
TrueCharts Bot
4110f35119 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10487) 2023-07-15 11:38:13 +02:00
TrueCharts Bot
663bca5426 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10486) 2023-07-15 09:34:55 +02:00
allcontributors[bot]
b50042bf8c docs: add dionlarson as a contributor for code, and doc (#10485) 2023-07-15 09:00:10 +02:00
Dion Larson
fe7f2c03a2 feat(traefik): add customRequest/ResponseHeaders middlewares (#10401) 2023-07-15 08:54:49 +02:00
Xstar97TheNoob
d23c3a6683 fix(steam-headless) fix ENABLE_VNC_AUDIO and cleanup questions (#10481) 2023-07-15 08:47:32 +02:00
StevenMcElligott
4220b08f45 feat(Seafile): Add Seafile (#10053)
**Description**

Here goes nothing 

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-15 04:07:29 +00:00
TrueCharts Bot
085c778821 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10484) 2023-07-15 05:46:14 +02:00
TrueCharts Bot
44c9efd0b8 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10483) 2023-07-15 04:10:28 +02:00
TrueCharts Bot
641d763368 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10482) 2023-07-15 02:56:45 +02:00
TrueCharts-Bot
bf036dc60d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-15 00:29:41 +00:00
TrueCharts Bot
517919d3ac chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#10480) 2023-07-15 01:32:58 +02:00
TrueCharts Bot
42514e3996 chore(deps): update rdesktop (#10479) 2023-07-15 00:32:54 +02:00
TrueCharts Bot
8cd1297adf chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#10478) 2023-07-14 22:35:57 +02:00
TrueCharts Bot
fe031813a7 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10477) 2023-07-14 21:39:51 +02:00
TrueCharts Bot
859acac27a chore(deps): update rdesktop (#10475) 2023-07-14 20:32:43 +02:00
TrueCharts Bot
243da229f5 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10473) 2023-07-14 19:38:55 +02:00
TrueCharts Bot
c8ce9cacf8 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-i3 to latest (#10472) 2023-07-14 19:36:17 +02:00
TrueCharts Bot
ed0874e1ca chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10470) 2023-07-14 18:37:38 +02:00
TrueCharts Bot
c153e321a8 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10471) 2023-07-14 18:37:21 +02:00
TrueCharts Bot
e9ac9822bc chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10469) 2023-07-14 17:34:22 +02:00
TrueCharts Bot
2864f2abc5 chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10467) 2023-07-14 16:37:33 +02:00
TrueCharts Bot
23c4cdf6bf chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10468) 2023-07-14 16:36:41 +02:00
TrueCharts Bot
af9e17008d chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10466) 2023-07-14 15:38:27 +02:00
TrueCharts Bot
c4aa28a246 chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10465) 2023-07-14 14:38:11 +02:00
TrueCharts Bot
1ec99ff2ec chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10464) 2023-07-14 14:36:20 +02:00
TrueCharts Bot
19be5763db chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10463) 2023-07-14 13:33:39 +02:00
TrueCharts Bot
375fe11907 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10462) 2023-07-14 12:34:04 +02:00
TrueCharts Bot
cc58bc4880 chore(deps): update container image tccr.io/truecharts/projectsend to vlatest (#10460) 2023-07-14 11:37:57 +02:00
TrueCharts Bot
953c7d4566 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0-postgres (#10461) 2023-07-14 11:36:27 +02:00
Xstar97TheNoob
b66adb78cc feat(steam-headless) add steam-headless (#9848)
**Description**
A Headless Steam 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:**
App may require host-networking.

**✔️ 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-07-14 10:57:39 +02:00
Xstar97TheNoob
a48cfbc7f0 fix(recyclarr) update init command **BREAKING CHANGES** (#10346)
**Description**
Update init command and manually updated the chart to v5.1.1

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-14 10:56:40 +02:00
Xstar97TheNoob
4b3050f379 fix(technitium) fix technitium service gui (#10349)
**Description**
Fixes the Expected enabled service to have at least one port by removing
a excess option.
⚒️ Fixes  #10348

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:53:17 +02:00
Xstar97TheNoob
3b57cd7662 fix(projectsend) update tag to latest tag + housekeeping (#10157)
**Description**
clean up chart and values yaml and change tag to match the container
repo.
⚒️ 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
-->

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:52:43 +02:00
Xstar97TheNoob
d349af1a67 migrate(midarr) migrate midarr to new common **BREAKING CHANGES** (#10382)
**Description**
- Migrated app to new common and updated to the latest available
version.
- Added basic installation notes.

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:51:58 +02:00
TrueCharts Bot
36b5d9bfe3 chore(deps): update container image tccr.io/truecharts/grafana to v10.0.1 (#10329)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/grafana](https://togithub.com/truecharts/containers)
| major | `v9.5.5` -> `v10.0.1` |

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-14 10:51:03 +02:00
Xstar97TheNoob
1182cbf953 fix(cryptofolio) fix cryptofolio persistence mountpath **BREAKING CHANGES** (#10378)
fix app persistence storage.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:50:35 +02:00
Xstar97TheNoob
990ab3c831 fix(kopia) fix kopia basic auth. (#10407)
**Description**
fix backend for kopia basic auth.
⚒️ Fixes  #10406

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:50:24 +02:00
Ben Kochie
223b74ef03 feat(prometheus): Enable ScrapeConfig (#10440)
**Description**
Enable support for ScrapeConfig matching on all namespaces, similar to
how ServiceMonitor, PodMonitor, etc are allowed on all namespaces.

⚒️ 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
- [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: SuperQ <superq@gmail.com>
2023-07-14 10:49:37 +02:00
Xstar97TheNoob
fa8a2b3305 fix(bungeecord) fix bungeecord tty and stdin (#10428)
**Description**
fix tty and stdin.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:49:27 +02:00
Xstar97TheNoob
72c64f9a41 fix(minecraft-bedrock) fix tty and stdin and disable portal (#10427)
**Description**
Portal disabled and removed.
fix tty and stdin.

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:46:37 +02:00
kqmaverick
286b2fe716 docs(nextcloud): snapshot directory visibility warning (#10408)
**Description**
Add warning about having snapshot directory set to visible.

⚒️ Fixes  #

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**


**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-07-14 10:46:18 +02:00
Xstar97TheNoob
039b8ae1f8 feat(lldap) make services, auth, and smtp configurable in lldap (#10434)
**Description**
- Make the web and ldap service configurable.
- Add the option to set the admin user and password.
- set SMTP

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-14 10:45:22 +02:00
TrueCharts Bot
520c1b6412 chore(deps): update actions/setup-python digest to 61a6322 (#10458)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-python](https://togithub.com/actions/setup-python) |
action | digest | `bd6b4b6` -> `61a6322` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNi44LjQiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjQiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-14 10:23:17 +02:00
TrueCharts Bot
2296dc3699 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10459) 2023-07-14 09:39:15 +02:00
TrueCharts Bot
ce458b5738 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10457) 2023-07-14 08:38:58 +02:00
TrueCharts Bot
d7efcbfd99 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10455) 2023-07-14 07:33:56 +02:00
TrueCharts Bot
6f2a0ceb83 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10456) 2023-07-14 07:32:36 +02:00
TrueCharts Bot
eed95fb3bd chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10454) 2023-07-14 06:34:39 +02:00
TrueCharts Bot
ee9af8fcb6 chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10453) 2023-07-14 05:04:04 +02:00
TrueCharts Bot
5ccb952833 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10452) 2023-07-14 05:03:40 +02:00
TrueCharts Bot
0184e28899 chore(deps): update container image tccr.io/truecharts/scratch to latest (#10451) 2023-07-14 03:01:09 +02:00
TrueCharts Bot
bfe62017e7 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10449) 2023-07-13 22:35:01 +02:00
TrueCharts Bot
49063e4e3b chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10450) 2023-07-13 22:34:31 +02:00
TrueCharts Bot
da77964626 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10448) 2023-07-13 21:36:59 +02:00
TrueCharts Bot
c83204f3ad chore(deps): update container image tccr.io/truecharts/plex-auto-languages to latest (#10447) 2023-07-13 19:39:49 +02:00
TrueCharts Bot
0fd52991ac chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10445) 2023-07-13 16:35:08 +02:00
TrueCharts Bot
9648a5f47c chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10442) 2023-07-13 15:43:00 +02:00
TrueCharts Bot
8fb9599bf0 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10441) 2023-07-13 14:43:59 +02:00
TrueCharts Bot
e9d22623cf chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#10439) 2023-07-13 13:35:42 +02:00
TrueCharts Bot
6d689961d8 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10438) 2023-07-13 11:37:55 +02:00
TrueCharts Bot
7622a56412 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10437) 2023-07-13 10:36:32 +02:00
Xstar97TheNoob
bbb6fcdd14 migrate(piwigo) migrate piwigo to new common **BREAKING CHANGES** (#10376)
**Description**
Migrate new common
⚒️ 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)
- [ ] 🔃 Refactor of current code

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-13 09:53:18 +02:00
TrueCharts Bot
e82b95d6d1 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10436) 2023-07-13 09:39:24 +02:00
TrueCharts Bot
c59ae63f88 chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10435) 2023-07-13 07:41:26 +02:00
TrueCharts Bot
a45d74c5cb chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10433) 2023-07-13 04:03:44 +02:00
TrueCharts Bot
add24c0087 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10432) 2023-07-13 02:57:20 +02:00
TrueCharts Bot
7dfdc5e1f4 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10431) 2023-07-13 01:36:23 +02:00
TrueCharts Bot
09a710584b chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10430) 2023-07-13 01:35:38 +02:00
TrueCharts Bot
d57549c2d1 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10429) 2023-07-13 00:37:17 +02:00
TrueCharts Bot
462c342b4d chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10426) 2023-07-12 20:35:29 +02:00
TrueCharts Bot
d824010e1d chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10425) 2023-07-12 20:35:09 +02:00
TrueCharts Bot
7618f79c92 chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10423) 2023-07-12 19:42:19 +02:00
TrueCharts Bot
60d9ebfab8 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10424) 2023-07-12 19:41:54 +02:00
TrueCharts Bot
da237dab65 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#10421) 2023-07-12 17:35:47 +02:00
TrueCharts Bot
78b29e3703 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10422) 2023-07-12 17:35:37 +02:00
TrueCharts Bot
d8e2c71735 chore(deps): update renovatebot/github-action action to v39.0.0 (#10420)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | major | `v38.1.13` -> `v39.0.0` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.13...v39.0.0)

##### ⚠ BREAKING CHANGES

-   The action now uses the slim renovate version by default.

##### Features

- drop `useSlim` and use \`latest' tag
([#&#8203;782](https://togithub.com/renovatebot/github-action/issues/782))
([89ff8f7](89ff8f7bf9))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjUiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-12 16:24:36 +02:00
TrueCharts Bot
beacb69992 chore(deps): update helm general non-major (#10333) 2023-07-12 12:46:24 +02:00
TrueCharts Bot
24ab3bb3d2 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10419) 2023-07-12 12:40:17 +02:00
TrueCharts Bot
f12578fff6 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10418) 2023-07-12 11:33:10 +02:00
TrueCharts Bot
449843fa90 chore(deps): update renovatebot/github-action action to v38.1.13 (#10417)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

##### Build System

- **deps:** update dependency semantic-release to v21.0.7
([15c9444](15c94446ef))

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

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

##### Bug Fixes

- use full image again by default
([#&#8203;781](https://togithub.com/renovatebot/github-action/issues/781))
([523965f](523965fe24))

##### Documentation

- mention that Fine-grained PATs are not supported
([#&#8203;778](https://togithub.com/renovatebot/github-action/issues/778))
([8a25544](8a25544ae4))

##### Miscellaneous Chores

- **config:** migrate renovate config
([#&#8203;779](https://togithub.com/renovatebot/github-action/issues/779))
([252e47a](252e47ae93))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.38
([996d881](996d881921))
- **deps:** update dependency eslint to v8.44.0
([28ff2ef](28ff2ef928))
- **deps:** update linters to v5.61.0
([d3b8a98](d3b8a98375))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.159.7
([cf29b1d](cf29b1d7c3))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi43LjMiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-12 11:25:51 +02:00
TrueCharts Bot
bf33d788bc chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-openbox to latest (#10416) 2023-07-12 10:31:44 +02:00
gismo2004
a87b6dd934 fix(prometheus-metrics) update grafana/node-exporter/kube-state-metrics (#10413)
**Description**
fix metrics for grafana/node-exporter/kube-state-metrics
this finally fixes https://github.com/truecharts/charts/issues/9163 (app
start was already fixed by
https://github.com/truecharts/charts/pull/9855 and previous PRs)
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-12 09:39:18 +02:00
TrueCharts Bot
e657925b28 chore(deps): update container image tccr.io/truecharts/calibre to v6.22.0 (#10414) 2023-07-12 09:36:54 +02:00
TrueCharts Bot
7970a4a732 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10415) 2023-07-12 09:36:44 +02:00
TrueCharts Bot
87557691fd chore(deps): update webtop (#10412) 2023-07-12 08:33:26 +02:00
TrueCharts Bot
b83e99f2ca chore(deps): update webtop (#10411) 2023-07-12 07:34:00 +02:00
TrueCharts Bot
fdfb04bda0 chore(deps): update webtop (#10410) 2023-07-12 05:41:53 +02:00
TrueCharts Bot
27b8c3b416 chore(deps): update rdesktop (#10372) 2023-07-12 05:00:20 +02:00
TrueCharts Bot
b8cf9af389 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10409) 2023-07-12 00:36:07 +02:00
TrueCharts Bot
bd2cbca729 chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10403) 2023-07-11 22:37:21 +02:00
TrueCharts Bot
952cb071c7 chore(deps): update container image tccr.io/truecharts/boinc to latest (#10402) 2023-07-11 22:35:56 +02:00
TrueCharts Bot
828c382d1f chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10400) 2023-07-11 21:34:29 +02:00
TrueCharts Bot
3df43801cd chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10399) 2023-07-11 20:37:07 +02:00
TrueCharts Bot
214b8634e2 chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10397) 2023-07-11 19:35:34 +02:00
TrueCharts Bot
b1b084a000 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10398) 2023-07-11 19:34:15 +02:00
TrueCharts Bot
2009ce041e chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10396) 2023-07-11 17:35:01 +02:00
TrueCharts Bot
bd308dfc0d chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10395) 2023-07-11 16:34:18 +02:00
TrueCharts Bot
b17e4f8c35 chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10394) 2023-07-11 15:41:37 +02:00
TrueCharts Bot
dae6447d36 chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10392) 2023-07-11 14:37:56 +02:00
TrueCharts Bot
b412fc4810 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10390) 2023-07-11 13:36:08 +02:00
TrueCharts Bot
df2a6c5fef chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#10389) 2023-07-11 12:35:05 +02:00
TrueCharts Bot
7297217a69 chore(deps): update webtop (#10388) 2023-07-11 11:34:02 +02:00
TrueCharts Bot
c858d6886e chore(deps): update webtop (#10387) 2023-07-11 10:34:46 +02:00
TrueCharts Bot
1a529d04cf chore(deps): update webtop (#10386) 2023-07-11 09:35:37 +02:00
TrueCharts Bot
9853645db6 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#10385) 2023-07-11 08:36:03 +02:00
TrueCharts Bot
52d44b0fb3 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10383) 2023-07-11 07:33:44 +02:00
TrueCharts Bot
a712af9536 chore(deps): update webtop (#10384) 2023-07-11 07:32:42 +02:00
TrueCharts Bot
ef6328def6 chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10379) 2023-07-11 04:05:22 +02:00
TrueCharts Bot
cd5a572548 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10377) 2023-07-11 02:55:13 +02:00
TrueCharts Bot
589e4905b5 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10375) 2023-07-10 23:40:29 +02:00
TrueCharts Bot
097c7041a3 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10374) 2023-07-10 22:35:33 +02:00
TrueCharts Bot
0f3434e7af chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10373) 2023-07-10 20:39:10 +02:00
TrueCharts Bot
9ce3475a45 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10371) 2023-07-10 14:38:34 +02:00
TrueCharts Bot
49ded13df4 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-mate to latest (#10370) 2023-07-10 14:37:54 +02:00
TrueCharts Bot
3755672fcc chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10368) 2023-07-10 13:39:54 +02:00
TrueCharts Bot
6fc7f71b54 chore(deps): update container image tccr.io/truecharts/rdesktop-ubuntu-kde to latest (#10367) 2023-07-10 13:36:04 +02:00
TrueCharts Bot
4a458baae5 chore(deps): update rdesktop (#10366) 2023-07-10 12:34:25 +02:00
TrueCharts Bot
9be72e11a5 chore(deps): update container image tccr.io/truecharts/rdesktop to latest (#10365) 2023-07-10 11:37:21 +02:00
TrueCharts Bot
d50bb0ae35 chore(deps): update container image tccr.io/truecharts/rdesktop-fedora-openbox to latest (#10363) 2023-07-10 10:34:55 +02:00
TrueCharts Bot
f3d3d651c0 chore(deps): update rdesktop (#10362) 2023-07-10 09:35:27 +02:00
TrueCharts Bot
8e9988e3ee chore(deps): update rdesktop (#10361) 2023-07-10 08:39:08 +02:00
TrueCharts Bot
4daf2d3c3b chore(deps): update container image tccr.io/truecharts/duckdns to latest (#10359) 2023-07-10 06:38:36 +02:00
TrueCharts Bot
7b52487df8 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-mate to latest (#10360) 2023-07-10 06:36:47 +02:00
TrueCharts Bot
4c3116ffbd chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10357) 2023-07-10 05:50:23 +02:00
TrueCharts Bot
9cdd9e826c chore(deps): update rdesktop (#10358) 2023-07-10 05:49:45 +02:00
TrueCharts Bot
de83bcb0de chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10355) 2023-07-10 03:01:49 +02:00
TrueCharts Bot
bcf8bc1f58 chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#10356) 2023-07-10 03:00:44 +02:00
TrueCharts Bot
8e7079eee5 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10352) 2023-07-10 00:36:56 +02:00
TrueCharts Bot
41ac82ecf0 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10353) 2023-07-10 00:36:29 +02:00
TrueCharts Bot
ef1f436c1f chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10350) 2023-07-09 23:35:04 +02:00
TrueCharts Bot
3268c3e9aa chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10351) 2023-07-09 23:32:21 +02:00
TrueCharts Bot
287cdc2c47 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10347) 2023-07-09 18:36:38 +02:00
Sven Rahn
bc82014bb6 fix(kopia) Actually use kopia credentials (#10342)
**Description**
The server credentials set by the user are never used by kopia because
of a typo.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-09 14:32:57 +00:00
TrueCharts Bot
657a94bee6 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10344) 2023-07-09 15:43:12 +02:00
TrueCharts Bot
86053d9950 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10345) 2023-07-09 15:42:14 +02:00
Xstar97TheNoob
9b72aa281c fix(pastey) remove extra variable from pastey gui. (#10341)
**Description**
remove excess variable from questions.yaml

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

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-09 15:32:17 +03:00
TrueCharts Bot
55e3f5d986 chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10340) 2023-07-09 11:40:10 +02:00
TrueCharts Bot
0ebb6ff85b chore(deps): update container image tccr.io/truecharts/openspeedtest to latest (#10339) 2023-07-09 09:34:16 +02:00
TrueCharts Bot
3fba4e9733 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10338) 2023-07-09 09:34:13 +02:00
TrueCharts Bot
5b2c4fef58 chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10336) 2023-07-09 08:35:56 +02:00
TrueCharts Bot
9ef15e589c chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10337) 2023-07-09 08:35:37 +02:00
TrueCharts Bot
c71fd91325 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10335) 2023-07-09 07:34:09 +02:00
TrueCharts Bot
2c49ce30c1 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#10334) 2023-07-09 06:41:23 +02:00
TrueCharts Bot
654d7aebc7 chore(deps): update container image tccr.io/truecharts/n8n to v1.0.1 (#10331) 2023-07-09 04:05:40 +02:00
TrueCharts Bot
68265cc009 chore(deps): update container image tccr.io/truecharts/firefox to v115.0.1 (#10328) 2023-07-09 03:02:10 +02:00
TrueCharts-Bot
4dd2f6c5c3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-09 00:33:01 +00:00
TrueCharts Bot
31c846377e chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#10327) 2023-07-09 01:36:21 +02:00
TrueCharts Bot
5599ca8d01 chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.3 (#10326) 2023-07-09 01:36:03 +02:00
TrueCharts Bot
35bf2b1117 chore(deps): update vikunja to v0.21.0 (minor) (#10325) 2023-07-09 00:37:09 +02:00
TrueCharts Bot
e18554f4f8 chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v8.19.0 (#10324) 2023-07-09 00:36:03 +02:00
Xstar97TheNoob
1d4603c0ba migrate(pastey) migrate pastey to new common **BREAKING CHANGES** (#10158)
**Description**
- migrate app to new common
- housekeeping
- image selector
- bump app version (set static semVer)
⚒️ 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
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-08 21:52:46 +00:00
Xstar97TheNoob
e930d9785a migrate(photostructure) migrate to new common **BREAKING CHANGES** (#10240)
**Description**
migrate app and update container image.
⚒️ 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
- [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._

---------

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-07-09 00:48:05 +03:00
TrueCharts Bot
06cc909908 chore(deps): update container image tccr.io/truecharts/xwiki to v15.5.0 (#10322) 2023-07-08 23:41:45 +02:00
TrueCharts Bot
ca3631fedd chore(deps): update container image tccr.io/truecharts/openhab to v3.4.4 (#10321) 2023-07-08 23:39:32 +02:00
Xstar97TheNoob
e1faf5f247 fix(kopia) fix kopia arg to specify the main port. (#10320)
**Description**
Fix kopia arg to specify the correct port instead of a static one.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-09 00:37:07 +03:00
TrueCharts Bot
0c0c0c6a8a chore(deps): update container image tccr.io/truecharts/stash to v0.21.0 (#10319) 2023-07-08 22:38:34 +02:00
TrueCharts Bot
5c73f242b1 chore(deps): update container image tccr.io/truecharts/ring-mqtt to v5.4.1 (#10318) 2023-07-08 22:37:56 +02:00
TrueCharts Bot
4fbd42d332 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#10316) 2023-07-08 21:34:32 +02:00
TrueCharts Bot
dcb994e544 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10317) 2023-07-08 21:34:22 +02:00
TrueCharts Bot
35af3ed311 chore(deps): update container image tccr.io/truecharts/invidious to latest (#10078) 2023-07-08 21:34:13 +02:00
MaverickD650
175b58cb20 fix(invidious): patch hmac_key requirement (#10310)
**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.
-->
Upstream made the hmac_key mandatory. This PR makes that question
required with explanation a random key is required along with changes to
ensure the chart passes CI. Default value not provided to ensure users
provide a unique value.

⚒️ Fixes  #10309 

**⚙️ 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
-->
CI passes on forked branch.

**📃 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
- [ ] 📄 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-07-08 20:56:37 +02:00
TrueCharts Bot
c646410ced chore(deps): update container image tccr.io/truecharts/matomo to v4.15.0 (#10315) 2023-07-08 20:41:05 +02:00
TrueCharts Bot
804260c675 chore(deps): update container image tccr.io/truecharts/alist to v3.20.1 (#10314) 2023-07-08 20:39:27 +02:00
TrueCharts Bot
a2e119893a chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.32.1 (#10312) 2023-07-08 19:35:33 +02:00
TrueCharts Bot
1f62da8113 chore(deps): update rdesktop (#10311) 2023-07-08 19:34:49 +02:00
TrueCharts Bot
88baa903dd chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#10308) 2023-07-08 18:36:44 +02:00
TrueCharts Bot
eb9d0842b3 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10307) 2023-07-08 18:35:09 +02:00
TrueCharts Bot
5c82007a31 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10306) 2023-07-08 17:36:16 +02:00
TrueCharts Bot
c59f9320d8 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10305) 2023-07-08 17:34:17 +02:00
TrueCharts Bot
7932c2fe18 chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10304) 2023-07-08 16:41:50 +02:00
TrueCharts Bot
0012a8141c chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#10303) 2023-07-08 16:35:24 +02:00
TrueCharts Bot
c6b26847d2 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10301) 2023-07-08 15:34:58 +02:00
TrueCharts Bot
255ca676e4 chore(deps): update container image tccr.io/truecharts/minio to latest (#10302) 2023-07-08 15:34:53 +02:00
TrueCharts Bot
f215b5c664 chore(deps): update container image tccr.io/truecharts/flexget to v3.7.8 (#10299) 2023-07-08 14:44:29 +02:00
TrueCharts Bot
416bbc0e78 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10300) 2023-07-08 14:43:43 +02:00
Kjeld Schouten
745b65f04c chore(jackett): bump jackett
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-08 13:50:14 +02:00
Kjeld Schouten
ac3f9df847 fix(jackett): revert new container to old container
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-07-08 13:49:53 +02:00
TrueCharts Bot
fec836219d chore(deps): update container image tccr.io/truecharts/prometheus to v2.45.0 (#10265)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/prometheus](https://togithub.com/truecharts/containers)
| minor | `v2.44.0` -> `v2.45.0` |

---

### ⚠ 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**: 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4zLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi4zLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-08 10:55:37 +02:00
Ben Kochie
6a043c651c chore(deps): Update prometheus-operator to v0.66.0 (#10172)
**Description**
* Update prometheus-operator image to v0.66.0
* Update prometheus-config-reloader image to v0.66.0
* Update CI tests to match.
* Add script to help updating CRDs.
* Update CRDs to v0.66.0.

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

Signed-off-by: SuperQ <superq@gmail.com>
2023-07-08 10:54:56 +02:00
TrueCharts Bot
23b35a4bbc chore(deps): update all-contributors-cli to 6.26.1 (#10273)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli)
| devDependencies | patch | [`6.26.0` ->
`6.26.1`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.26.0/6.26.1)
|

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

<details>
<summary>all-contributors/all-contributors-cli
(all-contributors-cli)</summary>

###
[`v6.26.1`](https://togithub.com/all-contributors/cli/releases/tag/v6.26.1)

[Compare
Source](https://togithub.com/all-contributors/all-contributors-cli/compare/v6.26.0...v6.26.1)

##### Bug Fixes

- add correct arguments to the formatConfig() call
([#&#8203;360](https://togithub.com/all-contributors/all-contributors-cli/issues/360))
([cfb1d9c](cfb1d9c007))

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40LjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi40LjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-08 10:52:54 +02:00
TrueCharts Bot
c9553246e1 chore(deps): update helm chart common to 12.14.8 (#10293)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjIiLCJ1cGRhdGVkSW5WZXIiOiIzNi41LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-08 10:52:40 +02:00
TrueCharts Bot
e28e728bf1 chore(deps): update container image tccr.io/truecharts/fileflows to v23.07.2 (#10295) 2023-07-08 09:37:50 +02:00
TrueCharts Bot
a0cbb7293d chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.118.0 (#10296) 2023-07-08 09:36:38 +02:00
TrueCharts Bot
dfcc14beee chore(deps): update container image tccr.io/truecharts/outline to v0.70.1 (#10294) 2023-07-08 08:35:47 +02:00
TrueCharts Bot
c2e1364a8e chore(deps): update container image tccr.io/truecharts/n8n to v0.236.0 (#10292) 2023-07-08 07:36:57 +02:00
TrueCharts Bot
3bb637d417 chore(deps): update container image tccr.io/truecharts/uptime-kuma to v1.22.1 (#10290) 2023-07-08 06:41:02 +02:00
TrueCharts Bot
303e5087a9 chore(deps): update container image tccr.io/truecharts/zigbee2mqtt to v1.32.0 (#10291) 2023-07-08 06:37:38 +02:00
TrueCharts Bot
ce062a2a2b chore(deps): update jupyter to v2023-07 (minor) (#10289) 2023-07-08 05:47:54 +02:00
TrueCharts Bot
e614a98fb3 chore(deps): update jupyter to v2023-07 (minor) (#10288) 2023-07-08 05:01:28 +02:00
TrueCharts Bot
084b5f08aa chore(deps): update jupyter to v2023-07 (minor) (#10287) 2023-07-08 04:05:49 +02:00
TrueCharts Bot
86140c019a chore(deps): update jupyter to v2023-07 (minor) (#10286) 2023-07-08 03:00:56 +02:00
TrueCharts Bot
d78be6d1de chore(deps): update container image tccr.io/truecharts/mkvtoolnix to v23.07.1 (#10284) 2023-07-08 01:36:17 +02:00
TrueCharts Bot
87c85b1825 chore(deps): update container image tccr.io/truecharts/actualserver to v23.7.1 (#10283) 2023-07-08 01:35:22 +02:00
TrueCharts Bot
784464a0cf chore(deps): update container image tccr.io/truecharts/drawio to v21.6.1 (#10282) 2023-07-08 00:34:15 +02:00
TrueCharts Bot
4823c98e0c chore(deps): update container image tccr.io/truecharts/ipfs to v0.21.0 (#10280) 2023-07-07 23:36:37 +02:00
TrueCharts Bot
df5a352e8c chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.7.1 (#10279) 2023-07-07 22:47:23 +02:00
TrueCharts Bot
05c201faa1 chore(deps): update helm general non-major (#10275) 2023-07-07 22:43:07 +02:00
TrueCharts Bot
f23bf9bc9a chore(deps): update container image tccr.io/truecharts/readarr to v0.2.0.1908 (#10277) 2023-07-07 21:44:28 +02:00
TrueCharts Bot
4fc9f047a9 chore(deps): update container image tccr.io/truecharts/readarr to v0.2.0.1908 (#10276) 2023-07-07 21:20:31 +02:00
Xstar97TheNoob
39a321c61d fix(wg-easy) make the services configurable in wg-easy (#10206)
**Description**
Update wg-easy services to be configurable so the confs will have the
correct ports.

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

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-07 21:42:46 +03:00
TrueCharts Bot
f7c3b42289 chore(deps): update container image tccr.io/truecharts/radarr to v4.6.4.7568 (#10274) 2023-07-07 20:37:25 +02:00
TrueCharts Bot
09707f83de chore(deps): update container image tccr.io/truecharts/prowlarr to v1.7.0.3623 (#10272) 2023-07-07 19:34:42 +02:00
TrueCharts Bot
948640a89e chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#10271) 2023-07-07 17:37:25 +02:00
TrueCharts Bot
ddf4505dc5 chore(deps): update container image tccr.io/truecharts/bookstack to v23.06.20230703 (#10268) 2023-07-07 16:35:17 +02:00
TrueCharts Bot
9b0af0081e chore(deps): update container image tccr.io/truecharts/calibre to v6.22.0 (#10269) 2023-07-07 16:34:19 +02:00
TrueCharts Bot
143e0f12c2 chore(deps): update container image tccr.io/truecharts/immich-ml to v1.66.1 (#10267) 2023-07-07 15:45:32 +02:00
TrueCharts Bot
4bb8043d2e chore(deps): update container image tccr.io/truecharts/pgadmin4 to v7.4.0 (#10264) 2023-07-07 14:21:28 +02:00
TrueCharts Bot
b84cb98bb8 chore(deps): update container image tccr.io/truecharts/ntfy to v2.6.2 (#10263) 2023-07-07 14:21:16 +02:00
TrueCharts Bot
48101f860f chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.17 (#10256) 2023-07-07 14:20:56 +02:00
TrueCharts Bot
3d56c0463a chore(deps): update container image tccr.io/truecharts/kanboard to v1.2.31 (#10250) 2023-07-07 14:20:54 +02:00
TrueCharts Bot
67d1986268 chore(deps): update container image tccr.io/truecharts/speedtest-exporter to v3.5.4 (#10257) 2023-07-07 14:20:51 +02:00
TrueCharts Bot
84a76945f4 chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.8.1.0 (#10262) 2023-07-07 14:20:44 +02:00
TrueCharts Bot
68fd9e1c9e chore(deps): update container image tccr.io/truecharts/syncthing to v1.23.6 (#10258) 2023-07-07 14:20:36 +02:00
TrueCharts Bot
9811919c1e chore(deps): update container image tccr.io/truecharts/watchyourlan to v0.9.4 (#10260) 2023-07-07 14:20:30 +02:00
TrueCharts Bot
6201a81119 chore(deps): update container image tccr.io/truecharts/clickhouse to v23.6.1.1524 (#10261) 2023-07-07 14:20:26 +02:00
TrueCharts Bot
7217bd053e chore(deps): update container image tccr.io/truecharts/n8n to v0.234.1 (#10251) 2023-07-07 14:20:23 +02:00
TrueCharts Bot
4d712d2960 chore(deps): update container image tccr.io/truecharts/prowlarr to v1.6.3.3608 (#10255) 2023-07-07 14:20:10 +02:00
TrueCharts Bot
9e89a9f424 chore(deps): update container image tccr.io/truecharts/octoprint to v1.9.1 (#10253) 2023-07-07 14:20:03 +02:00
TrueCharts Bot
ea76e1ff8d chore(deps): update jupyter (#10249) 2023-07-07 14:20:01 +02:00
TrueCharts Bot
c1d80dfb10 chore(deps): update container image tccr.io/truecharts/tinymediamanager to v4.3.12 (#10259) 2023-07-07 14:19:56 +02:00
TrueCharts Bot
b736f1fecb chore(deps): update container image tccr.io/truecharts/portainer-ce to v2.18.4 (#10254) 2023-07-07 14:19:32 +02:00
TrueCharts Bot
6332655388 chore(deps): update container image tccr.io/truecharts/netdata to v1.40.1 (#10252) 2023-07-07 14:19:15 +02:00
TrueCharts Bot
1fde41125e chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10248) 2023-07-07 14:18:21 +02:00
gismo2004
f093f1771d migrate(tasmobackup) migrate to new common (#10243)
**Description**
migrate to new common
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
Co-authored-by: Xstar97TheNoob <9399967+xstar97@users.noreply.github.com>
2023-07-07 12:16:35 +00:00
TrueCharts Bot
47a0235e45 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10246) 2023-07-07 13:40:50 +02:00
TrueCharts Bot
5a3670ede2 chore(deps): update container image tccr.io/truecharts/minio to latest (#10247) 2023-07-07 13:39:02 +02:00
TrueCharts Bot
28cecdde8e chore(deps): update helm general non-major (#10238)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.6` -> `12.14.7` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.31` ->
`1.0.33` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.62` ->
`7.0.63` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.69` ->
`6.0.70` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.61` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.35` ->
`1.0.37` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.62` ->
`6.0.63` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

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

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

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

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

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

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

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

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjE2IiwidXBkYXRlZEluVmVyIjoiMzYuMS4xNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-07 14:10:30 +03:00
TrueCharts Bot
4900d373c2 chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#10245) 2023-07-07 12:35:13 +02:00
TrueCharts Bot
941fae8144 chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#10244) 2023-07-07 12:35:02 +02:00
TrueCharts Bot
e845eaafb5 chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#10242) 2023-07-07 11:36:07 +02:00
TrueCharts Bot
cc3036636b chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#10241) 2023-07-07 11:35:30 +02:00
TrueCharts Bot
42d4ea63bb chore(deps): update immich to v1.66.1 (minor) (#10239) 2023-07-07 11:02:54 +02:00
TrueCharts Bot
1aec0f2021 chore(deps): update helm chart common to 12.14.7 (#10237)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

Function library for TrueCharts

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjE2IiwidXBkYXRlZEluVmVyIjoiMzYuMS4xNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-07-07 11:58:31 +03:00
TrueCharts Bot
12b51d295a chore(deps): update container image tccr.io/truecharts/strapi to v4.11.4 (#10236) 2023-07-07 10:55:34 +02:00
TrueCharts Bot
776ff09508 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10233) 2023-07-07 10:54:04 +02:00
TrueCharts Bot
ef3fb3e1d6 chore(deps): update container image tccr.io/truecharts/znc to v1.8.2 (#10235) 2023-07-07 10:53:36 +02:00
TrueCharts Bot
4eae3391ab chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10234) 2023-07-07 10:53:30 +02:00
TrueCharts Bot
dfa4c58358 chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.2 (#10231) 2023-07-07 10:53:24 +02:00
TrueCharts Bot
c05502ba0d chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#10232) 2023-07-07 10:52:02 +02:00
TrueCharts Bot
deff967818 chore(deps): update container image tccr.io/truecharts/cura-novnc to latest (#10230) 2023-07-07 10:37:14 +02:00
TrueCharts Bot
91940c4427 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#10229) 2023-07-07 10:36:29 +02:00
TrueCharts Bot
008866b74f chore(deps): update jupyter (#10227) 2023-07-07 09:39:02 +02:00
TrueCharts Bot
360a30270f chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.16.5 (#10228) 2023-07-07 09:34:23 +02:00
TrueCharts Bot
88091f8105 chore(deps): update jupyter (#10225) 2023-07-07 08:42:51 +02:00
TrueCharts Bot
95f8023ad1 chore(deps): update container image tccr.io/truecharts/nntp2nntp to v0.3.20230704 (#10226) 2023-07-07 08:37:55 +02:00
TrueCharts Bot
67b6232294 chore(deps): update container image tccr.io/truecharts/jupyter-base to v2023-06 (#10223) 2023-07-07 07:33:02 +02:00
TrueCharts Bot
34b4535944 chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.7 (#10224) 2023-07-07 07:26:08 +02:00
TrueCharts Bot
178f054f19 chore(deps): update container image tccr.io/truecharts/drawio to v21.5.2 (#10221) 2023-07-07 06:34:57 +02:00
TrueCharts Bot
4228eeb64b chore(deps): update container image tccr.io/truecharts/mediainfo to v23.06.2 (#10222) 2023-07-07 06:34:11 +02:00
TrueCharts Bot
a1037d44df chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#10220) 2023-07-07 05:40:48 +02:00
TrueCharts Bot
5114ac3942 chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.6.3313 (#10219) 2023-07-07 05:39:04 +02:00
TrueCharts Bot
447ba5bdd6 chore(deps): update container image tccr.io/truecharts/gitea to v1.19.4 (#10218) 2023-07-07 05:03:05 +02:00
TrueCharts Bot
1f449d724a chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.16 (#10217) 2023-07-07 04:56:57 +02:00
TrueCharts Bot
8685f5b4e6 chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230706 (#10215) 2023-07-07 04:01:47 +02:00
TrueCharts Bot
266dbf683b chore(deps): update container image tccr.io/truecharts/esphome to v2023.6.4 (#10216) 2023-07-07 04:01:17 +02:00
TrueCharts Bot
7cf2194cf9 chore(deps): update helm general non-major (#10156) 2023-07-07 02:55:07 +02:00
TrueCharts Bot
0d98b344c4 chore(deps): update container image tccr.io/truecharts/deconz to v2.22.02 (#10214) 2023-07-07 02:47:42 +02:00
TrueCharts-Bot
36a271b339 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-07 00:29:03 +00:00
TrueCharts Bot
9ec63fe47e chore(deps): update container image tccr.io/truecharts/clickhouse to v23.5.4.25 (#10211) 2023-07-07 01:34:36 +02:00
TrueCharts Bot
a6c11cbe43 chore(deps): update container image tccr.io/truecharts/code-server to v4.14.1 (#10212) 2023-07-07 01:29:55 +02:00
TrueCharts Bot
73d787b3a8 chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#10209) 2023-07-07 00:33:29 +02:00
TrueCharts Bot
8ca74717d1 chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.33 (#10210) 2023-07-07 00:33:04 +02:00
TrueCharts Bot
6162dcd24c chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#10208) 2023-07-06 23:43:29 +02:00
TrueCharts Bot
7d786e3e38 chore(deps): update container image tccr.io/truecharts/kitchenowl-web to latest (#10207) 2023-07-06 23:41:03 +02:00
TrueCharts Bot
b348ae26ed chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#10204) 2023-07-06 22:28:26 +02:00
TrueCharts Bot
f1e2689194 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#10203) 2023-07-06 22:28:16 +02:00
Xstar97TheNoob
0a9a6f7670 feat(gravity) add gravity (#10114)
**Description**
Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd.
⚒️ 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._

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-07-06 23:07:54 +03:00
Stavros Kois
85e1f77023 chore(questions): update autoperm UI (#10194)
**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-07-06 23:07:22 +03:00
TrueCharts Bot
61829e3145 chore(deps): update container image tccr.io/truecharts/kitchenowl-backend to latest (#10201) 2023-07-06 21:28:58 +02:00
TrueCharts Bot
a5316b565d chore(deps): update container image tccr.io/truecharts/jackett to v0.20.4145 (#10200) 2023-07-06 21:28:38 +02:00
TrueCharts Bot
6ffd40697c chore(deps): update container image tccr.io/truecharts/flexget to v3.7.8 (#10198) 2023-07-06 20:32:28 +02:00
TrueCharts Bot
757102426d chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#10199) 2023-07-06 20:32:20 +02:00
TrueCharts Bot
994e86b942 chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#10196) 2023-07-06 14:39:03 +02:00
TrueCharts Bot
673a8dd724 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#10197) 2023-07-06 14:37:40 +02:00
TrueCharts Bot
e3a506e332 chore(deps): update container image tccr.io/truecharts/cloudflareddns to latest (#10195) 2023-07-06 11:40:44 +02:00
TrueCharts Bot
fa404ff4cb chore(deps): update actions/setup-node digest to e33196f (#10193)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://togithub.com/actions/setup-node) | action
| digest | `64ed1c7` -> `e33196f` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjciLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjciLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-06 09:22:23 +02:00
TrueCharts Bot
efbc48854e chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#10191) 2023-07-06 07:33:22 +02:00
TrueCharts Bot
42c8a03cf9 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10190) 2023-07-06 05:48:01 +02:00
TrueCharts Bot
639b7207d6 chore(deps): update container image tccr.io/truecharts/socat to v1.7.4.4 (#10189) 2023-07-06 05:02:11 +02:00
TrueCharts Bot
5cea6000ca chore(deps): update renovatebot/github-action action to v38.1.11 (#10188)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

##### Build System

- **deps:** update dependency typescript to v5.1.6
([b8d2871](b8d28711d2))

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

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

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;tsconfig/node16](https://togithub.com/tsconfig/node16) to v16
([#&#8203;776](https://togithub.com/renovatebot/github-action/issues/776))
([1da123a](1da123aa75))
- **deps:** update dependency lint-staged to v13.2.3
([e093539](e093539887))

##### Build System

- **deps:** update dependency semantic-release to v21.0.6
([4ab927d](4ab927d8a5))

##### Continuous Integration

- **deps:** update actions/setup-node action to v3.7.0
([9038e41](9038e41d7c))
- **deps:** update renovate docker tag to v35.159.6
([0cf0a94](0cf0a94e5f))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xLjUiLCJ1cGRhdGVkSW5WZXIiOiIzNi4xLjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-06 04:51:43 +02:00
TrueCharts Bot
d413c3d6b4 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-xfce to latest (#10187) 2023-07-06 04:03:08 +02:00
TrueCharts Bot
4ea7bb3b48 chore(deps): update webtop (#10186) 2023-07-06 02:55:21 +02:00
TrueCharts-Bot
8019a3ec41 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-06 00:30:47 +00:00
TrueCharts Bot
5c290880b7 chore(deps): update container image tccr.io/truecharts/babybuddy to v1.16.0 (#10184) 2023-07-06 01:37:53 +02:00
TrueCharts Bot
728bb9a454 chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-icewm to latest (#10185) 2023-07-06 01:34:17 +02:00
TrueCharts Bot
181a4e273b chore(deps): update webtop (#10183) 2023-07-05 23:36:09 +02:00
TrueCharts Bot
8ac6ca1493 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10182) 2023-07-05 22:42:01 +02:00
TrueCharts Bot
6c289f13f5 chore(deps): update container image tccr.io/truecharts/webtop-fedora-xfce to latest (#10181) 2023-07-05 21:33:19 +02:00
TrueCharts Bot
4e70aaabe2 chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#10180) 2023-07-05 20:36:53 +02:00
TrueCharts Bot
90f461fa45 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10178) 2023-07-05 19:36:05 +02:00
TrueCharts Bot
da37a24b66 chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#10179) 2023-07-05 19:32:35 +02:00
Xstar97TheNoob
1b99058849 chore(owncloud-ocis) move owncloud-ocis to incubator (#10174)
**Description**
Move chart to incubator.
⚒️ 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-07-05 12:57:12 -04:00
TrueCharts Bot
8dbe7a2f99 chore(deps): update container image tccr.io/truecharts/webtop-fedora-kde to latest (#10177) 2023-07-05 18:33:09 +02:00
TrueCharts Bot
ca95acbd78 chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#10176) 2023-07-05 17:34:37 +02:00
TrueCharts Bot
6877961961 chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#10175) 2023-07-05 16:31:37 +02:00
TrueCharts Bot
583872cd06 chore(deps): update webtop (#10173) 2023-07-05 13:46:45 +02:00
TrueCharts Bot
a4ed40c8c1 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-icewm to latest (#10171) 2023-07-05 12:31:34 +02:00
TrueCharts Bot
5ca85e3415 chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#10170) 2023-07-05 10:41:43 +02:00
TrueCharts Bot
50d5ff6dc7 chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#10168) 2023-07-05 09:43:45 +02:00
TrueCharts Bot
868f34f370 chore(deps): update container image tccr.io/truecharts/webtop-alpine-kde to latest (#10167) 2023-07-05 09:43:30 +02:00
TrueCharts Bot
1898d36c34 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10169) 2023-07-05 09:38:15 +02:00
TrueCharts Bot
3a70defc4d chore(deps): update renovatebot/github-action action to v38.1.9 (#10166)
This PR contains the following updates:

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

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

##### Documentation

- update references to actions/checkout to v3.5.3
([ce294bf](ce294bf4b8))

##### Miscellaneous Chores

- **deps:** update commitlint monorepo to v17.6.6
([a8e4d64](a8e4d643f4))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.37
([9952b36](9952b36be6))
- **deps:** update dependency prettier-plugin-package to v1.3.1
([087c455](087c455eb5))
- **deps:** update linters to v5.60.0
([b057bb5](b057bb580d))
- **deps:** update linters to v5.60.1
([5c09708](5c0970863b))

##### Build System

- **deps:** update dependency typescript to v5.1.5
([9143c4e](9143c4ec78))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.143.0
([e466248](e466248506))
- **deps:** update renovate docker tag to v35.144.0
([78dd8c4](78dd8c4855))
- **deps:** update renovate docker tag to v35.144.2
([72da75e](72da75e0d3))
- **deps:** update renovate docker tag to v35.144.3
([9cc209c](9cc209ca3f))
- **deps:** update renovate docker tag to v35.146.1
([7486463](7486463809))
- **deps:** update renovate docker tag to v35.147.0
([c5be64d](c5be64d2b4))
- **deps:** update renovate docker tag to v35.150.0
([f60632d](f60632d7fe))
- **deps:** update renovate docker tag to v35.151.1
([5656713](5656713e8e))
- **deps:** update renovate docker tag to v35.154.0
([b4eab58](b4eab58fb2))
- **deps:** update renovate docker tag to v35.155.0
([b481ba1](b481ba13db))
- **deps:** update renovate docker tag to v35.156.0
([8e1d99d](8e1d99dfa0))
- **deps:** update renovate docker tag to v35.157.1
([a0fd369](a0fd36975e))
- **deps:** update renovate docker tag to v35.158.0
([c6313ab](c6313abbc3))
- **deps:** update renovate docker tag to v35.159.1
([8e991b6](8e991b655a))
- **deps:** update renovate docker tag to v35.159.4
([88c3789](88c3789bd2))
- **deps:** update renovate docker tag to v35.159.5
([a57504f](a57504f685))

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4wLjAiLCJ1cGRhdGVkSW5WZXIiOiIzNi4wLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2023-07-05 07:26:54 +02:00
TrueCharts Bot
36748f47c5 chore(deps): update container image tccr.io/truecharts/webtop-alpine-icewm to latest (#10165) 2023-07-05 06:33:05 +02:00
TrueCharts Bot
7c0f57b7e9 chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#10164) 2023-07-05 05:45:42 +02:00
TrueCharts Bot
4cd5eb2330 chore(deps): update container image tccr.io/truecharts/webtop-alpine-i3 to latest (#10163) 2023-07-05 04:02:06 +02:00
TrueCharts Bot
cc2a420078 chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#10162) 2023-07-05 02:57:27 +02:00
TrueCharts-Bot
0de011388d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-07-05 00:29:49 +00:00
TrueCharts Bot
3110f512d9 chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#10161) 2023-07-05 00:33:04 +02:00
TrueCharts Bot
16276d4ec3 chore(deps): update immich to v1.65.0 (minor) (#10160) 2023-07-04 22:41:05 +02:00
TrueCharts Bot
6a914c4d17 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#10072) 2023-07-04 20:46:16 +02:00
TrueCharts Bot
a4e6100b23 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10155) 2023-07-04 20:36:57 +02:00
TrueCharts Bot
5fe80fa416 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10154) 2023-07-04 17:40:28 +02:00
TrueCharts Bot
b8ec685aa9 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#10153) 2023-07-04 16:34:08 +02:00
TrueCharts Bot
a651a3eae6 chore(deps): update container image tccr.io/truecharts/boinc to latest (#10152) 2023-07-04 16:33:55 +02:00
Xstar97TheNoob
38ce226fc4 fix(discordgsm) fix discordgsm questions **BREAKING CHANGES** (#10151)
**Description**
Fix questions to match secrets/custom variables.

⚒️ Fixes  #9997

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-04 15:37:37 +03:00
Xstar97TheNoob
3a5161b2af chore(whisper-asr-webservice) move whisper-asr-webservice to stable (#10148)
**Description**
- Move app to stable train.
- update tag to the latest version
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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
-->

**📃 Notes:**
I really prefer updating the chart description from "Whisper is a
general-purpose speech recognition model." to "OpenAI Whisper ASR
Webservice API."

This chart isnt the whisper model itself, its an api web service.

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-04 15:36:25 +03:00
TrueCharts Bot
e501878358 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10150) 2023-07-04 13:35:09 +02:00
gismo2004
4add5ef228 fix(tasmocompiler) remove persistance entries from questions (#10149)
**Description**
no storage needed, thus remove it from questions
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-07-04 10:59:49 +00:00
TrueCharts Bot
9ac2d7d05f chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#10146) 2023-07-04 12:39:09 +02:00
TrueCharts Bot
22bbe297d2 chore(deps): update container image tccr.io/truecharts/adminer to latest (#10145) 2023-07-04 09:35:51 +02:00
TrueCharts Bot
86748df97d chore(deps): update helm general non-major (#10135)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.2` -> `12.14.6` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.61` ->
`7.0.62` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.68` ->
`6.0.69` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.34` ->
`1.0.35` |

---

### ⚠ Dependency Lookup Warnings ⚠

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

---

### Release Notes

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

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

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

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (mariadb)</summary>

###
[`v7.0.62`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.62)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.61...mariadb-7.0.62)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

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

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

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

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

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNTkuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE1OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-07-04 09:20:13 +02:00
1392 changed files with 12382 additions and 11720 deletions

View File

@@ -1873,6 +1873,43 @@
"contributions": [
"doc"
]
},
{
"login": "dionlarson",
"name": "Dion Larson",
"avatar_url": "https://avatars.githubusercontent.com/u/1843883?v=4",
"profile": "http://dionlarson.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "Physics-Dude",
"name": "Physics-Dude",
"avatar_url": "https://avatars.githubusercontent.com/u/22563517?v=4",
"profile": "https://github.com/Physics-Dude",
"contributions": [
"doc"
]
},
{
"login": "waflint",
"name": "waflint",
"avatar_url": "https://avatars.githubusercontent.com/u/94139453?v=4",
"profile": "https://github.com/waflint",
"contributions": [
"code"
]
},
{
"login": "Shrinks99",
"name": "Henry Wilkinson",
"avatar_url": "https://avatars.githubusercontent.com/u/5672810?v=4",
"profile": "https://github.com/Shrinks99",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,

8
.github/README.md vendored
View File

@@ -124,7 +124,7 @@ A lot of our work is based on the great effort of others. We would love to exten
## Contributors ✨
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-200-orange.svg?style=for-the-badge)](#contributors)
[![All Contributors](https://img.shields.io/badge/all_contributors-204-orange.svg?style=for-the-badge)](#contributors)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
@@ -393,6 +393,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/yelhouti"><img src="https://avatars.githubusercontent.com/u/5471639?v=4?s=100" width="100px;" alt="yelhouti"/><br /><sub><b>yelhouti</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=yelhouti" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/svetlemodry"><img src="https://avatars.githubusercontent.com/u/8712544?v=4?s=100" width="100px;" alt="Jaroslav Lichtblau"/><br /><sub><b>Jaroslav Lichtblau</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=svetlemodry" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Maximilian-Staab"><img src="https://avatars.githubusercontent.com/u/20892091?v=4?s=100" width="100px;" alt="MaximilianS"/><br /><sub><b>MaximilianS</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Maximilian-Staab" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://dionlarson.com"><img src="https://avatars.githubusercontent.com/u/1843883?v=4?s=100" width="100px;" alt="Dion Larson"/><br /><sub><b>Dion Larson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=dionlarson" title="Code">💻</a> <a href="https://github.com/truecharts/charts/commits?author=dionlarson" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Physics-Dude"><img src="https://avatars.githubusercontent.com/u/22563517?v=4?s=100" width="100px;" alt="Physics-Dude"/><br /><sub><b>Physics-Dude</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Physics-Dude" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/waflint"><img src="https://avatars.githubusercontent.com/u/94139453?v=4?s=100" width="100px;" alt="waflint"/><br /><sub><b>waflint</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=waflint" title="Code">💻</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Shrinks99"><img src="https://avatars.githubusercontent.com/u/5672810?v=4?s=100" width="100px;" alt="Henry Wilkinson"/><br /><sub><b>Henry Wilkinson</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=Shrinks99" title="Code">💻</a></td>
</tr>
</tbody>
</table>

View File

@@ -12,6 +12,7 @@ chart-dirs:
excluded-charts:
- charts/dependency/subchart
- charts/incubator/twingate-connector
- charts/incubator/midarr
- charts/incubator/orbital-sync
- charts/incubator/plex-meta-manager
- charts/incubator/tauticord
@@ -23,7 +24,6 @@ excluded-charts:
- charts/stable/discordgsm
- charts/stable/facebox
- charts/stable/foundryvtt
- charts/stable/foundryvtt
- charts/stable/heimdall
- charts/stable/mc-router
- charts/stable/multus
@@ -44,3 +44,4 @@ chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- truecharts-deps=https://deps.truecharts.org
- jetstack=https://charts.jetstack.io

View File

@@ -14,3 +14,4 @@ chart-repos:
- truecharts=https://charts.truecharts.org
- truecharts-library=https://library-charts.truecharts.org
- truecharts-deps=https://deps.truecharts.org
- jetstack=https://charts.jetstack.io

View File

@@ -281,6 +281,11 @@
"matchPackagePrefixes": ["tccr.io/truecharts/immich"],
"groupName": "immich",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/portainer"],
"groupName": "portainer",
},
{
"matchDatasources": ["docker"],
"matchPackagePrefixes": ["tccr.io/truecharts/neko"],

View File

@@ -28,6 +28,7 @@ echo "⏬ Downloading and Loading TrueCharts pgp Public Key"
gpg_dir=.cr-gpg
mkdir -p "$gpg_dir"
curl --silent https://keybase.io/truecharts/pgp_keys.asc | gpg --dearmor > $gpg_dir/pubring.gpg || echo "❌ Couldn't load Public Key."
curl --silent https://cert-manager.io/public-keys/cert-manager-keyring-2021-09-20-1020CF3C033D4F35BAE1C19E1226061C665DF13E.gpg > $gpg_dir/certman.gpg || echo "❌ Couldn't load certman Public Key."
echo "✅ Public Key loaded successfully..."
echo ""
}
@@ -93,17 +94,25 @@ for idx in $(eval echo "{0..$length}"); do
# Extract url from repo_url. It's under .entries.DEP_NAME.urls. We filter the specific version first (.version)
dep_url=$(v="$version" n="$name" go-yq '.entries.[env(n)].[] | select (.version == env(v)) | .urls.[0]' "$index_cache/$repo_dir/index.yaml")
# tmp hotpatch for cert-manager
if [[ ! "$dep_url" == "https"* ]]; then
dep_url="https://charts.jetstack.io/${dep_url}"
fi
echo ""
echo "⏬ Downloading dependency $name-$version from $dep_url..."
mkdir -p "$cache_path/$repo_dir"
wget --quiet "$dep_url" -P "$cache_path/$repo_dir"
wget --quiet "$dep_url.prov" -P "$cache_path/$repo_dir"
wget --quiet "$dep_url.prov" -P "$cache_path/$repo_dir" || echo "failed downloading .prov"
if [ ! $? ]; then
echo "❌ wget encountered an error..."
if [[ "$train_chart" =~ incubator\/.* ]]; then
helm dependency build "$charts_path/$train_chart/Chart.yaml" || \
helm dependency update "$charts_path/$train_chart/Chart.yaml"|| exit 1
elif [[ "$name" =~ "cert-manager" ]]; then
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/certman.gpg || \
helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/certman.gpg || exit 1
else
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/pubring.gpg || \
helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/pubring.gpg || exit 1
@@ -112,7 +121,10 @@ for idx in $(eval echo "{0..$length}"); do
if [ -f "$cache_path/$repo_dir/$name-$version.tgz" ]; then
echo "✅ Dependency Downloaded!"
if [[ ! "$train_chart" =~ incubator\/.* ]]; then
if [[ "$name" =~ "cert-manager" ]]; then
helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/certman.gpg || \
helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/certman.gpg || exit 1
elif [[ ! "$train_chart" =~ incubator\/.* ]]; then
echo "Validating dependency signature..."
helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/pubring.gpg || \
helm verify $cache_path/$repo_dir/$name-$version.tgz --keyring $gpg_dir/pubring.gpg || exit 1
@@ -125,6 +137,9 @@ for idx in $(eval echo "{0..$length}"); do
if [[ "$train_chart" =~ incubator\/.* ]]; then
helm dependency build "$charts_path/$train_chart/Chart.yaml" || \
helm dependency update "$charts_path/$train_chart/Chart.yaml"|| exit 1
elif [[ "$name" =~ "cert-manager" ]]; then
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/certman.gpg || \
helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/certman.gpg || exit 1
else
helm dependency build "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/pubring.gpg || \
helm dependency update "$charts_path/$train_chart/Chart.yaml" --verify --keyring $gpg_dir/pubring.gpg || exit 1

View File

@@ -52,7 +52,7 @@ jobs:
helm repo add truecharts https://charts.truecharts.org
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add truecharts-library https://library-charts.truecharts.org
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add jetstack https://charts.jetstack.io
helm repo update
- name: Collect changes (branch-based)

View File

@@ -73,6 +73,7 @@ jobs:
helm repo add truecharts https://charts.truecharts.org
helm repo add truecharts-library https://library-charts.truecharts.org
helm repo add truecharts-deps https://deps.truecharts.org
helm repo add jetstack https://charts.jetstack.io
helm repo update
# Optional step if GPG signing is used

View File

@@ -127,7 +127,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -150,14 +150,14 @@ jobs:
run: |
## TODO: Move to our Helm Charts
## TODO: Only add when required
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.20/releases/cnpg-1.20.0.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
fi
- name: Run chart-testing (install)
@@ -187,7 +187,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -208,14 +208,14 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
fi
- name: Run chart-testing (install)
@@ -245,7 +245,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -266,14 +266,14 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
fi
- name: Run chart-testing (install)
@@ -303,7 +303,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -324,14 +324,14 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
fi
- name: Run chart-testing (install)
@@ -361,7 +361,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -382,14 +382,14 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f --server-side --force-conflicts https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f --server-side --force-conflicts https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f --server-side --force-conflicts --server-side --force-conflicts https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml
kubectl apply -f --server-side --force-conflicts --server-side --force-conflicts https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml
fi
- name: Run chart-testing (install)
@@ -419,7 +419,7 @@ jobs:
helmv3
helm: "3.9.4"
- uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4
with:
python-version: "3.11"
@@ -440,14 +440,14 @@ jobs:
- name: Add Dependencies
run: |
if [[ "${{ matrix.chart }}" != "charts/operators/metallb" ]]; then
if [[ "${{ matrix.chart }}" == "charts/operators/metallb-config" ]]; then
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.10/config/manifests/metallb-native.yaml --server-side --force-conflicts || echo "error fetching metallb manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/cloudnative-pg" ]]; then
kubectl apply -f https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.17/releases/cnpg-1.17.5.yaml --server-side --force-conflicts || echo "error fetching cnpg manifest"
fi
if [[ "${{ matrix.chart }}" != "charts/operators/prometheus-operator" ]]; then
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.65.2/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
kubectl apply -f https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.66.0/bundle.yaml --server-side --force-conflicts || echo "error fetching prometheus operator manifest"
fi
- name: Run chart-testing (install)

View File

@@ -382,7 +382,7 @@ jobs:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 1
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
with:
node-version: 18

View File

@@ -12,7 +12,7 @@ jobs:
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@2a87d1192eaa0cac92b6566233afedf68fd3472a # v38.1.8
uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.BOT_TOKEN }}

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "23.5.3.24"
appVersion: "23.7.1.247"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/
type: application
version: 5.0.48
version: 7.0.0
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/clickhouse
pullPolicy: IfNotPresent
tag: v23.5.3.24@sha256:4b53287ef950c880e59faf83963047e486e19ba1b894e484066e6d00ebd2dd26
tag: v23.7.1.2470@sha256:fbec51f0c6b09733fe4601bba2584dc750f0a8a5077702b86163744bd6f4573f
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "2.9.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
home: https://truecharts.org/charts/dependency/kube-state-metrics
@@ -21,7 +21,7 @@ name: kube-state-metrics
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application
version: 1.0.31
version: 3.0.0
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/kube-state-metrics
pullPolicy: IfNotPresent
tag: v2.9.2@sha256:6756dd7716b500cd3a96879cd961a189f14d9de91b4cf4fa3b069d39390e146a
tag: v2.9.2@sha256:f97c4f80c68ea1fb7852ac7f0dd5a06e680d61c4c0b43b6f9feca282bd5958f4
service:
main:
@@ -285,7 +285,7 @@ metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: true
type: serviceMonitor
type: "servicemonitor"
endpoints:
- port: main
- port: selfmonitor

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "10.11.4"
appVersion: "11.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/charts/dependency/mariadb
@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 7.0.62
version: 9.0.0
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mariadb
pullPolicy: IfNotPresent
tag: v10.11.4@sha256:6241a50f28f2401cefb6c44fa6dcf71954c3494ed65e790b7fdc1c7b7980b6f1
tag: v11.0.2@sha256:01c12c8ab605cf1a613f87ea781d34a1311cfa18aa61babcc76d0be61c5cb1f1
workload:
main:

View File

@@ -3,7 +3,7 @@ appVersion: "1.6.21"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/charts/dependency/memcached
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 6.0.69
version: 8.0.0
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: v1.6.21@sha256:a8eacfc98bb5169f1879c1c21b24a2dc3ca796c6040193063565f43501b6620f
tag: v1.6.21@sha256:a4405d38745d617d73119228f0043b72f80007af25735743e1c3ac86da75d4ac
service:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "6.0.6"
appVersion: "6.0.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/charts/dependency/mongodb
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 6.0.59
version: 8.0.0
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/mongodb
pullPolicy: IfNotPresent
tag: v6.0.6@sha256:0e81f3d05478356b43545dd71bae0f878cef555aa399ff8cc127c47383c23f30
tag: v6.0.8@sha256:7435fdeb21aa12486de9efdce9d72e1ed1c4ed1d5f4af9b3e37b3e8eb31576be
workload:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.6.0"
appVersion: "1.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
home: https://truecharts.org/charts/dependency/node-exporter
@@ -21,7 +21,7 @@ name: node-exporter
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application
version: 1.0.35
version: 3.0.0
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/node-exporter
pullPolicy: IfNotPresent
tag: v1.6.0@sha256:a8accc7b7c9a55ec4df15e5568627e24ed5c831a09f7d9762efcab7a7869667a
tag: v1.6.1@sha256:6c481c3c3ddf83b604f207f7a27b3dbd469035c4e4783fc100e478bf05f9a9c5
service:
main:
@@ -67,7 +67,7 @@ metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: true
type: serviceMonitor
type: "servicemonitor"
endpoints:
- port: main
path: /metrics

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "7.0.11"
appVersion: "7.0.12"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/charts/dependency/redis
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 6.0.62
version: 8.0.0
annotations:
truecharts.org/catagories: |
- database

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/redis
pullPolicy: IfNotPresent
tag: 7.0.11@sha256:4653f0bff0f593ae2fd5782fbca41c15e0fbc631ab339ee74fb0e82ef37ed90a
tag: v7.0.12@sha256:4a7b38a055a1183d226d8e2eb8bb1a55d2ef4ba217a74fd9c1562513c51e5064
workload:
main:

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "9.2.1"
appVersion: "9.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Apache Solr
home: https://truecharts.org/charts/dependency/solr
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr
type: application
version: 4.0.60
version: 6.0.0
annotations:
truecharts.org/catagories: |
- search

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/solr
pullPolicy: IfNotPresent
tag: v9.2.1@sha256:1ba6b2e573a30a49337af2682a961a80f7c8b9143112619194cc8f33df9e01e7
tag: v9.3.0@sha256:e4780b9d70fe771d1a6aa477fba5b3be92ddd8d858a685f334616f027f58772a
workload:
main:

View File

@@ -3,11 +3,11 @@ appVersion: "4.37.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.62
version: 7.0.6
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
home: https://truecharts.org/charts/enterprise/authelia
@@ -35,7 +35,7 @@ sources:
- https://github.com/authelia/chartrepo
- https://github.com/authelia/authelia
type: application
version: 15.1.31
version: 18.0.0
annotations:
truecharts.org/catagories: |
- security

View File

@@ -3,11 +3,11 @@ appVersion: "0.21.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.62
version: 7.0.6
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
home: https://truecharts.org/charts/enterprise/blocky
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
@@ -25,7 +25,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
version: 5.0.44
version: 8.0.0
annotations:
truecharts.org/catagories: |
- network

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
- https://cert-manager.io/
type: application
version: 1.0.10
version: 4.0.0
annotations:
truecharts.org/catagories: |
- core

File diff suppressed because it is too large Load Diff

View File

@@ -4,8 +4,9 @@ This guide will walk you through setting up `clusterissuer`, certificate managem
## Prerequisites
- Ensure you have the `enterprise` train enabled for `TrueCharts` as discussed [here](https://truecharts.org/manual/SCALE/guides/getting-started/#adding-truecharts).
- Traefik is installed from enterprise train
- Ensure you have the `enterprise` and `operators` trains enabled for `TrueCharts` as discussed [here](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts).
- [Traefik](https://truecharts.org/charts/enterprise/traefik/) is installed from enterprise train
- [Cert-Mananger](https://truecharts.org/charts/operators/cert-manager/) and [Prometheus-Operator](https://truecharts.org/charts/operators/prometheus-operator/) are installed from the operators train
## Set Scale Nameservers

View File

@@ -1,26 +0,0 @@
{{- define "certmanager.metrics" -}}
{{- if .Values.customMetrics.enabled }}
---
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: cert-manager
namespace: cert-manager
labels:
app: cert-manager
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager
app.kubernetes.io/component: "controller"
spec:
jobLabel: app.kubernetes.io/name
selector:
matchLabels:
app: cert-manager
app.kubernetes.io/name: cert-manager
app.kubernetes.io/instance: cert-manager
app.kubernetes.io/component: "controller"
podMetricsEndpoints:
- port: http
honorLabels: true
{{- end }}
{{- end -}}

View File

@@ -1,4 +1,6 @@
{{- define "certmanager.clusterissuer.acme" -}}
{{- $operator := index $.Values.operator "cert-manager" -}}
{{- $namespace := $operator.namespace | default "cert-manager" -}}
{{- range .Values.clusterIssuer.ACME }}
{{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name) -}}
{{- fail "ACME - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}}
@@ -80,7 +82,7 @@ spec:
apiVersion: v1
kind: Secret
metadata:
namespace: cert-manager
namespace: {{ $namespace }}
name: {{ $issuerSecretName }}
type: Opaque
stringData:

View File

@@ -1,4 +1,7 @@
{{- define "certmanager.clusterissuer.ca" -}}
{{- $operator := index $.Values.operator "cert-manager" -}}
{{- $namespace := $operator.namespace | default "cert-manager" -}}
{{- range .Values.clusterIssuer.CA }}
{{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name) -}}
{{- fail "CA - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}}
@@ -16,7 +19,7 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: {{ .name }}-selfsigned-ca
namespace: cert-manager
namespace: {{ $namespace }}
spec:
isCA: true
commonName: {{ .selfSignedCommonName }}
@@ -25,7 +28,7 @@ spec:
algorithm: ECDSA
size: 256
issuerRef:
name: selfsigned-ca-issuer
name: {{ .name }}-selfsigned-ca-issuer
kind: ClusterIssuer
group: cert-manager.io
{{- else }}
@@ -34,7 +37,7 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ .name }}-ca
namespace: cert-manager
namespace: {{ $namespace }}
data:
tls.crt: {{ .crt | b64enc }}
tls.key: {{ .key | b64enc }}

View File

@@ -7,4 +7,3 @@
{{- include "certmanager.clusterissuer.acme" . }}
{{- include "certmanager.clusterissuer.selfsigned" . }}
{{- include "certmanager.clusterissuer.ca" . }}
{{- include "certmanager.metrics" . }}

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:60efd806894fa4959708abf5ff7386bc67ffc7ca0d2e76a4fc5212591f2b37e3
tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -31,6 +31,13 @@ portal:
open:
enabled: false
operator:
verify:
additionalOperators:
- cert-manager
enabled: true
failOnError: false
clusterIssuer:
selfSigned:
enabled: true
@@ -75,6 +82,3 @@ clusterIssuer:
# tsigKeyName: ""
# tsigAlgorithm: ""
# rfctsigSecret: ""
customMetrics:
enabled: true

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "9.5.5"
appVersion: "10.0.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
home: https://truecharts.org/charts/enterprise/grafana
@@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/
type: application
version: 7.0.57
version: 9.0.0
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent
tag: v9.5.5@sha256:ff0ba5eecd7ead218a1c9769d9f318873c92a9daa7edbeead429f9ad581ee6d3
tag: v10.0.3@sha256:c39406b61cd96aeb602fe1a2e6995053190fb3f09526cbc25886bcc252a2a016
manifestManager:
enabled: true
securityContext:
@@ -59,7 +59,7 @@ metrics:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
# @default -- See values.yaml
enabled: true
type: serviceMonitor
type: "servicemonitor"
endpoints:
- port: main
path: /metrics

View File

@@ -10,7 +10,7 @@ keywords:
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
@@ -22,7 +22,7 @@ sources:
- https://github.com/metallb/metallb
- https://metallb.universe.tf
type: application
version: 1.1.11
version: 3.0.0
annotations:
truecharts.org/catagories: |
- core

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/scratch
tag: latest@sha256:60efd806894fa4959708abf5ff7386bc67ffc7ca0d2e76a4fc5212591f2b37e3
tag: latest@sha256:1a9a10a0a5f5cb5fe4b30ac6d9c56ff87ad47f3f3490bafb6938fc155230131b
pullPolicy: IfNotPresent
manifestManager:
enabled: false

View File

@@ -1,17 +1,17 @@
apiVersion: v2
appVersion: "2.44.0"
appVersion: "2.46.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
- condition: exporters.enabled,exporters.node-exporter.enabled
name: node-exporter
repository: https://deps.truecharts.org
version: 1.0.34
version: 2.0.7
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
name: kube-state-metrics
repository: https://deps.truecharts.org
version: 1.0.31
version: 2.0.6
deprecated: false
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
@@ -29,7 +29,7 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
type: application
version: 9.0.27
version: 12.0.0
annotations:
truecharts.org/catagories: |
- metrics

View File

@@ -25,6 +25,11 @@ spec:
{{- else }}
probeSelector: {}
{{- end }}
{{- if .Values.prometheus.scrapeConfigSelector }}
scrapeConfigSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.scrapeConfigSelector "context" $) | nindent 4 }}
{{- else }}
scrapeConfigSelector: {}
{{- end }}
alerting:
alertmanagers:
{{- if .Values.prometheus.alertingEndpoints }}
@@ -113,6 +118,11 @@ spec:
{{- else }}
probeNamespaceSelector: {}
{{- end }}
{{- if .Values.prometheus.scrapeConfigNamespaceSelector }}
scrapeConfigNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.scrapeConfigNamespaceSelector "context" $) | nindent 4 }}
{{- else }}
scrapeConfigNamespaceSelector: {}
{{- end }}
{{- if .Values.prometheus.remoteRead }}
remoteRead: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.remoteRead "context" $) | nindent 4 }}
{{- end }}

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/prometheus
tag: v2.44.0@sha256:0e799757a47bdc11f8a894e59c96a23c4afefa4db11e005bc37061cf4e3d57a3
tag: v2.46.0@sha256:0b0dc821c06967e8562bf32ebd9055eef7f1ddd8851187acbf8871d8bd9c72a3
thanosImage:
repository: tccr.io/truecharts/thanos
@@ -515,6 +515,14 @@ prometheus:
## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage
##
probeNamespaceSelector: {}
## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery.
## If {}, select all scrapeConfigs
##
scrapeConfigSelector: {}
## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery.
## If {}, select all namespaces.
## If nil, select own namespace.
scrapeConfigNamespaceSelector: {}
## @param prometheus.retention Metrics retention days
##
retention: 31d

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "2.10.1"
appVersion: "2.10.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Traefik is a flexible reverse proxy and Ingress Provider.
home: https://truecharts.org/charts/enterprise/traefik
@@ -23,7 +23,7 @@ sources:
- https://github.com/traefik/traefik-helm-chart
- https://traefik.io/
type: application
version: 18.0.18
version: 21.0.0
annotations:
truecharts.org/catagories: |
- network

View File

@@ -0,0 +1,11 @@
# Adding or removing headers
The `customRequestHeaders` and `customResponseHeaders` middlewares will allow you to add or remove headers from the request or response.
## `customRequestHeaders`
You can specify a list of headers to add to requests. When removing a header, you only need to specify the header name (an empty value removes the header with that name from requests, if it exists).
## `customResponseHeaders`
You can specify a list of headers to add to responses. When removing a header, you only need to specify the header name (an empty value removes the header with that name from responses, if it exists).

View File

@@ -184,6 +184,10 @@ questions:
attrs:
# Include{basicAuthMiddleware}
# Include{forwardAuthMiddleware}
# Include{bufferingMiddleware}
# Include{customRequestHeadersMiddleware}
# Include{customResponseHeadersMiddleware}
# Include{customFrameOptionsValueMiddleware}
# Include{chainMiddleware}
# Include{redirectSchemeMiddleware}
# Include{rateLimitMiddleware}
@@ -194,6 +198,7 @@ questions:
# Include{realIPMiddleware}
# Include{geoBlockMiddleware}
# Include{addPrefixMiddleware}
# Include{modsecurityMiddleware}
- variable: service
group: "Networking and Services"
label: "Configure Service Entrypoint"

View File

@@ -156,22 +156,24 @@ args:
{{- end }}
{{- end }}
{{- end }}
{{/* theme.park */}}
{{/*
For new plugins, add them on the container also
https://github.com/truecharts/containers/blob/master/mirror/traefik/Dockerfile
moduleName must match on the container and here
*/}}
{{- if .Values.middlewares.themePark }}
- "--experimental.plugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark"
- "--experimental.plugins.traefik-themepark.version={{ .Values.middlewares.themeParkVersion }}"
{{/* theme.park */}}
- "--experimental.localPlugins.traefik-themepark.modulename=github.com/packruler/traefik-themepark"
{{- end }}
{{/* End of theme.park */}}
{{/* GeoBlock */}}
{{- if .Values.middlewares.geoBlock }}
- "--experimental.plugins.GeoBlock.modulename=github.com/PascalMinder/geoblock"
- "--experimental.plugins.GeoBlock.version={{ .Values.middlewares.geoBlockVersion }}"
- "--experimental.localPlugins.GeoBlock.modulename=github.com/PascalMinder/geoblock"
{{- end }}
{{/* End of GeoBlock */}}
{{/* RealIP */}}
{{- if .Values.middlewares.realIP }}
- "--experimental.plugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip"
- "--experimental.plugins.traefik-real-ip.version={{ .Values.middlewares.realIPVersion }}"
- "--experimental.localPlugins.traefik-real-ip.modulename=github.com/soulbalz/traefik-real-ip"
{{- end }}
{{/* End of RealIP */}}
{{- with .Values.additionalArguments }}

View File

@@ -10,7 +10,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: {{ $name }}
namespace: tc-system
data:
{{- $ports := dict }}
{{- range $.Values.service }}

View File

@@ -1,5 +1,3 @@
{{- $values := .Values }}
{{- range $index, $middlewareData := .Values.middlewares.addPrefix }}
---
@@ -7,7 +5,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
addPrefix:
prefix: {{ $middlewareData.prefix }}

View File

@@ -1,10 +1,9 @@
{{- $values := .Values }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-compress" $.Release.Name) "compress" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
compress: {}
---
@@ -14,7 +13,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-basic-ratelimit" $.Release.Name) "basic-ratelimit" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
rateLimit:
average: 600
@@ -24,7 +23,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-basic-secure-headers" $.Release.Name) "basic-secure-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowMethods:
@@ -49,7 +48,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-chain-basic" $.Release.Name) "chain-basic" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -1,17 +1,16 @@
{{- $values := .Values }}
{{- range $index, $middlewareData := .Values.middlewares.basicAuth -}}
{{- $users := list -}}
{{- range $index, $userdata := $middlewareData.users -}}
{{- $users = append $users (htpasswd $userdata.username $userdata.password) -}}
{{- end }}
{{ range $index, $middlewareData := .Values.middlewares.basicAuth }}
---
{{- $users := list }}
{{- range $index, $userdata := $middlewareData.users }}
{{- $users = append $users (htpasswd $userdata.username $userdata.password) }}
{{- end }}
apiVersion: v1
kind: Secret
metadata:
name: {{printf "%v-%v" $middlewareData.name "secret" }}
namespace: tc-system
name: {{ printf "%v-%v" $middlewareData.name "secret" }}
namespace: {{ $.Release.Namespace }}
type: Opaque
stringData:
users: |
@@ -24,8 +23,8 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
basicAuth:
secret: {{ printf "%v-%v" $middlewareData.name "secret" }}
{{ end }}
{{- end -}}

View File

@@ -0,0 +1,26 @@
{{- range $index, $middlewareData := .Values.middlewares.buffering }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
buffering: {{/* Only render if its not <nil> and has a value of 0 or greater */}}
{{- if not (kindIs "invalid" $middlewareData.maxRequestBodyBytes) (ge ($middlewareData.maxRequestBodyBytes | int) 0) }}
maxRequestBodyBytes: {{ $middlewareData.maxRequestBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.memRequestBodyBytes) (ge ($middlewareData.memRequestBodyBytes | int) 0) }}
memRequestBodyBytes: {{ $middlewareData.memRequestBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.maxResponseBodyBytes) (ge ($middlewareData.maxResponseBodyBytes | int) 0) }}
maxResponseBodyBytes: {{ $middlewareData.maxResponseBodyBytes }}
{{- end -}}
{{- if not (kindIs "invalid" $middlewareData.memResponseBodyBytes) (ge ($middlewareData.memResponseBodyBytes | int) 0) }}
memResponseBodyBytes: {{ $middlewareData.memResponseBodyBytes }}
{{- end -}}
{{- if $middlewareData.retryExpression }}
retryExpression: {{ $middlewareData.retryExpression | quote }}
{{- end -}}
{{- end -}}

View File

@@ -1,21 +1,21 @@
{{- $values := .Values }}
{{- $namespace := "tc-system" }}
{{- if $.Values.ingressClass.enabled }}
{{- $namespace := ( printf "tc-system-%s" .Release.Name ) }}
{{- end }}
{{ range $index, $middlewareData := .Values.middlewares.chain }}
{{- $values := .Values -}}
{{- $namespace := $.Release.Namespace -}}
{{- if $.Values.ingressClass.enabled -}}
{{- $namespace := (printf "%v-%v" $namespace .Release.Name) -}}
{{- end -}}
{{- range $index, $middlewareData := .Values.middlewares.chain }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:
{{ range $index, $middleware := .middlewares }}
{{- range $index, $middleware := .middlewares }}
- name: {{ printf "%v-%v@%v" $namespace $middleware "kubernetescrd" }}
{{ end }}
{{ end }}
{{- end }}
{{- end -}}

View File

@@ -0,0 +1,12 @@
{{- range $index, $middlewareData := .Values.middlewares.customFrameOptionsValue }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
headers:
customFrameOptionsValue: {{ $middlewareData.value }}
{{- end -}}

View File

@@ -0,0 +1,15 @@
{{- range $index, $middlewareData := .Values.middlewares.customRequestHeaders }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
headers:
customRequestHeaders:
{{- range $index, $customRequestHeader := $middlewareData.headers }}
{{ $customRequestHeader.name }}: {{ $customRequestHeader.value | quote }}
{{- end }}
{{- end -}}

View File

@@ -0,0 +1,15 @@
{{- range $index, $middlewareData := .Values.middlewares.customResponseHeaders }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
headers:
customResponseHeaders:
{{- range $index, $customResponseHeader := $middlewareData.headers }}
{{ $customResponseHeader.name }}: {{ $customResponseHeader.value | quote }}
{{- end }}
{{- end -}}

View File

@@ -1,31 +1,29 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.forwardAuth }}
{{- range $index, $middlewareData := .Values.middlewares.forwardAuth }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
forwardAuth:
address: {{ $middlewareData.address }}
{{- with $middlewareData.authResponseHeaders }}
authResponseHeaders:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- toYaml . | nindent 4 }}
{{- end -}}
{{- with $middlewareData.authRequestHeaders }}
authRequestHeaders:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- toYaml . | nindent 4 }}
{{- end -}}
{{- if $middlewareData.authResponseHeadersRegex }}
authResponseHeadersRegex: {{ $middlewareData.authResponseHeadersRegex }}
{{- end }}
{{- end -}}
{{- if $middlewareData.trustForwardHeader }}
trustForwardHeader: true
{{- end }}
{{- end -}}
{{- with $middlewareData.tls }}
tls:
insecureSkipVerify: {{ .insecureSkipVerify | default false }}
{{- end }}
{{ end }}
{{- end -}}
{{- end -}}

View File

@@ -1,13 +1,10 @@
{{- $values := .Values }}
{{- range $index, $middlewareData := .Values.middlewares.geoBlock }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
GeoBlock:
@@ -22,11 +19,11 @@ spec:
allowUnknownCountries: {{ $middlewareData.allowUnknownCountries }}
unknownCountryApiResponse: {{ $middlewareData.unknownCountryApiResponse }}
blackListMode: {{ $middlewareData.blackListMode }}
{{- if not $middlewareData.countries }}
{{- fail "You have to define at least one country..." }}
{{- if not $middlewareData.countries -}}
{{- fail "You have to define at least one country..." -}}
{{- end }}
countries:
{{- range $middlewareData.countries }}
- {{ . }}
{{- end }}
{{- end }}
{{- end -}}

View File

@@ -1,14 +1,11 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.ipWhiteList }}
{{- range $index, $middlewareData := .Values.middlewares.ipWhiteList }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
ipWhiteList:
sourceRange:
@@ -19,12 +16,12 @@ spec:
ipStrategy:
{{- if $middlewareData.ipStrategy.depth }}
depth: {{ $middlewareData.ipStrategy.depth }}
{{- end }}
{{- end -}}
{{- if $middlewareData.ipStrategy.excludedIPs }}
excludedIPs:
{{- range $middlewareData.ipStrategy.excludedIPs }}
- {{ . }}
{{- end }}
{{- end }}
{{- end }}
{{ end }}
{{- end -}}
{{- end -}}
{{- end -}}

View File

@@ -0,0 +1,14 @@
{{- range $index, $middlewareData := .Values.middlewares.modsecurity }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-modsecurity-plugin:
modSecurityUrl: {{ $middlewareData.modSecurityUrl }}
timeoutMillis: {{ $middlewareData.timeoutMillis }}
maxBodySize: {{ $middlewareData.maxBodySize }}
{{- end -}}

View File

@@ -1,16 +1,13 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.rateLimit }}
{{- range $index, $middlewareData := .Values.middlewares.rateLimit }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
rateLimit:
average: {{ $middlewareData.average }}
burst: {{ $middlewareData.burst }}
{{ end }}
{{- end -}}

View File

@@ -1,13 +1,10 @@
{{- $values := .Values }}
{{- range $index, $middlewareData := .Values.middlewares.realIP }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-real-ip:
@@ -15,4 +12,4 @@ spec:
{{- range $middlewareData.excludedNetworks }}
- {{ . | quote }}
{{- end }}
{{- end }}
{{- end -}}

View File

@@ -1,16 +1,13 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.redirectScheme }}
{{- range $index, $middlewareData := .Values.middlewares.redirectScheme }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectScheme:
scheme: {{ $middlewareData.scheme }}
permanent: {{ $middlewareData.permanent }}
{{ end }}
{{- end -}}

View File

@@ -1,17 +1,14 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.redirectRegex }}
{{- range $index, $middlewareData := .Values.middlewares.redirectRegex }}
---
# Declaring the user list
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectRegex:
regex: {{ $middlewareData.regex | quote }}
replacement: {{ $middlewareData.replacement | quote }}
permanent: {{ $middlewareData.permanent }}
{{ end }}
{{- end -}}

View File

@@ -1,17 +1,14 @@
{{- $values := .Values }}
{{ range $index, $middlewareData := .Values.middlewares.stripPrefixRegex }}
{{- range $index, $middlewareData := .Values.middlewares.stripPrefixRegex }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
stripPrefixRegex:
regex:
{{- range $middlewareData.regex }}
- {{ . | quote }}
{{- end }}
{{ end }}
{{- end -}}

View File

@@ -1,11 +1,9 @@
{{- $values := .Values }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-opencors-chain") "tc-opencors-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:
@@ -17,7 +15,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-closedcors-chain") "tc-closedcors-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -1,11 +1,9 @@
{{- $values := .Values }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-opencors-headers") "tc-opencors-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowHeaders:
@@ -35,7 +33,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-closedcors-headers") "tc-closedcors-headers" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
headers:
accessControlAllowMethods:

View File

@@ -1,11 +1,9 @@
{{- $values := .Values }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-nextcloud-redirectregex-dav") "tc-nextcloud-redirectregex-dav" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
redirectRegex:
regex: "https://(.*)/.well-known/(card|cal)dav"
@@ -15,7 +13,7 @@ apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name "tc-nextcloud-chain") "tc-nextcloud-chain" $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
chain:
middlewares:

View File

@@ -1,13 +1,10 @@
{{- $values := .Values }}
{{- range $index, $middlewareData := .Values.middlewares.themePark }}
---
apiVersion: traefik.io/v1alpha1
kind: Middleware
metadata:
name: {{ ternary (printf "%v-%v" $.Release.Name $middlewareData.name) $middlewareData.name $.Values.ingressClass.enabled }}
namespace: tc-system
namespace: {{ $.Release.Namespace }}
spec:
plugin:
traefik-themepark:
@@ -19,5 +16,5 @@ spec:
{{- range $middlewareData.addons }}
- {{ . | quote }}
{{- end }}
{{- end }}
{{- end }}
{{- end -}}
{{- end -}}

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/traefik
tag: 2.10.1@sha256:049aece2d3e7eddabed1e2e4c4bd03ceba372d3b9f461386b262b6cb69369fcf
tag: 2.10.4@sha256:028687caa7680c6189c52a6dd28ffd17c3d0a747885ad83b3027fa74023a0fec
pullPolicy: IfNotPresent
manifestManager:
enabled: true
@@ -23,7 +23,7 @@ workload:
# @default -- "/"
# path: "/ping"
# -- Redainess probe configuration
# -- Readiness probe configuration
# @default -- See below
readiness:
# -- sets the probe type when not using a custom probe
@@ -48,6 +48,9 @@ workload:
podOptions:
automountServiceAccountToken: true
operator:
register: true
# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x
ingressClass:
# true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12
@@ -332,6 +335,30 @@ middlewares:
# - "X-CustomHeader"
# authResponseHeadersRegex: "^X-"
# trustForwardHeader: true
customRequestHeaders: []
# - name: customRequestHeaderExample
# headers:
# - name: X-Custom-Header
# value: "foobar"
# - name: X-Header-To-Remove
# value: ""
customResponseHeaders: []
# - name: customResponseHeaderExample
# headers:
# - name: X-Custom-Header
# value: "foobar"
# - name: X-Header-To-Remove
# value: ""
customFrameOptionsValue: []
# - name: customFrameOptionsValueExample
# value: "SAMEORIGIN"
buffering: []
# - name: bufferingExample
# maxRequestBodyBytes: 1000000
# memRequestBodyBytes: 1000000
# maxResponseBodyBytes: 1000000
# memResponseBodyBytes: 1000000
# retryExpression: "IsNetworkError() && Attempts() < 2"
chain: []
# - name: chainname
# middlewares:
@@ -358,7 +385,6 @@ middlewares:
# ipStrategy:
# depth: 2
# excludedIPs: []
themeParkVersion: v1.3.0
themePark: []
# - name: themeParkName
# -- Supported apps, lower case name
@@ -370,7 +396,6 @@ middlewares:
# theme: themenamehere
# -- https://theme-park.dev or a self hosted url
# baseUrl: https://theme-park.dev
realIPVersion: v1.0.3
# Sets X-Real-Ip with an IP from the X-Forwarded-For or
# Cf-Connecting-Ip (If from Cloudflare)
# Evaluation of those headers will go from last to first
@@ -383,7 +408,6 @@ middlewares:
addPrefix: []
# - name: addPrefixName
# prefix: "/foo"
geoBlockVersion: v0.2.4
geoBlock: []
# -- https://github.com/PascalMinder/geoblock
# - name: geoBlockName
@@ -400,6 +424,14 @@ middlewares:
# blackListMode: false
# countries:
# - RU
modsecurity: []
# - name: modsecurityName
# modSecurityUrl: modSecurity container URL
# timeoutMillis: Configurated timeout
# maxBodySize: maxBodySize
## Note: body of every request will be buffered in memory while the request is in-flight
## (i.e.: during the security check and during the request processing by traefik and the backend),
## so you may want to tune maxBodySize depending on how much RAM you have.
portalhook:
enabled: true

View File

@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: "1.28.1"
appVersion: "1.29.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 14.0.1
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
home: https://truecharts.org/charts/enterprise/vaultwarden
@@ -25,7 +25,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
- https://github.com/dani-garcia/vaultwarden
type: application
version: 20.0.34
version: 22.0.0
annotations:
truecharts.org/catagories: |
- security

View File

@@ -53,6 +53,32 @@ questions:
schema:
type: string
default: ""
- variable: push
label: "Mobile Push Notifications"
schema:
additional_attrs: true
type: dict
attrs:
- variable: enabled
label: "Enable Mobile Push Notifications"
description: "You must obtain and ID and Key here: https://bitwarden.com/host"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: installationId
label: "Installation ID"
schema:
type: string
default: ""
required: true
- variable: installationKey
label: "Installation Key"
schema:
type: string
default: ""
required: true
- variable: admin
label: "Admin Portal"
schema:
@@ -331,28 +357,6 @@ questions:
type: int
default: 10102
required: true
- variable: ws
label: "WebSocket Service"
description: "WebSocket Service"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: ws
label: "WebSocket Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 3012
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}

View File

@@ -22,7 +22,6 @@ data:
INVITATION_ORG_NAME: {{ .Values.vaultwarden.defaultInviteName | quote }}
{{- end }}
SHOW_PASSWORD_HINT: {{ .Values.vaultwarden.showPasswordHint | quote }}
WEBSOCKET_ENABLED: {{ .Values.vaultwarden.enableWebsockets | quote }}
WEB_VAULT_ENABLED: {{ .Values.vaultwarden.enableWebVault | quote }}
ORG_CREATION_USERS: {{ .Values.vaultwarden.orgCreationUsers | quote }}
{{- if .Values.vaultwarden.attachmentLimitOrg }}

View File

@@ -29,4 +29,9 @@ data:
YUBICO_CLIENT_ID: {{ $yubicoClientId }}
YUBICO_SECRET_KEY: {{ required "Yubico Secret Key required" .Values.vaultwarden.yubico.secretKey | quote }}
{{- end }}
{{- if .Values.vaultwarden.push.enabled }}
PUSH_ENABLED: {{ .Values.vaultwarden.push.enabled | quote }}
PUSH_INSTALLATION_ID: {{ required "Installation ID required" .Values.vaultwarden.push.installationId | quote }}
PUSH_INSTALLATION_KEY: {{ required "Installation Key required" .Values.vaultwarden.push.installationKey | quote }}
{{- end }}
{{- end -}}

View File

@@ -1,7 +1,6 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render configmap for vaultwarden */}}
{{- $configmapFile := include "vaultwarden.configmap" . | fromYaml -}}
{{- if $configmapFile -}}
@@ -14,32 +13,5 @@
{{- $_ := set .Values.secret "vaultwardensecret" $secret -}}
{{- end -}}
{{/* Define path for websocket */}}
{{- define "vaultwarden.websocket" -}}
{{- $fullname := include "tc.v1.common.lib.chart.names.fullname" . -}}
path: "/notifications/hub"
# -- Ignored if not kubeVersion >= 1.14-0
pathType: Prefix
service:
# -- Overrides the service name reference for this path
name: {{ printf "%s-ws" $fullname }}
port: {{ .Values.service.ws.ports.ws.port }}
{{- end -}}
{{/* inject websocket path to all main ingress hosts*/}}
{{- define "vaultwarden.websocketinjector" -}}
{{- $path := list (include "vaultwarden.websocket" . | fromYaml) -}}
{{- if .Values.ingress.main.enabled }}
{{- range .Values.ingress.main.hosts }}
{{- $newpaths := list }}
{{- $newpaths := concat .paths $path }}
{{- $_ := set . "paths" ( deepCopy $newpaths ) -}}
{{- end }}
{{- end }}
{{- end -}}
{{/* inject websocket paths in ingress */}}
{{- include "vaultwarden.websocketinjector" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/vaultwarden
pullPolicy: IfNotPresent
tag: 1.28.1@sha256:b8e2476d869797abb514848b256e9e4a8591bffac44cf6574c061ec56aea6dbd
tag: v1.29.1@sha256:5a670aee4b1a57a5a414607f9222f558ab365625f64ff78885f7776971c95b54
manifestManager:
enabled: true
service:
@@ -10,13 +10,6 @@ service:
main:
port: 10102
targetPort: 8080
ws:
enabled: true
ports:
ws:
enabled: true
port: 3012
targetPort: 3012
workload:
main:
@@ -73,9 +66,6 @@ vaultwarden:
## Default organization name in invitation e-mails that are not coming from a specific organization.
# defaultInviteName: ""
showPasswordHint: true
# Enable Websockets for notification. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-WebSocket-notifications
# Redirect HTTP path "/notifications/hub" to port 3012. Ingress/IngressRoute controllers are automatically configured.
enableWebsockets: true
# Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting
enableWebVault: true
# Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users.
@@ -132,6 +122,12 @@ vaultwarden:
# clientId:
# secretKey:
## Enable Mobile Push Notifications. You must obtain and ID and Key here: https://bitwarden.com/host
push:
enabled: false
# installationId:
# installationKey:
## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging
log:
# Log to file.

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/acestream
- https://github.com/vstavrinov/acestream-service
type: application
version: 3.0.0
version: 4.0.0
annotations:
truecharts.org/catagories: |
- MediaServer-Video

View File

@@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/adguardhome-sync
- https://github.com/bakito/adguardhome-sync/
type: application
version: 3.0.0
version: 4.0.0
annotations:
truecharts.org/catagories: |
- Other

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm-reactivedrop
- https://www.steampowered.com/
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/alienswarm
- https://www.steampowered.com/
type: application
version: 2.0.8
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/americasarmy-pg
- https://www.americasarmy.com/
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/android-8-0
- https://registry.hub.docker.com/r/ulisses1478/docker-android
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -24,4 +24,4 @@ name: androiddebugbridge
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/androiddebugbridge
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -18,7 +18,7 @@ name: anki-sync-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anki-sync-server
- https://github.com/ankicommunity/anki-devops-services
version: 2.0.9
version: 3.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/anope
- https://thelounge.chat/
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -26,4 +26,4 @@ sources:
- https://httpd.apache.org/docs/2.4/mod/mod_dav.html
- https://github.com/mgutt/docker-apachewebdav
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/apprise-api
- https://github.com/caronc/apprise-api
type: application
version: 3.0.1
version: 4.0.0
annotations:
truecharts.org/catagories: |
- notifications

View File

@@ -26,7 +26,7 @@ name: appsmith
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/appsmith
- https://github.com/appsmithorg/appsmith
version: 5.0.34
version: 6.0.0
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/archiveteam-warrior
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
type: application
version: 2.0.12
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arksurvivalevolved
- https://survivetheark.com/
type: application
version: 3.0.9
version: 4.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arma3
- https://arma3.com/
type: application
version: 2.0.8
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/arma3exilemod
- http://www.exilemod.com/
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -28,4 +28,4 @@ sources:
- https://jfrog.com/
- https://registry.hub.docker.com/r/docker.bintray.io/jfrog/artifactory-oss
type: application
version: 2.0.19
version: 3.0.0

View File

@@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/assettocorsa
- https://www.assettocorsa.net/
type: application
version: 2.0.9
version: 3.0.0

View File

@@ -29,4 +29,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/aurora-files
- https://github.com/afterlogic/docker-aurora-files
type: application
version: 2.0.10
version: 3.0.0

View File

@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "2023.5.3"
appVersion: "2023.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
version: 13.2.2
- condition: redis.enabled
name: redis
repository: https://deps.truecharts.org
version: 6.0.62
version: 7.0.6
description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
home: https://truecharts.org/charts/incubator/authentik
icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.png
@@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
- https://github.com/goauthentik/authentik
- https://goauthentik.io/docs/
version: 13.0.5
version: 14.0.0
annotations:
truecharts.org/catagories: |
- authentication

View File

@@ -61,12 +61,12 @@ Default username is `akadmin` and password is whatever you entered in the initia
![New-Provider-2](img/New-Provider-2.png)
- If you want to use subdomain-level access control, select `Forward auth (single application)` and enter the URL you have chosen for your apps' ingress.
- The example uses `https://application.mydomain.com/`, make sure your app is reachable and uses a valid certificate beforehand.
- You can set HTTP-Basic Authentication Attributes under `Authentication settings` for your service here.
- Don't use a `basicAuth` middleware in the apps' ingress settings. Only use this if your app has build in basic auth support.
- The example uses `https://application.mydomain.com/`, make sure your app is reachable and uses a valid certificate beforehand.
- You can set HTTP-Basic Authentication Attributes under `Authentication settings` for your service here.
- Don't use a `basicAuth` middleware in the apps' ingress settings. Only use this if your app has build in basic auth support.
- Add the attributes in a `authentik` group, then assign any user you want to be able to access the application to this group.
![New-Provider-3](image.png)
![New-Provider-3](img/New-Provider-3.png)
- Once done use that new `Provider` you created
@@ -100,9 +100,9 @@ Once `authentik` is setup and running, you must create a `forwardAuth` inside `T
The main thing about this screen is to use the internal DNS name for simplicity
- I have successfully used an `authentik` instance on a difference host together with `external-service` using this URL:
- I have successfully used an `authentik` instance on a difference host together with `external-service` using this URL:
- `https://authentik-external-service.ix-authentik.svc.cluster.local:9443/outpost.goauthentik.io/auth/traefik`
- Use `heavyscript dns -a` to get the internal DNS name for your `authentik` instance in that case.
- Use `heavyscript dns -a` to get the internal DNS name for your `authentik` instance in that case.
- I suggest using the `https` endpoint and port because it is what worked for me.
:::

View File

@@ -98,6 +98,15 @@ questions:
schema:
type: boolean
default: true
- variable: overwriteDefaultBlueprints
label: Overwrite Default Blueprints
description: |
When enabled, all the default blueprints will be overwritten</br>
True: mountPath: /blueprints</br>
False: mountPath: /blueprints/custom
schema:
type: boolean
default: false
- variable: tokenLength
label: Token Length
description: Configure the length of generated tokens
@@ -293,6 +302,16 @@ questions:
additional_attrs: true
type: dict
attrs:
- variable: wipeBuiltInDb
label: Wipe Built-In GeoIP DB
description: |
Wipes the built-in GeoIP database.</br>
With this set to false, and disabled GeoIP container,</br>
It will use the built-in database.
schema:
type: boolean
show_if: [["enabled", "=", false]]
default: false
- variable: enabled
label: Enabled
description: |

View File

@@ -30,8 +30,11 @@ server-worker:
{{- $geoipPath := (printf "/geoip/%v.mmdb" .Values.authentik.geoip.editionID) -}}
{{- if not .Values.authentik.geoip.enabled -}}
{{- $geoipPath = "/tmp/non-existent-file" -}}
{{- end }}
{{- end -}}
{{- if or .Values.authentik.geoip.enabled .Values.authentik.geoip.wipeBuiltInDb }}
AUTHENTIK_GEOIP: {{ $geoipPath }}
{{- end }}
{{/* Mail */}}
AUTHENTIK_EMAIL__USE_TLS: {{ .Values.authentik.email.useTLS | quote }}
@@ -120,6 +123,7 @@ geoip:
data:
GEOIPUPDATE_EDITION_IDS: {{ .Values.authentik.geoip.editionID }}
GEOIPUPDATE_FREQUENCY: {{ .Values.authentik.geoip.frequency | quote }}
GEOIPUPDATE_DB_DIR: {{ .Values.persistence.geoip.targetSelector.geoip.geoip.mountPath | quote }}
{{- end -}}
{{- end -}}

Some files were not shown because too many files have changed in this diff Show More