Commit Graph

523 Commits

Author SHA1 Message Date
TrueCharts Bot
0789ce07c0 chore(deps): update docker general non-major (#330)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/truecharts/alpine](https://togithub.com/truecharts/containers)
| patch | `v3.17.0` -> `3.17.2` |
|
[tccr.io/truecharts/code-server](https://togithub.com/truecharts/containers)
| minor | `4.9.1` -> `4.10.0` |
|
[tccr.io/truecharts/db-wait-mariadb](https://togithub.com/truecharts/containers)
| digest | `b9c82f2` -> `2a8b4f9` |
|
[tccr.io/truecharts/db-wait-mongodb](https://togithub.com/truecharts/containers)
| digest | `d2d2372` -> `932d6a3` |
|
[tccr.io/truecharts/db-wait-postgres](https://togithub.com/truecharts/containers)
| digest | `b03a814` -> `ae7188d` |
|
[tccr.io/truecharts/db-wait-redis](https://togithub.com/truecharts/containers)
| digest | `190b199` -> `fcb9f8c` |
| tccr.io/truecharts/gluetun | digest | `921c0d0` -> `0a6ab5a` |
|
[tccr.io/truecharts/kubectl](https://togithub.com/truecharts/containers)
| digest | `e56d1c8` -> `06902a5` |
| tccr.io/truecharts/scratch | digest | `b4289ea` -> `9387804` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Configuration

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

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDYuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0Ni4wIn0=-->
2023-02-28 11:30:15 +01:00
Kjeld Schouten-Lebbing
ab147f31dc feat(common): allow postgres -> cnpg migration (#329)
**Description**
Add functionality to migrate old postgresql databases to cnpg.
This is not guaranteed(!) to work for every app and every database, but
it offers a semi-decent option to at least TRY to migrate, instead of
forcing users to do this manually

**⚙️ Type of change**

- [x] ⚙️ 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:**
See:
https://cloudnative-pg.io/documentation/1.18/bootstrap/

**✔️ 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.

- [x] 🪞 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-28 11:11:16 +01:00
Kjeld Schouten-Lebbing
2ba785f3bb feat(common): readd deprecated wireguard and openvpn containers for backwards compatibility (#328)
**Description**
This PR readds the wireguard and openvpn vpn types.
Though they are deprecated and people should move to gluetun, this
ensures people can use the addons like they are used to and do not need
to set them up again

**⚙️ 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 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 <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-02-28 10:57:54 +01:00
Kjeld Schouten-Lebbing
c6aa97a1a2 fix(common): Finishing touches (#325)
**Description**
This PR intends to do the finishing touches required for release of the
newly redesigned common-chart

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

- [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.

- [x] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [x] 🖼️ 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-02-28 00:09:46 +01:00
TrueCharts-Admin
8336f7a38d chore(deps): update docker general non-major 2023-02-23 13:08:55 +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
cb15e460fd rename test dir and add some more tests 2023-01-19 19:32:02 +02:00
Stavros kois
21bc13eb1a fix couple of things 2023-01-19 19:29:49 +02:00
Stavros kois
1427a6861c more tests 2023-01-19 18:35:59 +02:00
Stavros kois
fa6539563a fix standalone job spec 2023-01-19 18:35:48 +02:00
Stavros kois
3c0d6fa489 add/extend/update tests 2023-01-19 16:59:55 +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
290dace68a fix some issues 2023-01-19 00:09:02 +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
a1dd1d4654 remove redundant 2023-01-18 18:12:24 +02:00
Stavros kois
d159c35d19 fix pullpolicy 2023-01-18 18:10:19 +02:00
Stavros kois
5392565d48 use an actual image and add comamnd and args 2023-01-18 17:39:35 +02:00
Stavros kois
1e23f520e0 more tests 2023-01-18 17:14:21 +02:00
Stavros kois
0a99e35407 daemonset does not have replicas 2023-01-18 16:24:58 +02:00
Stavros kois
0b222def67 more tests + ci runtests 2023-01-18 16:23:34 +02:00
Stavros kois
0bb7100cbf more tests 2023-01-18 16:05:33 +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
1121091b8a add some tests 2023-01-17 17:26:21 +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
78ed1d44f8 update CI 2023-01-17 16:16:20 +02:00
Stavros kois
af32a648f5 "plumb" the job "controller" 2023-01-17 16:14:23 +02:00
Stavros kois
0ab3ac7995 lint... 2023-01-17 15:39:54 +02:00
Stavros kois
7d773c6298 add extra-containers file 2023-01-17 15:35:17 +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
8617cddd82 remove double parentehsis 2023-01-16 19:29:09 +02:00