Commit Graph

2790 Commits

Author SHA1 Message Date
Stavros kois
7bb322784a chore(ingress): default to "/" path if no paths are set and also when path is just empty 2024-03-10 00:24:45 +02:00
Stavros kois
466f090ce4 bump 2024-03-10 00:14:39 +02:00
Stavros kois
d3de3c2014 add tests 2024-03-10 00:13:08 +02:00
Stavros kois
b8ce7c74e9 fix cluster walStorage bug 2024-03-10 00:13:02 +02:00
Stavros kois
4633ec1a97 fix test 2024-03-10 00:12:52 +02:00
Stavros kois
124c2b25e1 vct tests 2024-03-10 00:08:00 +02:00
Stavros kois
d3f7088314 more fmt 2024-03-09 23:57:03 +02:00
Stavros kois
cfd3854bb5 tests for serverName and revision 2024-03-09 23:55:45 +02:00
Stavros kois
489898373a fmt 2024-03-09 23:55:25 +02:00
Stavros kois
a7ecc49a4c make sure revision is string always 2024-03-09 23:55:06 +02:00
Stavros kois
e4875a41e3 dedupe code 2024-03-09 23:54:55 +02:00
Stavros kois
4e62ab7f03 take account how default works, and fix regression 2024-03-09 23:08:26 +02:00
Stavros kois
e26229c1af add test for metallb and simplify logic 2024-03-09 23:05:18 +02:00
Kjeld Schouten
07c83a9f6b fix(cnpg): default to true checksumming for datasafety 2024-03-08 13:33:05 +01:00
TrueCharts-Admin
fb3ed3d6ea chore(deps): update azure/setup-helm digest to b7246b1 2024-03-08 01:33:41 +01:00
Kjeld Schouten
720c056eaf fix: correct cnpg naming behavior and seperate default vctAccessmodes from accessmodes (#726)
**Description**
Current recovery behavior doesn't target the correct backup serverName
if the serverName isn't explicitly set.
Even when set it still sometimes misbehaves so we're going to also set
the externCluster-name accordingly as a fail-safe

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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:**
Technically breaking, as we're changing the default behavior of VCT.
However, we don't use VCT's a lot

**✔️ 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._
common-19.0.0
2024-03-07 13:49:33 +01:00
Kjeld Schouten
f6d0645e8a fix: release fix for loadbalancer issues common-18.2.1 2024-03-07 12:25:31 +01:00
Kjeld Schouten
a3ceed37b1 Update _additionalAnnotations.tpl 2024-03-07 12:25:04 +01:00
Kjeld Schouten
80435d9747 feat(cnpg): allow for backup revisions and setting serverName (#724)
**Description**
recovery and backup need seperate serverNames.
We make this easy using a user-setable revision, but also will allow for
custom servernames

**⚙️ 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._
common-18.2.0
2024-03-05 22:03:04 +01:00
Kjeld Schouten
8ef498412b chore: rerelease common-18.1.8 2024-03-05 21:17:47 +01:00
Kjeld Schouten
f044ba9e6e Update Chart.yaml 2024-03-05 21:02:44 +01:00
Kjeld Schouten
eacd680d6c fix(common): only set allow-shared-ips for metallb when externalTrafficPolicy == "Cluster" for now. 2024-03-05 21:02:33 +01:00
Kjeld Schouten
856f504884 fix(cnpg): always run a scheduled backups when backup is enabled by default common-18.1.6 2024-03-04 23:44:10 +01:00
Kjeld Schouten
d6baf3d696 Update values.yaml 2024-03-04 23:43:44 +01:00
TrueCharts-Bot
fd9fce1106 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-18.1.5
2024-03-04 13:29:41 +01:00
TrueCharts-Admin
8b12d0e571 chore(deps): update container image tccr.io/tccr/code-server to v4.22.0 2024-03-04 13:29:41 +01:00
Kjeld Schouten
267f7d0354 Update values.yaml 2024-03-03 12:48:21 +01:00
Kjeld Schouten
febcbedc77 Update values.yaml 2024-03-03 12:17:02 +01:00
TrueCharts-Admin
bdca2fe18a chore(deps): update dorny/paths-filter digest to de90cc6 2024-03-03 01:33:24 +01:00
TrueCharts-Admin
5096175ca9 chore(deps): update github-actions major 2024-03-01 01:33:14 +01:00
TrueCharts-Bot
770a63acf9 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-18.1.4
2024-03-01 01:33:02 +01:00
TrueCharts-Admin
c1df190fc6 chore(deps): update container image tccr.io/tccr/code-server to v4.21.2 2024-03-01 01:33:02 +01:00
TrueCharts-Admin
80cc630524 chore(deps): update actions/cache digest to ab5e6d0 2024-03-01 01:32:58 +01:00
Stavros Kois
1d0225643a chore(service): add test case and also account for tpl on validation (#715)
**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)
- [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:**

- [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
- [x] ⬆️ 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._
common-18.1.3
2024-02-29 15:41:40 +02:00
Kjeld Schouten
87d6558536 fix(common): correct metrics related error message common-18.1.2 2024-02-27 22:57:38 +01:00
Kjeld Schouten
e01908e061 chore(common): always reuse PVC 2024-02-27 21:30:42 +01:00
Kjeld Schouten
fe1ed2aead Update Chart.yaml common-18.1.1 2024-02-27 19:33:36 +01:00
Kjeld Schouten
4bc8a53e64 feat(common): enable metrics on databases by default 2024-02-27 19:33:25 +01:00
Kjeld Schouten
04709b4760 Update Chart.yaml 2024-02-27 14:44:59 +01:00
Kjeld Schouten
65f40f9e8d add testing for more helm versions and k8s versions 2024-02-27 14:03:51 +01:00
Kjeld Schouten
8ae103c889 feat(common): write a different check for crd/operator presence (#714)
**Description**
We want to get rid of VerifyOperator code, in favor of code that can
work both with our helm charts and helm charts from other sources.
This does not replace verify-operator **yet** but at least implements a
new way of checking for crd presence, which is the main goal of
verifyOperator

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

** 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._
common-18.1.0
2024-02-26 21:08:39 +01:00
Kjeld Schouten
dcda3ad581 Update Chart.yaml common-18.0.4 2024-02-26 19:07:52 +01:00
Kjeld Schouten
d84bb03965 remove metrics operator verification temporarily 2024-02-26 19:07:37 +01:00
TrueCharts-Bot
96ed6acd84 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-18.0.3
2024-02-26 07:32:07 +01:00
TrueCharts-Admin
23c1ab196f chore(deps): update container image mikefarah/yq to v4.42.1 2024-02-26 07:32:07 +01:00
Stavros Kois
c6b182f498 fix(gpu): only set nvifia runtime on sclae when nvidia is selected (#712) common-18.0.2 2024-02-24 19:57:07 +02:00
Stavros Kois
06db001c48 fix intel gpu common-18.0.1 2024-02-24 15:46:22 +02:00
Kjeld Schouten
03a6482200 chore: BREAKING CHANGE remove SCALE certificates support (#711)
**Description**
We don't expose this anymore, so it can also be removed from common

**⚙️ Type of change**

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

** 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>
common-18.0.0
2024-02-24 10:57:01 +01:00
Kjeld Schouten
2b69f20d6a chore: BREAKING CHANGE remove ixvolumes (#710)
**Description**
We don't use ixVolumes and it's a platform specific shithole

**⚙️ Type of change**

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

** 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-02-24 10:54:03 +01:00
Stavros Kois
05279f7472 chore(resources): remove scaleGPU support (#709)
**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)
- [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:**

- [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
- [x] 📄 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

** 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: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-24 10:37:33 +01:00