Commit Graph

17871 Commits

Author SHA1 Message Date
Stavros Kois 6ec89831f4
only try helm template values.yaml if ci/*values.yaml does not exist 2023-06-28 00:20:05 +03:00
TrueCharts Bot e5a33f9638
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-icewm to latest (#9988) 2023-06-27 22:33:09 +02:00
TrueCharts Bot 18d8a1e700
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#9986) 2023-06-27 21:30:14 +02:00
TrueCharts Bot c886dfd5cf
chore(deps): update container image tccr.io/truecharts/rdesktop-alpine-i3 to latest (#9987) 2023-06-27 21:30:06 +02:00
Xstar97TheNoob a3ceaabbe8
feat(mc-router) add mc-router (#9605)
**Description**
Routes Minecraft client connections to backend servers.

⚒️ 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:**
the gui list could be better and separated
each mapping item needs to be for example:
"minecraft.local=10.0.0.123:25565"

having the domain split and ip:port as separate items and then recombine
them might be easier for the end user.

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-06-27 17:02:37 +00:00
Xstar97TheNoob 29ef0fc2c5
migrate(unturned) migrate unturned to new commons (#9960)
**Description**
- Add steam port
- housekeeping
- migrate to new commons

⚒️ 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)
- [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-06-27 17:01:50 +00:00
Xstar97TheNoob 6f83e0e6d7
chore(plexripper) bump plexripper 0.14.0 (#9900)
**Description**
fixes plex auth issue on this version.
⚒️ 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-06-27 19:53:55 +03:00
TrueCharts Bot 6cc0af45ec
chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#9859) 2023-06-27 18:53:08 +02:00
TrueCharts Bot 9be056a1ba
chore(deps): update helm general non-major (#9972)
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` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.3` -> `12.14.6` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.6` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.30` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.59` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.66` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.57` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.33` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.62` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.62` |

---

### ⚠ 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 (kube-state-metrics)</summary>

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

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

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.29`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.29)

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

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.28`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.28)

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

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.27`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.27)

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

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.26`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.26)

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

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.25`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.25)

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

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.24`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.24)

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

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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDMuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-27 18:58:48 +03:00
TrueCharts Bot fc3fe521e4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9983) 2023-06-27 16:38:47 +02:00
TrueCharts Bot 935a3ac0d1
chore(deps): update container image tccr.io/truecharts/boinc to latest (#9982) 2023-06-27 15:42:18 +02:00
TrueCharts Bot b0784feea9
chore(deps): update helm chart common to 12.14.6 (#9942)
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.4` -> `12.14.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>

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDIuMCIsInVwZGF0ZWRJblZlciI6IjM1LjE0Mi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-27 16:36:16 +03:00
allcontributors[bot] 9514f1ad59
docs: add VictorienXP as a contributor for code (#9981)
Adds @VictorienXP as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-27 15:36:59 +03:00
VictorienXP 769a6890e3
fix(nextcloud): Fix .well-known redirections (#9979)
**Description**
There is an issue with the Nextcloud Social app:
![.well-known/webfinger isn't properly set
up!](https://github.com/truecharts/charts/assets/1633366/4670d2e8-bace-4999-b22f-f370b5c27f0c)
I've looked into it and found the cause to be most likely the Nginx
configuration.
You can see here the redirection doesn't take into account any GET
parameters:

![image](https://github.com/truecharts/charts/assets/1633366/ff6217ea-c34d-495c-aeec-9a29bb6189f4)
So it will always respond `{"message":"webfinger not supported"}`.

![image](https://github.com/truecharts/charts/assets/1633366/7b21acd3-fa26-4621-92fe-a6a63ec50196)
But when I try with a non-existent `.well-known`, I can see the
redirection works as intended.

![image](https://github.com/truecharts/charts/assets/1633366/87e38144-c0e2-4f4c-b1a6-38fd0ad22d71)
So my conclusion is that these redirections needs to be removed.

**⚙️ 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?**
To test if the fix is effective you need to first install the Social app
then test with your own user the url like this (replace
`nextcloud-domain` and `AccountName` with correct values):
https://nextcloud-domain/.well-known/webfinger?resource=acct:@AccountName@nextcloud-domain
(the Social app should give you the Federated Cloud ID directly so you
can use it there)
Then it should give an output different than `{"message":"webfinger not
supported"}`.
And the ".well-known/webfinger isn't properly set up!" should not
appear.

**📃 Notes:**
The last line `return 301 /index.php$request_uri;` should already cover
any redirection and works properly.

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

** App addition**

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

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2023-06-27 15:34:57 +03:00
TrueCharts Bot 574fa9a637
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9980) 2023-06-27 13:37:18 +02:00
TrueCharts Bot 2f69cfc091
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9978) 2023-06-27 11:34:21 +02:00
TrueCharts Bot 74dbf967a1
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9976) 2023-06-27 10:37:18 +02:00
TrueCharts Bot df197edc42
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#9975) 2023-06-27 07:37:03 +02:00
TrueCharts Bot a49d0c33b5
chore(deps): update container image tccr.io/truecharts/webnut to latest (#9974) 2023-06-27 05:48:52 +02:00
TrueCharts Bot 2514bfe16c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9973) 2023-06-27 05:03:43 +02:00
TrueCharts Bot 5015e575aa
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#9834) 2023-06-27 03:07:51 +02:00
TrueCharts Bot 2dc57b53f8
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9968) 2023-06-27 03:01:59 +02:00
TrueCharts Bot ee31adc05e
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9967) 2023-06-27 02:59:16 +02:00
TrueCharts Bot 414fdc9fef
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#9965) 2023-06-27 01:43:23 +02:00
TrueCharts Bot b96462e8e1
chore(deps): update helm general non-major (#9963) 2023-06-27 01:35:41 +02:00
TrueCharts Bot 6a806eab3c
chore(deps): update container image tccr.io/truecharts/netdata to v1.40.0 (#9964) 2023-06-27 00:38:28 +02:00
TrueCharts Bot 4920bb464e
chore(deps): update container image tccr.io/truecharts/n8n to v0.234.0 (#9961) 2023-06-26 23:37:03 +02:00
TrueCharts Bot 2e4fd27c01
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.2 (#9962) 2023-06-26 23:36:12 +02:00
TrueCharts Bot 4fbf37b3d7
chore(deps): update container image tccr.io/truecharts/minio-console to v0.30.0 (#9959) 2023-06-26 22:34:32 +02:00
TrueCharts Bot 94c0a3e264
chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-06 (#9956) 2023-06-26 20:38:37 +02:00
TrueCharts Bot 2cd19b3366
chore(deps): update jupyter to v2023-06 (minor) (#9954) 2023-06-26 19:38:21 +02:00
TrueCharts Bot 787ef45994
chore(deps): update container image tccr.io/truecharts/actualserver to v23.6.0 (#9952) 2023-06-26 18:36:53 +02:00
TrueCharts Bot 5d7bf2d4da
chore(deps): update container image tccr.io/truecharts/avidemux to v23.06.1 (#9953) 2023-06-26 18:31:04 +02:00
TrueCharts Bot 3ee3f81c15
chore(deps): update container image tccr.io/truecharts/overseerr to v1.33.0 (#9949) 2023-06-26 17:40:35 +02:00
TrueCharts Bot fb397b6ca0
chore(deps): update container image tccr.io/truecharts/esphome to v2023.6.2 (#9948) 2023-06-26 17:40:25 +02:00
TrueCharts Bot 4f960d3058
chore(deps): update container image tccr.io/truecharts/drawio to v21.5.0 (#9947) 2023-06-26 17:39:23 +02:00
TrueCharts Bot d10b718d2d
chore(deps): update container image tccr.io/truecharts/baserow to v1.18.0 (#9944) 2023-06-26 17:39:19 +02:00
TrueCharts Bot 59e0ace523
chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.16.3 (#9950) 2023-06-26 17:39:14 +02:00
TrueCharts Bot 7167720cae
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.60.4 (#9951) 2023-06-26 17:38:06 +02:00
TrueCharts Bot 2e38340637
chore(deps): update container image tccr.io/truecharts/code-server to v4.14.0 (#9946) 2023-06-26 17:37:44 +02:00
TrueCharts Bot f4b63dc5a1
chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.6.1 (#9945) 2023-06-26 17:35:46 +02:00
TrueCharts Bot ab41715d40
chore(deps): update container image tccr.io/truecharts/autobrr to v1.27.1 (#9943) 2023-06-26 17:34:07 +02:00
TrueCharts Bot a985aef365
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.116.4 (#9939) 2023-06-26 16:34:39 +02:00
TrueCharts Bot 79cc93e37f
chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.7.14 (#9938) 2023-06-26 16:32:08 +02:00
TrueCharts Bot e6a10b25d8
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#9934) 2023-06-26 15:33:16 +02:00
TrueCharts Bot 6e32555d3c
chore(deps): update container image tccr.io/truecharts/shlink to v3.6.3 (#9931) 2023-06-26 14:40:40 +02:00
TrueCharts Bot 970dd3069a
chore(deps): update container image tccr.io/truecharts/spotweb to v1.5.4 (#9932) 2023-06-26 14:39:11 +02:00
TrueCharts Bot 19fe0d8cce
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.16 (#9930) 2023-06-26 13:30:34 +02:00
TrueCharts Bot 5e656dbc7a
chore(deps): update container image tccr.io/truecharts/photoprism to v230625 (#9929) 2023-06-26 13:30:26 +02:00
TrueCharts Bot 36d98ffe61
chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#9928) 2023-06-26 12:35:37 +02:00