Commit Graph
44 Commits
Author SHA1 Message Date
Kjeld SchoutenandGitHub 2daf0483da Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-02 15:05:44 +02:00
Kjeld SchoutenandGitHub 50ad6c898b Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-02 15:05:31 +02:00
Kjeld SchoutenandGitHub cfbabbbfe7 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-10-02 14:21:09 +02:00
Kjeld Schouten bdd9b21097 fix(minecraft-java): correct bugged mcbackup toggle 2024-08-31 14:53:58 +02:00
Kjeld Schouten 5d70d8e523 fix(minecraft-java): fix container mistake 2024-08-31 10:33:25 +02:00
Kjeld Schouten 1a09e6bffd feat(minecraft-java): move mc-backup to sidecar container and restructure config options 2024-08-31 10:31:24 +02:00
Kjeld SchoutenandGitHub 22072fdc0f Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-25 11:39:42 +02:00
Kjeld SchoutenandGitHub 7eca5adfa2 Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-24 14:46:45 +02:00
Kjeld SchoutenandGitHub 817f6c6589 Delete charts/stable/minio-console directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-24 14:11:47 +02:00
Kjeld SchoutenandGitHub be84721b6d Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-24 14:11:32 +02:00
Kjeld SchoutenandGitHub e62b2ae780 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-24 14:06:34 +02:00
Kjeld SchoutenandGitHub 790b583dc7 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-23 22:17:17 +02:00
Kjeld SchoutenandGitHub 10184e6dab Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-23 22:17:01 +02:00
Kjeld SchoutenandGitHub 0db47c3658 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-23 21:47:21 +02:00
Kjeld SchoutenandGitHub bb0d7d2b2f Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-23 21:47:07 +02:00
Kjeld SchoutenandGitHub 1f6ef396d8 feat(add): add lvm-disk-watcher chart (#23921)
**Description**
This chart runs our custom lvm-disk-watcher container, which is used in
conjunction with topo-lvm to automatically provision local lvm-backed
storage.

**⚙️ 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._
2024-07-17 13:35:01 +02:00
Kjeld SchoutenandGitHub 914a064a8a Revert "fix(calibre): Update Calibre Probes to be TCP based" (#23920)
Reverts truecharts/charts#23918
2024-07-10 15:30:03 +02:00
Kjeld SchoutenandGitHub b8a9dac50a Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-07-09 22:48:23 +02:00
Kjeld SchoutenandGitHub ca872353f1 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-28 10:46:22 +02:00
Kjeld SchoutenandGitHub 56ddc5f3ba Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-27 12:04:07 +02:00
Kjeld SchoutenandGitHub 65c6cf4560 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-27 12:03:54 +02:00
Kjeld SchoutenandGitHub ec6c812e19 feat(kubernetes-dashboard): Allow kubernetes-dashboard without token login (#23841)
**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-06-27 10:28:49 +02:00
Kjeld Schouten 86110af4ed add licenses 2024-06-27 09:50:56 +02:00
0a9b72b07a chore(kubernetes-dashboard): write our own code for kubernetes dashboard (#23797)
**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: 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>
2024-06-26 22:26:46 +02:00
Kjeld Schouten d595c64ca5 add vscode workspace 2024-06-25 21:11:43 +02:00
Kjeld SchoutenandGitHub 3435297bb1 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 19:32:33 +02:00
Kjeld SchoutenandGitHub 6083feba49 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 19:32:11 +02:00
Kjeld SchoutenandGitHub be7cc768c3 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 18:38:40 +02:00
Kjeld Schouten 60c0e2bed0 whopos 2024-06-25 13:52:11 +02:00
Kjeld Schouten c87566573a whoops 2024-06-25 13:51:08 +02:00
Kjeld Schouten 3ad66d6bd2 add more charts 2024-06-25 13:49:31 +02:00
Kjeld SchoutenandGitHub 2fe63f9f2f Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:19:38 +02:00
Kjeld SchoutenandGitHub db9de90f35 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:19:12 +02:00
Kjeld SchoutenandGitHub 16b5f0633a Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:18:57 +02:00
Kjeld SchoutenandGitHub 4bf8c7aede Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:18:40 +02:00
Kjeld SchoutenandGitHub 5bdcfd270e Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:18:23 +02:00
Kjeld SchoutenandGitHub cc5ef71bd5 Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-25 13:18:05 +02:00
Kjeld SchoutenandGitHub e1bc5676c6 chore: Add a bunch of direct-from-upstream system charts for clustertool-use (#23768)
**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-06-25 13:05:45 +02:00
Kjeld SchoutenandGitHub 017322c69a chore(OpenEBS): BREAKING CHANGE Remove ZFS and LVM backends and CRDs
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:59 +02:00
Kjeld SchoutenandGitHub e055b0405b Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:26 +02:00
Kjeld SchoutenandGitHub 0e4417ea5c Update Chart.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:23:07 +02:00
Kjeld SchoutenandGitHub d55010bb05 Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:22:51 +02:00
Kjeld SchoutenandGitHub 17b087f8d1 Delete charts/system/openebs/crds directory
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
2024-06-21 19:21:21 +02:00
Kjeld SchoutenandGitHub 81fcfd21d2 Update resources.yaml 2024-02-24 14:37:18 +01:00