Commit Graph

2761 Commits

Author SHA1 Message Date
Kjeld Schouten
19710d7c69 precom 2024-02-26 20:48:07 +01:00
Kjeld Schouten
aef533e0ce try another way to ensure unittests are done 2024-02-26 20:44:04 +01:00
Kjeld Schouten
acf668dc02 stupid 2024-02-26 20:32:16 +01:00
Kjeld Schouten
70030a76df oops 2024-02-26 20:24:11 +01:00
Kjeld Schouten
7e402919fa allow crd verification to be disabled and disable on both lint and unittests 2024-02-26 20:20:08 +01:00
Kjeld Schouten
89bcb5caca I doubt the crd lookup would return a list... 2024-02-26 20:07:37 +01:00
Kjeld Schouten
a077c827ee bump testing 2024-02-26 19:54:49 +01:00
Kjeld Schouten
456ec1c0e9 bump minor 2024-02-26 19:50:48 +01:00
Kjeld Schouten
d602ad7896 pre-commit cleanup 2024-02-26 19:40:17 +01:00
Kjeld Schouten
7393d5959a remove some likely unused verification pathways 2024-02-26 19:39:37 +01:00
Kjeld Schouten
66cd0bc522 Apply suggestions from code review 2024-02-26 19:35:52 +01:00
Kjeld Schouten
5a29d2fb1e feat(common): write a different check for crd/operator presence instead of verifyOperator 2024-02-26 19:33:20 +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
TrueCharts-Bot
a3158b8c7c Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.5.1
2024-02-22 13:12:19 +01:00
TrueCharts-Admin
da3e3b3ac6 chore(deps): update container image tccr.io/tccr/tailscale to v1.61.11 2024-02-22 13:12:19 +01:00
Kjeld Schouten
73a90f0edf feat(common): allow nvidia runtimeclass outside of scaleGPU on SCALE (#704)
**Description**
This is an early draft to correctly set the runtimeClass name, when
using nvidia GPU on SCALE, but without the SCALE GPU GUI.

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

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
common-17.5.0
2024-02-17 14:38:06 +01:00
Stavros Kois
0458a51078 fix(projected): projected volumes fix and tests (#707)
**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)-->

- [x] serviceAccountToken
- [x] downardsAPI
- [x] secret
- [x] configMap
- [ ] clusterTrustBundle

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

** 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-17.4.2
2024-02-17 13:46:54 +02:00
TrueCharts-Bot
2cf1c26569 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.4.1
2024-02-17 01:29:57 +01:00
TrueCharts-Admin
eaf70aaf51 chore(deps): update container image mikefarah/yq to v4.41.1 2024-02-17 01:29:57 +01:00
Kjeld Schouten
e483ff9463 feat(common): add support for projected Volumes (#706)
**Description**
Current common does not support projected volumes.
Which we need to mount serviceaccounttokens as files for
https://github.com/truecharts/charts/pull/18259

**⚙️ 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-17.4.0
2024-02-16 16:38:22 +01:00
Kjeld Schouten
df831e94e0 run precommit fixes 2024-02-16 15:33:28 +01:00
TrueCharts Bot
9f06522fef chore(deps): update docker general non-major (#702)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/kubectl | digest | `3b586b7` -> `a27b86c` |
| tccr.io/tccr/scratch | digest | `ca043bf` -> `782bbb4` |

---

### 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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-02-15 19:16:53 +01:00
Kjeld Schouten
0dec549629 chore(common): bump to trigger official flag on artifacthub common-17.3.14 2024-02-15 17:11:20 +01:00
Kjeld Schouten
01100b196f Update Chart.yaml common-17.3.13 2024-02-15 12:42:18 +01:00
Kjeld Schouten
f960fc4378 Update Chart.yaml 2024-02-15 12:42:07 +01:00
TrueCharts-Bot
2fe63b4ecd Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.3.11
2024-02-14 01:42:45 +01:00
TrueCharts-Admin
afeefd5782 chore(deps): update docker general non-major 2024-02-14 01:42:45 +01:00
TrueCharts-Admin
097be5354b chore(deps): update endbug/label-sync digest to 5207415 2024-02-14 01:42:41 +01:00
Stavros Kois
eded119130 chore(common): fix tests and cleanup (#698)
**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

** 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>
common-17.3.10
2024-02-13 14:45:56 +01:00
Kjeld Schouten
8658808292 Update Chart.yaml common-17.3.9 2024-02-07 23:31:56 +01:00
Kjeld Schouten
548dfb94eb Update _schedule.tpl 2024-02-07 23:31:44 +01:00
Kjeld Schouten
01c271efed Update Chart.yaml common-17.3.8 2024-02-07 20:02:48 +01:00
Kjeld Schouten
4211ffa53e Update _providerSecret.tpl 2024-02-07 20:00:41 +01:00
Kjeld Schouten
96edec142f fix(common): use correct secret reference for velero VSL 2024-02-07 19:56:20 +01:00
TrueCharts-Admin
495eb356ef chore(deps): update pre-commit/action action to v3.0.1 2024-02-07 19:45:05 +01:00
Kjeld Schouten
8ea127d92e Update Chart.yaml common-17.3.7 2024-02-07 18:50:01 +01:00
Kjeld Schouten
53ef5ee63c Update _schedule.tpl 2024-02-07 18:44:05 +01:00
Kjeld Schouten
cd86609201 Update Chart.yaml common-17.3.6 2024-02-07 18:41:16 +01:00
Kjeld Schouten
28924c8180 Update _schedule.tpl 2024-02-07 18:41:05 +01:00
Kjeld Schouten
f18b57f0df Update Chart.yaml common-17.3.5 2024-02-07 18:01:07 +01:00
Kjeld Schouten
6a7a46fc4a Update _schedule.tpl 2024-02-07 18:00:58 +01:00
Kjeld Schouten
81a758372a Update Chart.yaml common-17.3.4 2024-02-07 11:48:20 +01:00