Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld SchoutenandGitHub 6df14cde49 Update chart-docs.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:35:42 +02:00
Kjeld SchoutenandGitHub 70be66e34a Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:30:09 +02:00
Kjeld SchoutenandGitHub 63176cd4df Update chart-docs.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:29:47 +02:00
Kjeld SchoutenandGitHub c2ca603341 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:26:32 +02:00
Kjeld SchoutenandGitHub 2c3ff9b924 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:24:32 +02:00
Kjeld SchoutenandGitHub 6cf6d7dd33 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 21:24:12 +02:00
Kjeld SchoutenandGitHub ca854d9ed1 chore: bump for testing
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 17:42:57 +02:00
Kjeld Schouten 068ddc16f8 Revert "Update charts-lint.yaml"
This reverts commit 68894385ce.
2024-05-24 17:42:12 +02:00
Kjeld Schouten df594c9efd Revert "Update catalog-test.yaml"
This reverts commit 5f70ad4153.
2024-05-24 17:42:07 +02:00
Kjeld SchoutenandGitHub 5f70ad4153 Update catalog-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 17:39:53 +02:00
Kjeld SchoutenandGitHub 68894385ce Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 17:39:07 +02:00
Kjeld SchoutenandGitHub 12818a9a96 fix(ci): remove go-yq and pre-commit install steps
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-24 17:38:20 +02:00
Kjeld SchoutenandGitHub 32e0945cfb Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-21 22:48:53 +02:00
Kjeld SchoutenandGitHub 456cc52894 feat(vaultwarden): allow selecting TimShel SSO Beta Image (#22292)
**Description**
@Timshel is working hard on implementing SSO into vaultwarden in
https://github.com/dani-garcia/vaultwarden/pull/3899.
This allows users of TrueCharts to select his BETA container on TrueNAS
SCALE.

Image previously was made available as an image selector using Helm
already

**⚙️ 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 be aware this is still BETA code.

**✔️ 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 <kjeld@schouten-lebbing.nl>
2024-05-20 17:40:33 +02:00
Kjeld SchoutenandGitHub a9a4fee514 chore(vaultwarden): add timshel SSO test container option
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-20 17:28:57 +02:00
Kjeld SchoutenandGitHub 208fe3e4d3 fix(traefik): ignore read timeout by default (#22280)
**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
- [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 <kjeld@schouten-lebbing.nl>
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-05-20 14:38:18 +02:00
Kjeld SchoutenandGitHub b17e0d2e0b Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-20 13:20:23 +02:00
Kjeld SchoutenandGitHub 56b8919249 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:28:56 +02:00
Kjeld SchoutenandGitHub 074fd71c6d chore(volsync): move to system train (#22245)
**Description**
Volsync is pretty-well tested by now and hence can be moved to the
system train

**⚙️ 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-05-19 16:28:10 +02:00
Kjeld SchoutenandGitHub 86ea7c22f6 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:11:52 +02:00
Kjeld SchoutenandGitHub c449bf8a93 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:07:36 +02:00
Kjeld SchoutenandGitHub de7fa379d3 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:07:22 +02:00
Kjeld SchoutenandGitHub 3a21b79617 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:04:54 +02:00
Kjeld SchoutenandGitHub 22d21dd055 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 16:04:41 +02:00
Kjeld SchoutenandGitHub 71de86f266 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:22:52 +02:00
Kjeld SchoutenandGitHub cbeaefdd0a chore: bump CloudNative-PG to release idiotproofing credentials
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:19:22 +02:00
Kjeld SchoutenandGitHub c1b4808364 Update common.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:19:03 +02:00
Kjeld SchoutenandGitHub 3c1c2b2f88 Chore: remove credentials from CNPG chart
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:18:23 +02:00
Kjeld SchoutenandGitHub 5a987844f5 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:13:48 +02:00
Kjeld SchoutenandGitHub ed245346e4 Update common.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:13:36 +02:00
Kjeld SchoutenandGitHub cd22d7797f Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:07:06 +02:00
Kjeld SchoutenandGitHub 6dbab77450 chore(volsync): remove credentials option for volsync as it has not database or persistence
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 15:06:57 +02:00
Kjeld SchoutenandGitHub b436dfa447 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:33:41 +02:00
Kjeld SchoutenandGitHub 52d7426294 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:31:59 +02:00
Kjeld SchoutenandGitHub d9906141ef Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:22:17 +02:00
Kjeld SchoutenandGitHub 25f01ddf8d Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:20:19 +02:00
Kjeld SchoutenandGitHub 053d2c36d7 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:11:32 +02:00
Kjeld SchoutenandGitHub 9059d86f56 Update CODEOWNERS
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-19 13:11:07 +02:00
Kjeld Schouten 346398b721 chore(nextcloud): fix docs link 2024-05-13 10:40:54 +02:00
Kjeld SchoutenandGitHub c22302e302 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-10 16:31:58 +02:00
Kjeld SchoutenandGitHub 3ef46dbeec Update common.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-10 16:31:40 +02:00
Kjeld SchoutenandGitHub a16c3ebad0 chore!(openEBS): BREAKING CHANGE disable pvc encryption by default
Users might have to disable the storageclass prior to upgrading and reenable afterwards

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-04 18:14:37 +02:00
Kjeld SchoutenandGitHub 7b0a02a54a Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-04 18:13:46 +02:00
Kjeld SchoutenandGitHub 8ce328a0e2 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-02 13:48:13 +02:00
Kjeld SchoutenandGitHub 624e37ba47 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-02 13:47:57 +02:00
Kjeld SchoutenandGitHub afc5e7eafa chore: bump common to release improved checks on volsync and cnpg (#21454)
**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-05-01 17:39:48 +02:00
Kjeld SchoutenandGitHub 49370de94f Update credentials.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-01 16:47:23 +02:00
Kjeld SchoutenandGitHub 38b43ad7af Update postgresql.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-05-01 16:46:46 +02:00
Kjeld SchoutenandGitHub 9a758f2ee4 feat(OpenEBS): Add ZFS SnapshotClass (#21449)
**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-04-30 13:35:28 +02:00
Kjeld SchoutenandGitHub 8cd43129aa feat: add Snapshot controller (#21448)
**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._

---------

Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-04-30 13:13:17 +02:00
Kjeld Schouten 9abc20d845 chore: bump common 2024-04-29 23:39:10 +02:00
Kjeld Schouten 20f2fe8342 fix: fixup all chart volsync/credentials settings 2024-04-29 20:45:47 +02:00
Kjeld SchoutenandGitHub ecc2807447 oops
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-29 20:00:51 +02:00
Kjeld SchoutenandGitHub e7ce36686d Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-29 19:53:37 +02:00
Kjeld SchoutenandGitHub c3c0b3bc46 fix: adapt for common cnpg/volsync pathing changes (#21445)
**Description**
Common has moved to standardised URLs for cnpg and volsync.
This is basically the last big implementation change for volsync and
cnpg backups before we can start finetuning and testing both

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

- [ ] ⚖️ 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-04-29 14:26:27 +02:00
Kjeld SchoutenandGitHub 02e10381ac feat: Add VolSync support and move CNPG backup credentials on SCALE (#21443)
**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-04-29 12:28:39 +02:00
Kjeld SchoutenandGitHub d612ac2de7 feat(volsync): add VolSync and VolumeSnapshots charts (#21432)
**Description**
Adds a volsync chart so we can start testing volsync soon(tm)

**⚙️ 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:**
Also adds VolumeSnapshots chart for future managing of VolumeSnapshot
CRDs

**✔️ 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-04-27 18:07:55 +02:00
Kjeld Schouten a7a7f7219d remove traefik crds in wrong folder 2024-04-27 17:18:20 +02:00
Kjeld Schouten c1073cce20 Revert "chore(deps): update helm chart cloudnative-pg to 0.21.0 by renovate (#21431)"
This reverts commit 1a91568918.
2024-04-27 15:07:36 +02:00
Kjeld Schouten 8f7441ea61 chore(cnpg): bump correctly 2024-04-27 11:01:01 +02:00
Kjeld Schouten 4093da1419 Merge branch 'master' of github.com:truecharts/charts 2024-04-27 09:35:44 +02:00
Kjeld Schouten fed514e0cf block system update 2024-04-26 20:00:38 +02:00
Kjeld Schouten 60ba54fd7c fix(cnpg): revert cnpg update 2024-04-26 19:58:59 +02:00
Kjeld SchoutenandGitHub 06b61ec299 chore(openebs): push (temporary) hotfix for questions blocking update
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-26 12:19:49 +02:00
Kjeld SchoutenandGitHub 5271fa0be6 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-26 12:19:18 +02:00
Kjeld SchoutenandGitHub ea4548989b Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-25 23:54:38 +02:00
Kjeld SchoutenandGitHub 50e119d39e Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-25 23:54:24 +02:00
Kjeld SchoutenandGitHub cf06d71142 chore(redis): bump redis version
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-24 17:06:51 +02:00
Kjeld SchoutenandGitHub 122db9102e fix(redis): incorrect password reference in SCALE GUI
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-24 17:06:32 +02:00
Kjeld SchoutenandGitHub d45f7fe497 fix(scale-gui): replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI (#21154)
**Description**
Seems this was missing in the gui by accident

**⚙️ 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-04-22 14:11:52 +02:00
Kjeld SchoutenandGitHub 082da39070 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-22 13:56:46 +02:00
Kjeld SchoutenandGitHub 620177ceee Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-22 13:55:55 +02:00
Kjeld Schouten 19dc949738 chore: sanitise group descriptions 2024-04-22 13:21:48 +02:00
Kjeld Schouten ba7d11c356 chore: fix some broken docs links 2024-04-21 20:15:05 +02:00
Kjeld Schouten b4f0331ba8 chore: bump everything to release new doc pages 2024-04-21 20:11:39 +02:00
Kjeld SchoutenandGitHub 3d6928b4c0 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 19:46:54 +02:00
Kjeld SchoutenandGitHub b5036ed2aa chore: update groups html (#21121)
**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-04-21 19:45:29 +02:00
Kjeld Schouten 2e05d3ccd8 chore: bump charts to release new docs to fix broken links 2024-04-21 18:51:34 +02:00
Kjeld SchoutenandGitHub ddb64f0838 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 18:50:23 +02:00
Kjeld Schouten c850d0cfb3 chore: bump everything to regenerate readme's and site index 2024-04-21 16:13:02 +02:00
Kjeld SchoutenandGitHub 2754192f7d Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 15:44:47 +02:00
Kjeld SchoutenandGitHub ff665e348e Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-21 15:39:46 +02:00
Kjeld SchoutenandGitHub a66fd3357b Chore: rework SCALE catagories/groups to match helm and remove deprecated charts (#21111)
**Description**
We want to improve the meager-at-best descriptions for the option
groups/catagories on SCALE.
They should also match the naming scheme of Helm/Kubernetes.

With those things combined, we can then link users to the actual common
docs for more indepth info on each available option.
Saving us needlessly duplicated docs that need to be maintained and
giving more indepth information to users.

Having naming schemes that match *actual* kubernetes, also makes it
easier for users to migrate to a true kubernetes platform in the future.

**⚙️ Type of change**

- [x] ⚙️ 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?**
<!--
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 <kjeld@schouten-lebbing.nl>
2024-04-21 14:31:23 +02:00
Kjeld Schouten 6e36f6e157 chore: update docs links 2024-04-20 16:38:26 +02:00
Kjeld SchoutenandGitHub 54eeb858ff fix(plex): hotpatch common to ensure plex update works
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-20 11:52:29 +02:00
Kjeld SchoutenandGitHub 3acce00fc7 chore(solr): bump solr
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-20 11:46:39 +02:00
Kjeld SchoutenandGitHub 719d11b2e2 fix(solr): clear out some solr settings
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-20 11:46:23 +02:00
Kjeld SchoutenandGitHub 9f61d99adc Create changingpassword.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-19 14:03:03 +02:00
Kjeld SchoutenandGitHub a2ada9bfe6 chore(nextcloud): bump to release docs
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-19 14:00:56 +02:00
Kjeld SchoutenandGitHub f50bfe1d16 Create changingpassword.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-19 14:00:11 +02:00
Kjeld SchoutenandGitHub 6d0613b57f Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 20:15:16 +02:00
Kjeld SchoutenandGitHub a7bf619895 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 20:15:04 +02:00
Kjeld SchoutenandGitHub 283c50cdf6 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 17:20:05 +02:00
Kjeld SchoutenandGitHub d3572632bb Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 12:04:13 +02:00
Kjeld SchoutenandGitHub 2db1249709 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-18 12:04:00 +02:00
Kjeld SchoutenandGitHub bb25632d8e Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-17 16:28:02 +02:00
Kjeld SchoutenandGitHub a28b19b56f fix(mariadb): fix scale gui password reference
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-17 16:27:45 +02:00
Kjeld SchoutenandGitHub 260b172c92 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-17 16:26:56 +02:00
Kjeld SchoutenandGitHub 14654efdd4 chore(nextcloud): adapt redis password source
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-17 16:26:45 +02:00
Kjeld SchoutenandGitHub 5af69982ee chore(nextcloud): bump te release database migration feature
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-17 16:25:14 +02:00