Commit Graph

19061 Commits

Author SHA1 Message Date
TrueCharts Bot 45755f4c59
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#11404) 2023-08-11 00:35:44 +02:00
TrueCharts Bot 6adf292b86
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11405) 2023-08-11 00:35:29 +02:00
TrueCharts Bot f83c58cda0
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11402) 2023-08-10 23:37:58 +02:00
TrueCharts Bot b960fb9bf6
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11400) 2023-08-10 22:40:27 +02:00
TrueCharts Bot 6e814517b3
chore(deps): update container image tccr.io/truecharts/redis to v7.0.12 (#11398) 2023-08-10 21:40:10 +02:00
TrueCharts Bot 7f6b940df4
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11399) 2023-08-10 21:40:05 +02:00
TrueCharts Bot 1ff0b7b9f4
chore(deps): update container image tccr.io/truecharts/mylar3 to v0.7.3 (#11397) 2023-08-10 20:37:26 +02:00
TrueCharts Bot 11b82c00b2
chore(deps): update container image tccr.io/truecharts/mattermost to v8.1.0 (#11395) 2023-08-10 19:37:37 +02:00
TrueCharts Bot b5bc5848ba
chore(deps): update container image tccr.io/truecharts/grafana to v10.0.3 (#11393) 2023-08-10 18:37:33 +02:00
TrueCharts Bot a25cd2f755
chore(deps): update container image tccr.io/truecharts/medusa to v1.0.17 (#11394) 2023-08-10 18:37:23 +02:00
TrueCharts Bot 5671d1b604
chore(deps): update container image tccr.io/truecharts/invidious to latest (#11392) 2023-08-10 16:38:00 +02:00
TrueCharts Bot f4212bb8bd
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.9 (#11390) 2023-08-10 15:40:03 +02:00
TrueCharts Bot 0ec69479a4
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#11388) 2023-08-10 10:39:04 +02:00
TrueCharts Bot fe1fb1f3d6
chore(deps): update container image tccr.io/truecharts/sickchill to v2023.6.27 (#11387) 2023-08-10 09:37:36 +02:00
TrueCharts Bot 56b677f0f1
chore(deps): update container image tccr.io/truecharts/solr to v9.3.0 (#11369) 2023-08-10 09:36:38 +02:00
kqmaverick c638d7df1e
docs(clusterissuer): remove quad9 (#11376)
**Description**
Remove Quad9 DNS from guide, add secondary Cloudflare and Google.

⚒️ 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-08-10 09:32:38 +02:00
polarstack 4faa60ca45
refactor(kitchenowl): resolve issue #8804 (#11337)
**Description**
Kitchenowl was migrated to new common, but deploying ended in "Hmmmm...
couldn't reach server" error and "(111: Connection refused) while
connecting to upstream" log entries.
This PR removes the deprecated "additionalContainer" section and deploys
the backend as a Deployment. Furthermore the secrets template was
refactored to render it instead of hardcoding. Additionally cnpg was
added as it is supported by the upstream project.
As the current chart is not deployable and due to the refactoring of
several parts I was not able to test, but I expect it to be a breaking
change for old deployments as the data is now stored in cnpg instead of
sqlite.

⚒️ Fixes  #8804

**⚙️ 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?**
Tested on TrueNAS Scale 22.12.3.2 with all operators and best practises
according getting started docs (including Ingress).
After deployment all pods including cnpg are running, no errors in the
logs and application events

**📃 Notes:**

**✔️ Checklist:**

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

** App addition**

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

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

---

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

---------

Signed-off-by: polarstack <42521003+polarstack@users.noreply.github.com>
2023-08-10 09:27:45 +02:00
TrueCharts Bot 02a4c28ffa
chore(deps): update container image tccr.io/truecharts/mealie-frontend to latest (#11385) 2023-08-10 08:43:45 +02:00
TrueCharts Bot a68d941d7f
chore(deps): update container image tccr.io/truecharts/sshwifty to vlatest (#11386) 2023-08-10 08:43:12 +02:00
TrueCharts Bot d580464a09
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.1 (#11383) 2023-08-10 07:34:55 +02:00
TrueCharts Bot 6145c16b3b
chore(deps): update container image tccr.io/truecharts/rsnapshot to v1.4.5 (#11384) 2023-08-10 07:34:30 +02:00
TrueCharts Bot 6401287102
chore(deps): update container image tccr.io/truecharts/mealie-api to latest (#11382) 2023-08-10 06:38:35 +02:00
TrueCharts Bot b1572dcc42
chore(deps): update container image tccr.io/truecharts/cyberchef to v10.5.2 (#11379) 2023-08-10 04:48:40 +02:00
TrueCharts Bot bb7f3b53c8
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#11378) 2023-08-10 02:56:04 +02:00
TrueCharts Bot c33ae84d9c
chore(deps): update webtop (#11377) 2023-08-10 01:32:52 +02:00
TrueCharts Bot 3eaaaff0a5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11373) 2023-08-10 00:39:15 +02:00
TrueCharts Bot f9073420d9
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-mate to latest (#11374) 2023-08-10 00:35:09 +02:00
TrueCharts Bot 4e82e2a22e
chore(deps): update webtop (#11372) 2023-08-09 23:33:42 +02:00
TrueCharts Bot 31ebb4cdf3
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11371) 2023-08-09 22:35:53 +02:00
TrueCharts Bot d73558d775
chore(deps): update container image tccr.io/truecharts/webtop-ubuntu-i3 to latest (#11370) 2023-08-09 21:35:04 +02:00
TrueCharts Bot 1539b9dd27
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#11367) 2023-08-09 19:35:51 +02:00
TrueCharts Bot 8192c50530
chore(deps): update webtop (#11368) 2023-08-09 19:32:16 +02:00
TrueCharts Bot 3442acca36
chore(deps): update container image tccr.io/truecharts/booksonic-air to v2201.1.0 (#11366) 2023-08-09 17:38:44 +02:00
TrueCharts Bot ab33b60b3a
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11364) 2023-08-09 16:37:10 +02:00
TrueCharts Bot 769384256d
chore(deps): update container image tccr.io/truecharts/webtop-fedora-openbox to latest (#11365) 2023-08-09 16:34:25 +02:00
TrueCharts Bot b118844bee
chore(deps): update container image tccr.io/truecharts/webtop-fedora-mate to latest (#11363) 2023-08-09 15:36:38 +02:00
TrueCharts Bot 876ebe64a3
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11362) 2023-08-09 13:40:42 +02:00
TrueCharts Bot 5104f9a024
chore(deps): update container image tccr.io/truecharts/dokuwiki to v20230404.1.0 (#11361) 2023-08-09 12:35:51 +02:00
TrueCharts Bot bb8ec5135e
chore(deps): update container image tccr.io/truecharts/webtop-fedora-icewm to latest (#11360) 2023-08-09 11:32:34 +02:00
TrueCharts Bot a72d5ba155
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#11359) 2023-08-09 10:42:06 +02:00
TrueCharts Bot 8143b6b8c5
chore(deps): update container image tccr.io/truecharts/calibre to v6.24.0 (#11358) 2023-08-09 09:36:43 +02:00
TrueCharts Bot 2feb3764ed
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11357) 2023-08-09 08:44:57 +02:00
TrueCharts Bot 738f079dec
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v24.0.5 (#11356) 2023-08-09 08:37:22 +02:00
TrueCharts Bot 394ba9221a
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#11354) 2023-08-09 07:35:20 +02:00
TrueCharts Bot 0ebd03133b
chore(deps): update container image tccr.io/truecharts/webtop-fedora-i3 to latest (#11355) 2023-08-09 07:32:00 +02:00
TrueCharts Bot 5857d26144
chore(deps): update webtop (#11353) 2023-08-09 06:33:19 +02:00
TrueCharts Bot a1a4e00dde
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#11234) 2023-08-09 04:52:22 +02:00
TrueCharts Bot de1d7f1b37
chore(deps): update container image tccr.io/truecharts/ubooquity to v2.1.2 (#11352) 2023-08-09 04:02:50 +02:00
TrueCharts Bot 437987ffe9
chore(deps): update ubuntu to 22.04 (#11351)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ubuntu](https://togithub.com/actions/runner-images) | github-runner |
major | `20.04` -> `22.04` |

---

### ⚠ 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:eyJjcmVhdGVkSW5WZXIiOiIzNi40MC4wIiwidXBkYXRlZEluVmVyIjoiMzYuNDAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-08-09 02:43:13 +02:00
TrueCharts Bot 797f195d8f
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#11350) 2023-08-09 00:37:57 +02:00