Commit Graph

469 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
9ec39b29c1 rename some files 2023-02-21 10:02:13 +01:00
Stavros kois
5545a5d272 fix portal rendering 2023-02-21 08:58:34 +02:00
Kjeld Schouten-Lebbing
1b1fd5799a most portal work done 2023-02-20 23:42:11 +01:00
Stavros kois
4b1c89ca56 fix typo in portal and codeserver worload 2023-02-20 23:01:18 +02:00
Stavros kois
fa6afef881 fix key 2023-02-20 22:56:36 +02:00
Stavros kois
b83f6bcdc0 fix gluetun container + coupel tests 2023-02-20 22:56:20 +02:00
Kjeld Schouten-Lebbing
3f9a657a5e add innitial portal work 2023-02-20 21:45:08 +01:00
Kjeld Schouten-Lebbing
f4e8985caa move codeserver to seperate pod 2023-02-20 17:44:45 +01:00
Kjeld Schouten-Lebbing
e75dc86757 work on vpn addons with targetSelector support 2023-02-20 16:59:35 +01:00
Kjeld Schouten-Lebbing
8a44c2f866 more vpn work 2023-02-18 22:16:45 +01:00
Kjeld Schouten-Lebbing
5205bb8308 fix autoperms use of the vpn configfile 2023-02-18 21:40:10 +01:00
Kjeld Schouten-Lebbing
323478eddb also fix-up tailscale 2023-02-18 21:34:21 +01:00
Kjeld Schouten-Lebbing
26849c599f define typo 2023-02-18 20:25:15 +01:00
Kjeld Schouten-Lebbing
91946da108 gluetun end 2023-02-18 20:24:19 +01:00
Kjeld Schouten-Lebbing
6f981f6797 update storage options 2023-02-18 20:21:36 +01:00
Kjeld Schouten-Lebbing
4c7aee6756 initial work to move to gluetun 2023-02-18 20:08:12 +01:00
Kjeld Schouten-Lebbing
e1ff472f74 feat(common): restructure common refactor and add multi-pod support (#318)
**Description**
While current refactor is already a huge upgrade, we want to restructure
so multi-pod can be supported from the start as well.

**⚙️ Type of change**

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

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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>
2023-02-18 18:37:02 +01:00
Kjeld Schouten-Lebbing
5bd98e9ab7 Relicensing (#324)
**Description**
A new license to prevent integration of the TrueCharts apps, into
another production (commercial) product with the intent of having other
people install our apps in production.

However: Our apps can still be used in production and modified just fine
by everyone.

**⚙️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-02-17 15:18:15 +01:00
Kjeld Schouten-Lebbing
cbe5410810 Readd cnpg using spawner-class system (#314)
**Description**
The previous implementation of CNPG was suboptimal, as it created cnpg
objects within the loader instead of correctly making classes for them
and using a spawner to spawn the needed objects.

This PR readds CNPG using the correct methods.

**⚙️ Type of change**

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

- [ ] ⚖️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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._
2023-01-27 23:38:12 +01:00
Kjeld Schouten-Lebbing
efd8ba86a7 Polish TC common tests (#313)
**Description**
This PR aims to bring the tests for the TC specific parts somewhat
on-par with iX-co-authored parts

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

- [ ] ⚖️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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>
2023-01-27 12:18:35 +01:00
Kjeld Schouten-Lebbing
303df87c51 feat(common): readd TrueCharts specific features to refactor (#292)
**Description**
This PR re-adds TrueCharts specific portions back into the refactor done
by iX-Systems to the common-chart

**⚙️ 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 opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ 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>
2023-01-23 00:37:30 +01:00
Kjeld Schouten-Lebbing
5b814b1d97 Link ix and tc repohistories 2023-01-21 12:19:40 +01:00
Kjeld Schouten-Lebbing
7c44ee5813 move around 2023-01-21 12:16:56 +01:00
Kjeld Schouten-Lebbing
61043a3566 remove unvalid 2023-01-21 12:16:16 +01:00
Stavros kois
18b8544fd2 more docs 2023-01-20 20:06:31 +02:00
Stavros kois
66c41ffd9f docs 2023-01-20 18:29:26 +02:00
Stavros kois
febcd38633 allow to turn off automount on SA 2023-01-20 16:45:22 +02:00
Stavros kois
21bc13eb1a fix couple of things 2023-01-19 19:29:49 +02:00
Stavros kois
fa6539563a fix standalone job spec 2023-01-19 18:35:48 +02:00
Stavros kois
bcfa3583e5 commit job file 2023-01-19 16:59:27 +02:00
Stavros kois
0377cb84c3 fix typo and label/annotations in job/cron 2023-01-19 16:59:21 +02:00
Stavros kois
7a8c0927c2 remove labels from annotations on pods 2023-01-19 16:51:09 +02:00
Stavros kois
66f09692bf add a todo 2023-01-19 16:50:50 +02:00
Stavros kois
3de43bc3a5 fix volumeMount on cron and job standalone 2023-01-19 16:50:42 +02:00
Stavros kois
9d08131bc6 fix cron and job naming on standalone 2023-01-19 16:50:29 +02:00
Stavros kois
d361952b08 fix cron standalone and initial test 2023-01-18 18:21:02 +02:00
Stavros kois
93e711f2f7 untouch 2023-01-18 18:13:38 +02:00
Stavros kois
1e23f520e0 more tests 2023-01-18 17:14:21 +02:00
Stavros kois
6c7a33ce1c add tests 2023-01-18 15:31:56 +02:00
Stavros kois
720adbb739 add initial statefulset tests 2023-01-17 20:29:17 +02:00
Stavros kois
2b9c549d13 fix some test and eliminate some whitespace 2023-01-17 18:17:08 +02:00
Stavros kois
8cf3a7b3b6 make some adjustments 2023-01-17 16:44:18 +02:00
Stavros kois
6b4f853687 also add labels and annotations 2023-01-17 16:20:03 +02:00
Stavros kois
af32a648f5 "plumb" the job "controller" 2023-01-17 16:14:23 +02:00
Stavros kois
9cadb55ad7 actually render pod 2023-01-16 20:03:13 +02:00
Stavros kois
38309fffce fix labels 2023-01-16 19:55:39 +02:00
Stavros kois
44d72d17f5 try for compatibility with 3.9.4 helm 2023-01-16 18:55:40 +02:00
Stavros kois
5194e68f79 daemonset and statefulset 2023-01-16 17:36:15 +02:00
Stavros kois
658b90d7ad make tests a bit more flexible in regards to volumeMounts. 2023-01-16 17:28:28 +02:00
Stavros kois
ffbacdf03e formatting 2023-01-16 15:14:29 +02:00