Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld SchoutenandGitHub aa83fc1991 feat(clustertool): disable scheduler ImageLocality
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-03 12:37:34 +01:00
Kjeld SchoutenandGitHub 020249cd29 feat(clustertool): update sysctls
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-03 12:35:32 +01:00
Kjeld SchoutenandGitHub 2e85b6353d Update all.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-03 12:28:05 +01:00
Kjeld SchoutenandGitHub db948d5b0b Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-03 10:50:37 +01:00
Kjeld SchoutenandGitHub c35a357b6a Update charts-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-02 13:38:33 +01:00
Kjeld SchoutenandGitHub b14f0232ec Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-02 13:32:17 +01:00
Kjeld SchoutenandGitHub 33ed602fa3 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-02 13:07:24 +01:00
Kjeld SchoutenandGitHub 737a74d570 Update common-tests.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-02 13:05:02 +01:00
Kjeld Schouten f6700bb614 chore(nextcloud): prepare for shipping its own traefik middleware 2025-02-02 11:57:53 +01:00
Kjeld Schouten c82b6af82b move traefik to archive 2025-02-02 11:37:09 +01:00
5ef1dd6055 feat(common): BREAKING CHANGE change traefik middleware logic (#31498)
**Description**
This PR changes how ingress handles traefik integration middlewares


Should finally complete: #28999

Fixes: #28999

Also Fixes: #28996 
Due to removing fixed middlewares completely

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [ ] ⚖️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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 <info@kjeldschouten.nl>
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>
2025-02-01 23:33:59 +01:00
a759873bf5 feat(common): add existing secret support for pullsecret (#31500)
**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  #31324

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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 <s.kois@outlook.com>
2025-02-01 22:52:32 +01:00
8a7f540e51 feat(common): allow for CNPG UID/GID (#31499)
**Description**


⚒️ Fixes  #27350

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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 <s.kois@outlook.com>
2025-02-01 21:25:13 +00:00
Kjeld SchoutenandGitHub bf71ab8fc5 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 22:06:52 +01:00
Kjeld SchoutenandGitHub 784c4c6b30 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 22:06:38 +01:00
Kjeld Schouten 685c99aad4 chore(traefik): deprecate traefik chart 2025-02-01 21:52:16 +01:00
a27d735b9d feat(common): restructure traefik/ingress middlewares (#31171)
**Description**

moves the middlewares around and adds unit tests

**⚙️ Type of change**

- [x] ⚙️ 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:**

- [ ] ⚖️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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 <info@kjeldschouten.nl>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2025-02-01 21:49:53 +01:00
Kjeld SchoutenandGitHub 1d24bd1c0a Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 16:33:36 +01:00
Kjeld SchoutenandGitHub 427d8f5c32 Update 2025-01-30-2025-start.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 14:03:49 +01:00
Kjeld SchoutenandGitHub 62d3f8ec88 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 13:25:41 +01:00
Kjeld SchoutenandGitHub a28218e3cd Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 13:23:39 +01:00
Kjeld SchoutenandGitHub 5047c596ee fix(renovate): try docker.io prefix for metube
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-02-01 12:01:05 +01:00
Kjeld Schouten c0f54eb4e1 update snapshot controller 2025-01-31 19:34:56 +01:00
Kjeld SchoutenandGitHub bfc5695026 Update kustomization.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-31 18:40:47 +01:00
Kjeld SchoutenandGitHub 78db43cad5 Delete clusters/main/kubernetes/apps/vaultwarden directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-31 18:40:37 +01:00
Kjeld SchoutenandGitHub ed982a4167 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-31 17:57:33 +01:00
Kjeld SchoutenandGitHub 3ecbaf65f3 Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 15:03:14 +01:00
Kjeld SchoutenandGitHub a56d2f36f2 Update authors.ts
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 14:07:15 +01:00
Kjeld SchoutenandGitHub 62189ebb34 Update astro.config.mjs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 13:22:30 +01:00
Kjeld SchoutenandGitHub 204fbfff5d Update and rename _2025-01-05-2025-start.md to 2025-01-30-2025-start.md
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-30 12:46:52 +01:00
Kjeld Schouten 567064dafa fix(clustertool): fix clustertool dependency references 2025-01-30 11:54:03 +01:00
Kjeld Schouten be53f96af9 fix some clustertool dependency issues 2025-01-30 11:31:47 +01:00
Kjeld SchoutenandGitHub 2ea64590ee Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-27 11:26:59 +01:00
Kjeld SchoutenandGitHub d672221fb0 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-27 11:26:45 +01:00
Kjeld SchoutenandGitHub 8f05d33288 Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-25 17:06:44 +01:00
Kjeld SchoutenandGitHub c74940b3ec Update Dockerfile
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-25 11:11:03 +01:00
Kjeld Schouten 015a2cbb3b more astro updates 2025-01-24 20:00:03 +01:00
Kjeld Schouten f609b99f6c fix astro bugs 2025-01-24 19:54:21 +01:00
Kjeld SchoutenandGitHub 8b697ddf28 Update main.json5
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 19:41:18 +01:00
Kjeld SchoutenandGitHub 8f3fa949fc Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 19:39:14 +01:00
Kjeld SchoutenandGitHub 53644a0d4e Update package-lock.json
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 19:30:04 +01:00
Kjeld SchoutenandGitHub f5cc8613dd fix(spegel): BREAKING CHANGE ensure its breaking change due to service change
Required `kubectl delete svc -n spegel spegel-router` before update

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-24 14:03:53 +01:00
Kjeld Schouten d9baaaa965 detect/process package-lock 2025-01-23 22:16:49 +01:00
Kjeld Schouten 5ed344e8cf new package and package locl 2025-01-23 22:15:46 +01:00
Kjeld Schouten b41c2a0368 small revert 2025-01-23 22:10:05 +01:00
Kjeld SchoutenandGitHub a047f29682 Update VERSION
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-23 20:29:56 +01:00
Kjeld SchoutenandGitHub 53e4375ab1 Update latest-version.sh
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-23 20:29:39 +01:00
Kjeld Schouten 63b5777005 add thetraindoctor to minecraft 2025-01-03 21:59:54 +01:00
Kjeld Schouten 2a4c46f3fe 2025 news draft 2025-01-03 14:10:57 +01:00
Kjeld SchoutenandGitHub 54da6ca4a0 fix(clustertool): remove discovery-service patches
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2025-01-03 12:12:05 +01:00
Kjeld Schouten ee336b12a7 disable ingress being enabled by default on unimportant chart ci-testing values 2024-12-29 14:30:02 +01:00
Kjeld SchoutenandGitHub fc00410626 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-12-02 12:48:04 +01:00
Kjeld SchoutenandGitHub 2838f451f9 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:13:07 +01:00
Kjeld SchoutenandGitHub 86e34ec37f Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:12:47 +01:00
Kjeld SchoutenandGitHub 09108b6692 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:11:29 +01:00
Kjeld SchoutenandGitHub 310cced79c Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:11:04 +01:00
Kjeld SchoutenandGitHub 0597be7b30 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:09:46 +01:00
Kjeld SchoutenandGitHub 63b102d6f0 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 13:09:35 +01:00
Kjeld SchoutenandGitHub a30f395275 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 11:51:59 +01:00
Kjeld SchoutenandGitHub 5509949664 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 11:51:00 +01:00
Kjeld SchoutenandGitHub b957fc0708 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-20 11:50:14 +01:00
Kjeld SchoutenandGitHub 50e2379ade Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:54:39 +01:00
Kjeld SchoutenandGitHub 324108b3c2 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:49:15 +01:00
Kjeld SchoutenandGitHub 06187af8e9 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:49:03 +01:00
Kjeld SchoutenandGitHub 6326a11478 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:48:48 +01:00
Kjeld SchoutenandGitHub 3e556bdf44 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:41:49 +01:00
Kjeld SchoutenandGitHub 5e18c4d266 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:41:37 +01:00
Kjeld SchoutenandGitHub 64d30674ea Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:41:23 +01:00
Kjeld SchoutenandGitHub 1ec6c66494 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:38:11 +01:00
Kjeld SchoutenandGitHub b36e4e6729 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:36:54 +01:00
Kjeld SchoutenandGitHub 0cd5f147dd Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:36:26 +01:00
Kjeld SchoutenandGitHub f36b352458 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:36:15 +01:00
Kjeld SchoutenandGitHub 81b9b50d08 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:35:34 +01:00
Kjeld SchoutenandGitHub 39e50a7b57 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:32:38 +01:00
Kjeld SchoutenandGitHub 35fbe6c7c0 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:32:18 +01:00
Kjeld SchoutenandGitHub 67fb936589 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:31:59 +01:00
Kjeld SchoutenandGitHub 712b24ba2d Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:30:31 +01:00
Kjeld SchoutenandGitHub cdd6b5f2dc Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:30:15 +01:00
Kjeld SchoutenandGitHub f81766dddb Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:28:57 +01:00
Kjeld SchoutenandGitHub bb774bc9b7 Update helm-release.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-19 22:27:58 +01:00
Kjeld Schouten 605435034e fix more dockerhub crap 2024-11-15 23:56:32 +01:00
Kjeld Schouten 9c7f751e97 yes 2024-11-15 23:55:14 +01:00
Kjeld Schouten 26eb10794a chore(ich777 containers): move to ghcr 2024-11-15 23:47:55 +01:00
Kjeld Schouten bb1acc4d13 disable weirdness for now 2024-11-15 23:38:31 +01:00
Kjeld Schouten c0d3105f10 ensure renovate uses pullthrough-cache 2024-11-15 23:15:09 +01:00
Kjeld SchoutenandGitHub 1ec50ca53d feat(common): add monthly and yearly retentions to volsync defaults
Also tweaks retentions a tad

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-11-14 14:20:59 +01:00
Kjeld Schouten 3a0e296670 fix(clustertool): remove envrc, untill we are certain how to deal with it. 2024-11-12 16:04:50 +01:00
Kjeld Schouten 4012981462 fix(clustertool): update traefik helm chart 2024-11-12 15:56:09 +01:00
Kjeld Schouten be948a724e chore(traefik): BREAKING CHANGE dont run loadbalancer on dashboard port by default 2024-11-12 15:52:04 +01:00
Kjeld Schouten 0610afa19b feat(clustertool): retry helm-install after etcs timeout 2024-11-12 14:59:38 +01:00
Kjeld Schouten 539809d1ff chore(minecraft-hosted): Tweak dynmap ingress settings 2024-11-11 16:50:25 +01:00
Kjeld Schouten 6b028b2deb feat(traefik): set ExternalTrafficPolicy to Local by default on TCP ingress. 2024-11-11 16:46:15 +01:00
Kjeld SchoutenandGitHub 6cfd1c669f fix(common): volsync cache capacity was not correctly set to our 10Gi default (#28845)
**Description**
This fixed some issues before.
Sadly enough it wasn't actually being applied at all.

Which also shows how niche those issues where though.

**⚙️ 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
- [ ] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):` or `chore(chart-name):`

** App addition**

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

- [ ] 🖼️ 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 <info@kjeldschouten.nl>
2024-11-11 16:41:20 +01:00
Kjeld Schouten 9b713edd38 chore(website): move scale guide screenshots to clustertool shizzle temporaily and make index for third-party shizzle a tbd 2024-11-11 16:03:30 +01:00
Kjeld Schouten 88700ffe33 fix(common): update unittests some more 2024-11-11 15:59:30 +01:00
Kjeld Schouten c0d3c1f717 fix(minecraft): add external traffic policy to main service 2024-11-11 15:55:21 +01:00
Kjeld Schouten 1b8d356ecc chore(minecraft): dont arcon and dynmap over loadbalancer 2024-11-11 15:53:29 +01:00
Kjeld Schouten 4ec370e98e chore(minecraft): simplify even more 2024-11-11 15:48:54 +01:00
Kjeld Schouten 67a91e4ac7 headers headers headers 2024-11-11 15:42:06 +01:00
Kjeld Schouten 5b600bb60e fix(common): try to fix some tests 2024-11-11 15:21:34 +01:00