Commit Graph

988 Commits

Author SHA1 Message Date
Kjeld Schouten
d2ef9c04a2 fix(credentials): allow credentials to be defined as credentialsList 2024-04-28 21:14:28 +02:00
Kjeld Schouten
096d349017 feat!: Add integrated Volsync support and remove Velero Support (#790)
**Description**
Velero has a whole host of issues:
1. It does not work with RWO blockdevice PVCs
2. It does not play nice with GitOps (as you don't want all manifests
ported)
3. It does not play nice with TrueNAS SCALE (which iX is to blame for)

But combined: It sucks and only works if you fit within a VERY tight
design-specification for your clustered resources.
So while we spend many ours on it: It has to go.

Introducing: VolSync support.

It just does storage backups and does it well.
If you reinstall with the same VolSync setup, it fetches your data from
S3 storage before starting stuff.
Just works (tm).

Also should just work(tm) with TrueNAS SCALE.

**⚙️ 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._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
2024-04-28 20:42:21 +02:00
Kjeld Schouten
0cddc51801 feat(common): add support for RBAC nonResourceURLs (#794)
**Description**
Some applications do need this.

**⚙️ 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>
2024-04-27 19:27:34 +02:00
Kjeld Schouten
8b885c6f58 chore(common): correct wrong version increase for diagmode 2024-04-27 15:45:37 +02:00
Stavros Kois
f3e07b1ff9 chore(diagnostic): add diagnostic mode (#793)
**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  #788

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

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [x] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning
- [x] 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 15:44:53 +02:00
Kjeld Schouten
2822215a04 Update Chart.yaml 2024-04-27 15:44:36 +02:00
Kjeld Schouten
bd8b16cda7 fix(common-RBAC): remove RBAC requirements that are not requirements 2024-04-27 15:44:26 +02:00
TrueCharts Bot
873852a3e1 chore(deps): update container image tccr.io/tccr/scratch to latest (#786)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `0163c7d` -> `ef27d56` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-26 13:39:07 +03:00
Kjeld Schouten
afba4836ec bump to release podmonitor fixes 2024-04-26 12:18:06 +02:00
Kjeld Schouten
db05892954 fix(cnpg): disable podmonitor due to bug
See: https://github.com/cloudnative-pg/cloudnative-pg/issues/4286
2024-04-26 12:17:49 +02:00
Kjeld Schouten
2de60ea721 fix(common): improve probes (#787)
**Description**
There is a design mistake in the probe setup:

Liveness probe:
Stops the container on failure, this should happen AFTER readiness probe
detects failure.

Readiness Probe:
Stops the service forwarding traffic. This should happen BEFORE the
liveness probe detects failure

Startup Probe:
By having a tcp startup-probe, charts might pass CI when not fully
working. or, worse, get passed-over to the readiness/liveness probes
when the container is still doing maintenance work (such as plex
database updates). Leading to it right-away being thrown-out by
liveness/readyness

I also attempted to offset start of liveness and readyness, this ensures
they don't send probes at the same time, while making it most-likely
that liveness clears before readiness on startup.

While also offsetting the intervals, to prevent the same while running

**⚙️ 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._
2024-04-20 11:31:55 +02:00
TrueCharts-Bot
22eabe925e Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-19 20:28:34 +02:00
TrueCharts-Admin
6116197fe2 chore(deps): update docker general non-major 2024-04-19 20:28:34 +02:00
TrueCharts-Bot
da12bf3c5f Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-17 22:36:45 +02:00
TrueCharts-Admin
1c4f826924 chore(deps): update docker general non-major 2024-04-17 22:36:45 +02:00
TrueCharts-Bot
9047788274 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-16 19:47:00 +02:00
TrueCharts-Admin
5a5c218b8a chore(deps): update container image tccr.io/tccr/code-server to v4.23.1 2024-04-16 19:47:00 +02:00
Kjeld Schouten
827174f38e chore(common): remove unneeded randomisation, unneeded restarts and limit remaining lookups (#778)
**Description**
In our ongoing project to ensure the common-chart doing fully
reproducable builds, we should get rid of any randomisation and most of
the remaining lookups.

This PR removes the last randomisation and lookups.
Instead of randomisation, it now relies on hashes of settings in
`.Values`, this should be fine, as we don't actively support kubernetes
objects created outside of the common-chart

We will also rely on build-in checks for CRDs instead of DIYing it.
The reason behind it is that lookups are inherently problematic,
primarily on platforms with limited lookup capability or limited
permissions.

**⚙️ Type of change**

- [x] ⚙️ 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._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-04-14 16:30:34 +02:00
TrueCharts Bot
aeea50752d chore(deps): update container image tccr.io/tccr/scratch to latest (#781)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/scratch | digest | `fff0ddf` -> `bd3502f` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled because a matching PR was automerged
previously.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-14 01:49:57 +03:00
Kjeld Schouten
df57144ff0 Update Chart.yaml 2024-04-11 10:29:31 +02:00
Kjeld Schouten
4879917937 Update _dbWait.tpl 2024-04-11 10:29:22 +02:00
Kjeld Schouten
dd11b5bcec Update Chart.yaml 2024-04-10 13:39:00 +02:00
Kjeld Schouten
1b879d33bc remove existing secret from common 2024-04-10 13:38:50 +02:00
Kjeld Schouten
87efdd9b5a chore(common): release new common to fetch mariadb/redis passwords from values instead of secret 2024-04-10 11:37:06 +02:00
Kjeld Schouten
f8eee41706 Update _dbWait.tpl 2024-04-10 11:34:38 +02:00
TrueCharts-Bot
8be6c3f453 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-04-09 14:20:14 +02:00
TrueCharts-Admin
0a65302aeb chore(deps): update container image tccr.io/tccr/code-server to v4.23.0 2024-04-09 14:20:14 +02:00
Stavros Kois
2ff0e92645 fix(tests): fix document position on cnpg after pgversion cm removal (#777)
**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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [x] ⚠️ My changes generate no new warnings
- [x] 🧪 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
- [x] 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-07 15:13:32 +02:00
ばか雪
cf24683b98 feat(gluetun): add inputPorts & handle common usecase (#774)
**Description**
This implement idea by @stavros-k in #771 and also add logic to detect
when user has enable qbitportforward, and automatically add gluetun
control port to inputPorts as well. Thank you stavros for help!

⚒️ Fixes  # <!--(issue)-->

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

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [X] #️⃣ 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
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] 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 <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-04-07 10:42:36 +02:00
Kjeld Schouten
f9d6d92bea chore(common): bump common 2024-04-07 10:41:35 +02:00
Kjeld Schouten
ba874ccb1e fix(common): more dbpass reference fixes 2024-04-07 10:35:52 +02:00
Kjeld Schouten
1ceb2c5553 fix(common): correct a redis error 2024-04-07 10:29:30 +02:00
Kjeld Schouten
83b49a6a54 chore(dependencies): remove lookups on all dependencies 2024-04-07 10:17:07 +02:00
Kjeld Schouten
41aedf6913 Update _solrInjector.tpl 2024-04-07 10:08:32 +02:00
Kjeld Schouten
30c079ee57 Delete library/common/templates/lib/cnpg/_pgVersion.tpl 2024-04-07 10:07:25 +02:00
Kjeld Schouten
848ff8c944 Update _cnpg.tpl 2024-04-07 10:07:05 +02:00
Kjeld Schouten
2916b0f0de fix(common): fix handling of pgVersion 2024-04-07 10:04:29 +02:00
Kjeld Schouten
0fdee35fa2 chore(common): bump common to release support for custom-set dependecy passwords 2024-04-06 16:11:52 +02:00
Kjeld Schouten
3a06d3c18c chore(common): add rootPassword fields where needed 2024-04-06 16:10:54 +02:00
Kjeld Schouten
d114b3dea8 feat(common): add support for custom-set solr password 2024-04-06 16:09:57 +02:00
Kjeld Schouten
32a3da6415 feat(common): add support for custom-set redis password 2024-04-06 16:09:29 +02:00
Kjeld Schouten
606c2abb2b feat(common): add support for custom-set mongodb (root)password 2024-04-06 16:08:55 +02:00
Kjeld Schouten
24438933fe feat(common): add support for custom set mariadb (root)password 2024-04-06 16:08:07 +02:00
Kjeld Schouten
a2d0b9ad5a feat(common): allow custom clickhouse password 2024-04-06 16:06:51 +02:00
Kjeld Schouten
3561a152b2 chore(common): add explicit default password field to all dependencies 2024-04-06 16:04:08 +02:00
ばか雪
89fe15965d fix(gluetun): set CAP_SYS_MODULE based on platform (#773)
**Description**
this will resolve issue when installing gluetun on talos, without
requiring user to override drop all in values.yaml

⚒️ 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._
2024-04-02 11:36:27 +02:00
ばか雪
454df9f497 fix(gluetun): add FIREWALL_INPUT_PORTS pointing to main service port (#771)
**Description**
Hello,

right now there is no default definition for FIREWALL_INPUT_PORTS which
seem to be needed on helm/kubeapps deployment for healthcheck to work
([see gluetun
wiki](https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/firewall.md)).
I think if I did this right this will pull main service port from
values.yaml and automatically open it on default interface for health
check.

note: if service uses multiple ports, this likely wont work for all of
them and user will need to manually set FIREWALL_INPUT_PORT themselves.

⚒️ 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?**
i don't know how to test locally, i'm so sorry >.<;;

**📃 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-01 11:40:22 +02:00
Kjeld Schouten
f32300cb12 chore(common): bump 2024-04-01 11:10:24 +02:00
Kjeld Schouten
228e8c0595 fix(common): remove rack spread constraint 2024-04-01 11:09:46 +02:00
TrueCharts-Bot
a98cd74867 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-03-27 13:19:59 +01:00