Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld SchoutenandGitHub 98f0af8b54 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 11:27:57 +01:00
Kjeld SchoutenandGitHub db80ccf4d9 chore(blocky): remove non-functional blocklist
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 11:27:46 +01:00
Kjeld SchoutenandGitHub 0c37b9b8e6 chore(blocky): bump to release new default blocklists
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:57:16 +01:00
Kjeld SchoutenandGitHub 4fe8f21e1f feat(blocky): add pihole default blocklists as well.
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:56:50 +01:00
Kjeld SchoutenandGitHub 77c0be0d6e chore(blocky): bump blocky to apply whitelist/blacklist changes
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:40:06 +01:00
Kjeld SchoutenandGitHub 0e5aa7888c chore(blocky): update values.yaml to reflect default blacklist/whitelist changes
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:39:17 +01:00
Kjeld SchoutenandGitHub aea2ffe5f8 chore(blocky): move blocky default lists directly to template
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:36:10 +01:00
Kjeld SchoutenandGitHub 68d53def71 chore(blocky): bump blocky
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:31:15 +01:00
Kjeld SchoutenandGitHub 2664b85685 feat(blocky): add default blocklist, default whitelist, default group and enable customised prefetcher
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:30:52 +01:00
Kjeld SchoutenandGitHub 854d550cf6 chore(blocky): release lower blocky default lookup timeouts
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:15:18 +01:00
Kjeld SchoutenandGitHub 8992ae68cf Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:14:43 +01:00
Kjeld SchoutenandGitHub 26e53ffe94 chore(blocky): bump to release updated default DNS servers
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:08:22 +01:00
Kjeld SchoutenandGitHub 8f0f588944 chore(blocky): update and annotate default DNS servers
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-22 10:07:41 +01:00
Kjeld SchoutenandGitHub ea6a397235 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-21 23:03:55 +01:00
Kjeld SchoutenandGitHub 72f131ae34 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-21 23:03:30 +01:00
Kjeld SchoutenandGitHub 7d5d5b4dc4 feat(openebs): BREAKING CHANGE (on scale) use zfs backend instead of localpath on scale (#19548)
**Description**
Instead of a local path, we will use the ZFS backend on SCALE instead
for OpenEBS.
Reason for that, is the support for snapshotting, which would allow us
fancy things with both Velero and/or volsync

**⚙️ 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
- [ ] 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._
2024-03-20 15:00:13 +01:00
Kjeld SchoutenandGitHub 31406f101f Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-16 14:16:11 +01:00
Kjeld SchoutenandGitHub bc37c20627 tryout: remove schedule from renovate
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-16 12:17:34 +01:00
Kjeld SchoutenandGitHub cc03ef130a remove deps releases from this repo
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-16 12:14:32 +01:00
Kjeld SchoutenandGitHub 0cd63e8dc5 chore(docs/ci): ensure docs and ci reflect new train names (#19211)
**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
- [ ] 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._
2024-03-16 11:47:30 +01:00
Kjeld Schouten 477ad6f28e chore(enterprise-train): rename enterprise- train to premium-train 2024-03-16 11:35:36 +01:00
Kjeld Schouten a2655cf77a chore(operator-train): rename operator-train to system-train 2024-03-16 11:30:17 +01:00
Kjeld Schouten af081238c6 chore(dependency): merge dependency train into stable train 2024-03-16 11:27:18 +01:00
Kjeld SchoutenandGitHub 4ff22b0b39 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-16 10:16:42 +01:00
Kjeld SchoutenandGitHub f18a803152 chore(traefik): bump to release header improvements
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-14 01:19:54 +01:00
Kjeld SchoutenandGitHub bd00010bde Update tc-headers.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-14 01:16:13 +01:00
Kjeld SchoutenandGitHub 3366c9d4c6 feat(openebs/scale): Add GUI to set default storageclass location and disable device-based storageClass (#19191)
**Description**
This is, besides documentation and minor common-work, the primary thing
required before we can support TrueNAS SCALE DragonFish

**⚙️ 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 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._
2024-03-13 22:09:05 +01:00
Kjeld Schouten ffad1294d6 chore(dependencies): add initial hooks to handle excluding common 2024-03-13 20:39:54 +01:00
Kjeld SchoutenandGitHub 4cb46c53ec feat(immich): readd immich (#19137)
**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  #18737 

**⚙️ 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 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-03-12 09:07:06 +01:00
Kjeld SchoutenandGitHub 6e75283712 feat(add): sd-webui (#19148)
**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  #16709

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

Warns that the image is too-big to pull.
Cannot every be very reliable, as to rely on users reporting issues
manually for the forseeable future.

**✔️ 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 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._
2024-03-11 14:52:57 +01:00
Kjeld SchoutenandGitHub 0ea230e172 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-11 12:50:00 +01:00
Kjeld Schouten fafe094a3b chore: move everything one-per-cluster, to operator train and remove redundant grafana-agent chart 2024-03-11 12:30:26 +01:00
Kjeld SchoutenandGitHub 46c5acebf6 feat: pooler update scale cnpg pooler gui (#18968)
**Description**
Adds an enable/disable toggle in preparation for a new common update

**⚙️ 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 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>
2024-03-10 16:10:05 +01:00
Kjeld SchoutenandGitHub c6a5113671 feat: create seperate traefik crds chart (#18969)
**Description**
In the future we want to split traefik from its crds.
As there is a "one-to-many" relationship between a single set of crds
and multiple traefik instances.

It also allows is to actually update the CRDs

This adds a seperate CRD chart for that

**⚙️ 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 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._
2024-03-10 16:09:54 +01:00
Kjeld Schouten e86cbf224c chore(openebs): some cleanup 2024-03-10 12:20:45 +01:00
Kjeld Schouten 8c55e4669f chore(velero): move velero to operator train 2024-03-10 12:14:19 +01:00
Kjeld SchoutenandGitHub 184226db76 bump traefik
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-07 17:13:23 +01:00
Kjeld SchoutenandGitHub 0b010c00cc fix(traefik): update default security configuration
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-07 17:12:48 +01:00
Kjeld Schouten 36efb36424 chore: bump everything to trigger re-release 2024-03-07 16:56:09 +01:00
Kjeld SchoutenandGitHub cc17d8cf18 fix(redis): force vct accessmode as RWO
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-07 11:56:11 +01:00
Kjeld SchoutenandGitHub e64f9673b1 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 19:34:17 +01:00
Kjeld SchoutenandGitHub f2f10219a2 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 19:34:07 +01:00
Kjeld SchoutenandGitHub 335babb3ad chore(pihole): BREAKING CHANGE change port/service layout for DNS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 17:51:51 +01:00
Kjeld SchoutenandGitHub ad1114e916 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 17:51:18 +01:00
Kjeld SchoutenandGitHub d39910c108 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 17:50:55 +01:00
Kjeld SchoutenandGitHub 84c800274e Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 12:10:33 +01:00
Kjeld SchoutenandGitHub 84ad7dfa6c Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 12:10:22 +01:00
Kjeld SchoutenandGitHub 1a65d2e86f Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 11:51:21 +01:00
Kjeld SchoutenandGitHub 43a52c9b16 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 11:51:11 +01:00
Kjeld SchoutenandGitHub b160c95742 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 10:37:53 +01:00
Kjeld SchoutenandGitHub aee5de75d3 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 10:37:42 +01:00
Kjeld SchoutenandGitHub 11f1785eb6 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 10:36:35 +01:00
Kjeld SchoutenandGitHub 83cce04bb9 Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 10:36:22 +01:00
Kjeld SchoutenandGitHub 11f91779c5 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-06 10:36:02 +01:00
Kjeld SchoutenandGitHub 92d1840988 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 23:06:32 +01:00
Kjeld SchoutenandGitHub 237ac7cf41 Update _blockyConfig.tpl
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 23:06:21 +01:00
Kjeld SchoutenandGitHub 5d2de63e4c Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:59:07 +01:00
Kjeld SchoutenandGitHub e7ddae59a7 Update postgresql.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:57:25 +01:00
Kjeld SchoutenandGitHub fcaa9faf12 fix(blocky): bump common to fix some remaining loadbalancer issues
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:40:05 +01:00
Kjeld SchoutenandGitHub 0010204a77 fix(traefik): bump common to fix some loadbalancer issues with metallb
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:39:38 +01:00
Kjeld SchoutenandGitHub 60d1084bbe feat(blocky): merge dns ports into a single service
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:11:01 +01:00
Kjeld SchoutenandGitHub 70b2b03a31 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:10:25 +01:00
Kjeld SchoutenandGitHub bc76803351 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 21:09:28 +01:00
Kjeld Schouten f75398d0a2 chore: bump everything to force helm release again 2024-03-05 20:11:54 +01:00
Kjeld Schouten 5bde36f1f7 chore: force rereleases 2024-03-05 17:40:41 +01:00
Kjeld SchoutenandGitHub d35add29bd Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 17:38:51 +01:00
Kjeld SchoutenandGitHub 684ef3589f Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-05 13:13:16 +01:00
Kjeld Schouten 9facc77c7b fix(traefik): correct externaltrafficpolicy default 2024-03-04 18:51:45 +01:00
Kjeld Schouten a48bd486b5 fix(traefik): fix secret mounting for crowdsec bouncer 2024-03-04 18:08:45 +01:00
Kjeld Schouten 2648418372 fix(traefik): crowdsecbouncer -> bouncer fixes 2024-03-04 17:44:42 +01:00
Kjeld Schouten abdf07abb2 fix(traefik): more bouncer middleware cleanup 2024-03-04 17:25:03 +01:00
Kjeld Schouten 20c814e3f5 fix(traefik): fix a meanor default certificates mistake 2024-03-04 17:15:50 +01:00
Kjeld Schouten 206ce2df8b fix(traefik): make crowdsecbouncer not error out 2024-03-04 16:18:28 +01:00
Kjeld SchoutenandGitHub eaf710ad46 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-04 16:00:46 +01:00
Kjeld SchoutenandGitHub 5e65d48053 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-04 15:14:10 +01:00
Kjeld SchoutenandGitHub 85a5ec7680 Update crowdsecBouncer.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-04 15:13:51 +01:00
Kjeld SchoutenandGitHub e077efdcdd feat(traefik): default to local externaltraficpolicy and add CrowdSec Bouncer (#18916)
**Description**
This should ensure that tools like crowdsec and/or fail2ban work
correctly
also add the middleware for CrowdSec bouncer

**⚙️ 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 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>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-03-04 15:00:26 +01:00
Kjeld SchoutenandGitHub 2677d13539 fix(authentik): correct bad url
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-03 21:25:23 +01:00
Kjeld SchoutenandGitHub 01d0cf559f Update _config.tpl
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-03 21:25:04 +01:00
Kjeld SchoutenandGitHub fbd265fbb4 fix(authentik): allow overriding browserhost/host
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-03 21:24:12 +01:00
Kjeld SchoutenandGitHub c0aaa0632c Update _config.tpl
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-03-03 21:23:40 +01:00
Kjeld Schouten ccc40c97b0 chore(truenas-exporter): move to stable 2024-03-01 22:15:10 +01:00
Kjeld Schouten b08b07ee57 Merge branch 'master' of github.com:truecharts/charts 2024-03-01 21:51:51 +01:00
Kjeld Schouten 1af4a81d6e fix(truenas-exporter): allow for inc graphite udp 2024-03-01 21:50:35 +01:00
Kjeld Schouten f6d5387637 fix(smartctl-exporter): mount hostdev 2024-03-01 15:45:06 +01:00
Kjeld Schouten 2903b5a649 fix: multiple dashboards patched 2024-03-01 15:19:21 +01:00
Kjeld Schouten bdb998b683 feat(smartctl-exporter): add grafana dashboard 2024-03-01 15:10:08 +01:00
Kjeld Schouten 8dece899cf feat(speedtest-exporter): add grafana dashboard 2024-03-01 15:07:54 +01:00
Kjeld SchoutenandGitHub 82422760e1 feat: Add Truenas-exporter (#18733)
**Description**


**⚙️ 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 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._
2024-03-01 15:03:32 +01:00
Kjeld Schouten 5256efbe80 fix(bitmagnet): minor bugfix for dashboard 2024-03-01 10:38:12 +01:00
Kjeld Schouten 4d41312666 feat(bitmagnet): automatically add grafana dashboard and datasource 2024-03-01 09:35:45 +01:00
Kjeld SchoutenandGitHub 853b632287 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-29 00:21:26 +01:00
Kjeld SchoutenandGitHub f228bbf7e0 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-29 00:21:15 +01:00
Kjeld Schouten eabb9c3024 feat(blocky): enable postgresql querylog by default 2024-02-28 17:53:13 +01:00
Kjeld Schouten bd5d2ce446 no message 2024-02-28 17:19:47 +01:00
Kjeld Schouten ec9a7fd24d fix(blocky): multiple grafana bugs 2024-02-28 17:12:41 +01:00
Kjeld Schouten d7b126424c fix(blocky): ensure cross platform datasource connection could be made to postgresql from grafana 2024-02-28 17:05:13 +01:00
Kjeld Schouten 0e6bf56ee0 chore(blocky); work on postgres dashboard settings 2024-02-28 17:00:44 +01:00
Kjeld Schouten ce44ef1dee fix(blocky): adapt blocky dashboard to use postgres instead of postgresql 2024-02-28 16:42:04 +01:00
Kjeld Schouten 5ceb01bb87 chore(blocky): try different datasource url format 2024-02-28 16:40:00 +01:00