Commit Graph

17756 Commits

Author SHA1 Message Date
StevenMcElligott 8a3e364cc2
chore(tdarr): Update to 2.14.01 (#14039)
**Description**

Update to 2.14.01 now that we're on Cobia

⚒️ Fixes  #13544

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:23:29 +03:00
Jon S. Stumpf 6895cfde2a
chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ 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?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh

**📃 Notes:**
n/a

**✔️ 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
- [x] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---------

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-10-28 15:07:52 +03:00
TrueCharts Bot 4a0ad75345
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v5.0.8.0 (#14050) 2023-10-28 13:38:32 +02:00
sdimovv 9173c46335
feat(kubernetes-reflector): Add kubernetes-reflector (#13756)
**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.
-->

Although Kubernetes-reflector can be used to mirror both generic
Configmaps and Secrets across k8s namespaces, with this PR I
specifically intend to lay the groundwork for supporting wildcard
certificates in Truecharts.

To keep things small this PR only adds the app needed to support secrets
mirroring across namespaces. The rest of the functionality will be added
through separate PRs.

A high-level overview of how I picture this to work:
- A user will gain the ability to create "cluster-wide" certificates in
the `clusterIssuer` app config. This will generate the certificates and
store them in the app's namespace
- The created/updated certificates will be mirrored automatically to all
namespaces matching the regex `ix-.+` (or configurable for helm users)
with the help of the `kubernetes-reflector` app
- The user will gain the ability to use a "cluster-wide" certificate
when setting up an ingress for an app. Similar to how they can currently
use a custom secret for an ingress cert.

To achieve this in next PRs  I will be:
- Submitting small patches to the common lib. So far I think the only
change needed is to allow setting annotations to `Certificate` CRDs,
which is needed to allow `kubernetes-reflector` to replicate them (see
[cert-manager
docs](https://cert-manager.io/docs/devops-tips/syncing-secrets-across-namespaces/#using-reflector))
- Submitting small patches to the clusterIssuer app and the
`Ingress{*}.yaml` files

Relevant issue: #8634

I have not yet added the image to the TC repo. Will do that after the
review process, before merging.
  
⚒️ 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
-->
I have tested this by deploying the `kubernetes-reflector` app and then
applying the following yaml:
```yaml

apiVersion: v1
kind: Namespace
metadata:
  name: origin
---
apiVersion: v1
kind: Namespace
metadata:
  name: destination1
---
apiVersion: v1
kind: Namespace
metadata:
  name: destination2
---
apiVersion: v1
kind: Namespace
metadata:
  name: another-destination1
---
apiVersion: v1
kind: Namespace
metadata:
  name: another-destination2
---
apiVersion: v1
kind: Secret
metadata:
  annotations:
    # Allow reflection from source namespaces
    reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
    # Namespaces from/to which reflection is allowed
    reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "origin,(another-)?destination\\d+"
    # Auto reflect secrets/configmaps to destination namespaces
    reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true"
    # Destination namespaces
    reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "(another-)?destination\\d+"
  name: my-secret
  namespace: origin
type: Opaque
data:
  mydata: c2VjcmV0Cg==
  # mydata: c3VwZXJzdXBlcnNlY3JldAo=
```
Exact commands and output:
```bash
$ kubectl create ns ix-kubernetes-reflector
$ helm install -n ix-kubernetes-reflector kubernetes-reflector .
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      8s
$ kubectl apply -f test-reflect.yaml 
namespace/origin created
namespace/destination1 created
namespace/destination2 created
namespace/another-destination1 created
namespace/another-destination2 created
secret/my-secret created
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      29s
origin                    my-secret                                    Opaque               1      5s
destination1              my-secret                                    Opaque               1      5s
destination2              my-secret                                    Opaque               1      5s
another-destination1      my-secret                                    Opaque               1      5s
another-destination2      my-secret                                    Opaque               1      5s
$ kubectl describe secret -n destination1 my-secret | tail -1
mydata:  7 bytes
$ # Change the secret value (uncomment the other key and comment the first one)
$ kubectl apply -f test-reflect.yaml 
$ kubectl describe secret -n destination1 my-secret | tail -1
mydata:  17 bytes
$ kubectl delete secret -n origin my-secret
secret "my-secret" deleted
$ kubectl get secrets --all-namespaces
NAMESPACE                 NAME                                         TYPE                 DATA   AGE
kube-system               pop-os.node-password.k3s                     Opaque               1      144d
kube-system               k3s-serving                                  kubernetes.io/tls    2      144d
ix-kubernetes-reflector   sh.helm.release.v1.kubernetes-reflector.v1   helm.sh/release.v1   1      3m24s
```

**📃 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
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-10-28 12:28:41 +02:00
TrueCharts Bot 6f184b87fd
chore(deps): update container image tccr.io/truecharts/gamevault-backend to v9.0.3 (#14048) 2023-10-28 10:41:20 +02:00
TrueCharts Bot dce33c8dbe
chore(deps): update container image tccr.io/truecharts/mysql-workbench to v8.0.34 (#14046) 2023-10-28 09:41:11 +02:00
TrueCharts Bot 1c22e2b3e9
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.83.0 (#14047) 2023-10-28 09:40:56 +02:00
TrueCharts Bot ffcb35d342
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14044) 2023-10-28 08:40:56 +02:00
TrueCharts Bot 280d69a87d
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.125.0 (#14045) 2023-10-28 08:40:48 +02:00
TrueCharts Bot 6f472911e1
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14042) 2023-10-28 04:45:24 +02:00
TrueCharts Bot a7e9031fc8
chore(deps): update container image tccr.io/truecharts/wyoming-piper to v1.4.0 (#14043) 2023-10-28 04:43:26 +02:00
TrueCharts Bot 178ed23fa7
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1085 (#14040) 2023-10-28 03:56:27 +02:00
TrueCharts Bot c97ffa490c
chore(deps): update container image tccr.io/truecharts/mattermost to v9.2.0 (#14037) 2023-10-28 02:57:12 +02:00
TrueCharts Bot 8d50ee924d
chore(deps): update container image tccr.io/truecharts/flexget to v3.9.16 (#14038) 2023-10-28 02:56:19 +02:00
TrueCharts Bot 8dbae3a057
chore(deps): update container image tccr.io/truecharts/linkding to v1.22.2 (#14035) 2023-10-28 00:41:53 +02:00
TrueCharts Bot 389f0aa303
chore(deps): update container image tccr.io/truecharts/autobrr to v1.32.0 (#14036) 2023-10-28 00:40:52 +02:00
Stavros Kois 2a37d142f5
fix(outline): fetch from the correct secret 2023-10-28 01:18:30 +03:00
TrueCharts Bot 8e87719dac
chore(deps): update container image tccr.io/truecharts/qbitmanage to v4.0.6 (#14034) 2023-10-27 23:39:14 +02:00
TrueCharts Bot 22080bb62a
chore(deps): update webtop (#14033) 2023-10-27 23:34:53 +02:00
TrueCharts Bot 4c91e1758a
chore(deps): update rdesktop (#14032) 2023-10-27 22:37:14 +02:00
TrueCharts Bot 7b2efa0fa7
chore(deps): update container image tccr.io/truecharts/heimdall to v2.5.7 (#14031) 2023-10-27 22:36:08 +02:00
TrueCharts Bot fae3e09ad5
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#14029) 2023-10-27 21:36:59 +02:00
TrueCharts Bot 41815e6847
chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#13964) 2023-10-27 21:17:32 +02:00
Stavros Kois ac34fd5bd2
fix(clusterissuer): fix malformed yaml output (#14028)
**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  #13421

**⚙️ 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-10-27 22:02:34 +03:00
Stavros Kois aeaeb22e5d
fix(traefik): fix buffering middlewrae (#14027)
**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  #13686

**⚙️ 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-10-27 21:56:39 +03:00
TrueCharts Bot ed6522d6e7
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.1.2 (#14026) 2023-10-27 20:45:19 +02:00
TrueCharts Bot bdf8c56c98
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14025) 2023-10-27 20:40:52 +02:00
StevenMcElligott 66699afcd1
fix(watchyourlan): Fix networking + capabilities (#13979)
**Description**

Adds NET_RAW to enable ARP scanning and enables host-networking by
default since it needs to bind to the interface to scan, otherwise this
chart won't work like ever

⚒️ Fixes  #13972

**⚙️ 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-10-27 21:37:35 +03:00
sdimovv 24d91509d6
feat(traefik): Add traefik-plugin-rewrite-headers (#13961)
**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)-->

Adding a simple plugin that allows for editing/rewriting response
headers. It can be used to rewrite any response header. In the chart
values, I have given a (perhaps not very exciting) example with the
`Location` header.

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

Tested with native helm - deployed Traefik, added an ingress in front of
a simple custom-app that returns an HTTP301 on every request. With this
plugin, I was able to rewrite the Location (or any other) header in the
returned response.

**📃 Notes:**
<!-- Please enter any other relevant information here -->
Plugin:
https://plugins.traefik.io/plugins/628c9eb5108ecc83915d7758/rewrite-header
Corresponding container changes PR:
https://github.com/truecharts/containers/pull/33731

**✔️ 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
- [X] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

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

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

---

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

---------

Signed-off-by: sdimovv <36302090+sdimovv@users.noreply.github.com>
2023-10-27 21:15:37 +03:00
TrueCharts Bot 6c79d7f557
chore(deps): update rdesktop (#14024) 2023-10-27 19:36:42 +02:00
TrueCharts Bot 7b2d5f304d
chore(deps): update container image tccr.io/truecharts/node-red to v3.1.0 (#14023) 2023-10-27 17:41:45 +02:00
TrueCharts Bot b34cf20d6c
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14022) 2023-10-27 15:38:56 +02:00
TrueCharts Bot 24198e7edc
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#14021) 2023-10-27 13:37:43 +02:00
TrueCharts Bot 420aa23839
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.6.4 (#14020) 2023-10-27 12:40:35 +02:00
TrueCharts Bot 3ea65da13e
chore(deps): update container image tccr.io/truecharts/searxng to latest (#14019) 2023-10-27 11:37:36 +02:00
TrueCharts Bot 9433ab7479
chore(deps): update container image tccr.io/truecharts/searxng to latest (#14018) 2023-10-27 10:41:43 +02:00
TrueCharts Bot 3c85d660ed
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14017) 2023-10-27 09:42:30 +02:00
TrueCharts Bot 59d292631e
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.5 (#14015) 2023-10-27 07:39:09 +02:00
TrueCharts Bot 3d5abc44f4
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#14014) 2023-10-27 06:40:49 +02:00
TrueCharts Bot 2bea6422b8
chore(deps): update container image tccr.io/truecharts/jackett to v0.21.1084 (#14013) 2023-10-27 03:58:59 +02:00
TrueCharts Bot 49dc88ba26
chore(deps): update container image tccr.io/truecharts/prusaslicer-novnc to latest (#14012) 2023-10-27 03:58:25 +02:00
TrueCharts Bot 64bb2ecad3
chore(deps): update container image tccr.io/truecharts/ghostfolio to v2.15.0 (#14010) 2023-10-27 02:54:33 +02:00
TrueCharts Bot c8d08398b4
chore(deps): update container image tccr.io/truecharts/zwavejs-ui to v9.3.0 (#14011) 2023-10-27 02:53:12 +02:00
TrueCharts Bot 803de68aa2
chore(deps): update authentik to v2023.10.1 (minor) (#14009) 2023-10-27 01:43:50 +02:00
TrueCharts Bot 0c55d18c34
chore(deps): update container image tccr.io/truecharts/tautulli to v2.13.2 (#14008) 2023-10-27 01:38:59 +02:00
TrueCharts Bot f51ac6bc86
chore(deps): update container image tccr.io/truecharts/synclounge to v5.2.22 (#14007) 2023-10-27 00:40:37 +02:00
TrueCharts Bot 37ccd73369
chore(deps): update container image tccr.io/truecharts/netdata to v1.43.1 (#14006) 2023-10-27 00:39:05 +02:00
TrueCharts Bot 4ad2a3bf29
chore(deps): update container image tccr.io/truecharts/n8n to v1.14.2 (#14005) 2023-10-26 23:42:42 +02:00
TrueCharts Bot a3b8ed47a4
chore(deps): update container image tccr.io/truecharts/metabase to v0.47.6 (#14001) 2023-10-26 22:40:08 +02:00
TrueCharts Bot 9e7bf07de4
chore(deps): update container image tccr.io/truecharts/komga to v1.6.4 (#14000) 2023-10-26 22:39:28 +02:00