Commit Graph

136 Commits

Author SHA1 Message Date
TrueCharts-Bot 980fedc5a3 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-03 00:09:16 +00:00
Kjeld Schouten ebb11dbbe9 chore: force bump to ensure up-to-date catalogs 2024-01-02 17:01:35 +01:00
Stavros Kois 791b781c33
chore(apps): bump common (#16751) 2024-01-02 12:59:39 +01:00
TrueCharts-Bot 1482d8090e Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-02 00:09:13 +00:00
Kjeld Schouten 64339bd4b4 chore: increase common version for oci fixes 2024-01-01 23:59:49 +01:00
Stavros Kois 1e0dbf15e9
chore(questions): remove non-existent template refs (#16738)
**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 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._
2024-01-01 21:28:20 +02:00
Kjeld Schouten aee418953a chore: bump all charts for OCI test push 2024-01-01 17:40:52 +01:00
Kjeld Schouten 4817d79f68 fix: correct mistaken common references 2024-01-01 17:38:00 +01:00
Kjeld Schouten 0eae972794 chore: move everything to consume OCI-hosted common-chart dependency 2024-01-01 17:11:47 +01:00
TrueCharts-Bot 92663fd205 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-01 00:10:30 +00:00
Stavros Kois 698622495c
chore(docs): standardize ./img references (#16704)
**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 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-12-31 22:39:31 +02:00
Stavros Kois 12b5c56b24
chore(docs): lints some docs, uses front-matter instead of # h1, and fix list items in changelog (#16589)
**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)-->

front matter is supported by all doc sites (including github markdown
rendering
and is easier to add extra metadata later on, if we want to.

```
---
title: sometitle
---
```

**⚙️ 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-12-31 16:24:05 +02:00
TrueCharts-Bot bf535bc529 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-31 00:10:39 +00:00
TrueCharts-Bot 2abaa1a6de Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-30 00:08:42 +00:00
TrueCharts-Bot eab3a2a380 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-29 00:08:05 +00:00
TrueCharts-Bot d8703ad51d Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-28 00:08:46 +00:00
TrueCharts-Bot 3ab15f5086 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-27 00:08:39 +00:00
TrueCharts-Bot 14f7692854 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-26 00:09:36 +00:00
TrueCharts-Bot c26aa35148 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-25 00:08:55 +00:00
TrueCharts-Bot 40b9ad4519 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-24 00:09:56 +00:00
TrueCharts-Bot 2f00f14103 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-23 00:09:08 +00:00
Kjeld Schouten 257c24ed26 fix(ingress): expose custom options for homepage integration 2023-12-22 11:18:53 +01:00
TrueCharts-Bot 726c4327b8 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-22 00:09:32 +00:00
Kjeld Schouten b3058e799e fix: bump to release middleware fix 2023-12-21 17:52:24 +01:00
Kjeld Schouten fd610994c1 chore: bump everything to ensure patches are applied globally 2023-12-21 14:22:19 +01:00
Kjeld Schouten 79d3af05dc fix(cnpg): ensure the cnpg GUI is included on CNPG apps 2023-12-21 14:20:12 +01:00
TrueCharts-Bot 4001f85191 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-21 00:11:53 +00:00
Kjeld Schouten 5385fd4cbe chore: bump patch versions on all charts for new GUI release 2023-12-20 20:59:09 +01:00
TrueCharts-Bot 1b4ce58b07 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 19:51:11 +00:00
Kjeld Schouten 3f74856193 chore: Bump everything to force min/max scale version update 2023-12-20 14:15:47 +01:00
TrueCharts-Bot dc6307df6c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-20 13:11:56 +00:00
TrueCharts-Bot c5cffa07e4 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-19 00:08:54 +00:00
TrueCharts Bot 19e67c43d4
chore(deps): update container image bitnami/postgresql to 14.10.0@f73fe14 by renovate (#16213)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| bitnami/postgresql | digest | `861429d` -> `f73fe14` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-18 01:33:43 +01:00
TrueCharts-Bot edf40f5b84 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-18 00:09:08 +00:00
TrueCharts Bot 298fc6ba4b
chore(deps): update helm chart common to 16.2.7 by renovate (#16207)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`16.2.6` -> `16.2.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

###
[`v16.2.7`](https://togithub.com/truecharts/library-charts/releases/tag/common-16.2.7)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-16.2.6...common-16.2.7)

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-12-17 19:32:36 +01:00
TrueCharts-Bot 4fceb64003 Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-17 00:09:15 +00:00
Kjeld Schouten b3cff36b48 chore: fix move mistake and cleanup metadata 2023-12-16 13:04:04 +01:00
Kjeld Schouten 63d297bace chore(Project Santa): Add a lot of working incubator charts to stable part 2 2023-12-16 13:00:43 +01:00
TrueCharts-Bot 5c47316bce Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-12-16 00:13:05 +00:00
Kjeld Schouten 11272a4456
chore(incubator): make things work with new common part 3 (#15994)
**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 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-12-15 22:41:48 +01:00
Kjeld Schouten-Lebbing cd4dcf7c0b
Delete charts/dev/testapp directory
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-04-15 00:35:45 +02:00
Kjeld Schouten-Lebbing c34bfb1e9b
BREAKING CHANGE refactor: port all enterprise apps to new common and add apps (#7738)
* use new common

* more porting and add notes.txt

* portals

* add vaultwarden and authelia to enterprise

* some changes

* authelia porting

* fix grafana

* fixup metallb

* more

* traefik

* some initial blocky work

* fixes

* more work on enterprise train

* containers

* labels

* no message

* some more fixes

* update questions for new enterprise apps

* something

* remove postgresql dependency from enterprise train apps

* fix some traefik bugs

* remove prometheus affinities for now

* authelia postgresql fixes

* bump and fix install test errors

* bump common for probe fixes

* fix questions

* more questions fixes

* add some metrics improvements

* some more fixes

* whoops

* some authelia fixes

* fix blocky and authelia

* bump common for postgresql fixes

* hmm

* bump common

* bump redis to disable double manifest loading

* dont enc secrets for authelia

* traefik, blocky and authelia fixes

* traefik caps on protocols

* bump redis for password fixes

* ensure roles are clusterwide

* ok

* redis/common bumps

* remove blocky webui and change config location

* whoops

* redis fix

* more blocky tryouts

* authelia whoops

* bump blocky version

* disable prometheus controller

* oops

* bump common on prometheus for custom service selector labels

* rename prometheus selector labels on service

* damn

* more work

* blocky 100 tryout

* blocky root tryout

* fix blocky config and remove fsgroup

* dont drop caps

* Update common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* revert update for blocky

* use old-style mount for blocky

* put update back for blocky

* add initial postgresl query log support

* hmm

* small lint

* bump common

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-03-04 13:42:14 +01:00
Kjeld Schouten-Lebbing b4a01dcfa3
Port/dependency (#7739)
* use new common

* more porting and add NOTES.txt

* portal

* no message

* remove promtail and tweak dependencies

* bump

* Fixes

* mode

* fix questions

* more questions

* more yaml fixes

* hmm

* move postgresql to stable
2023-03-01 16:48:43 +01:00
Kjeld Schouten-Lebbing 3c471071cc adapt workload and container questions for all apps 2023-03-01 08:55:51 +01:00
Kjeld Schouten-Lebbing ff6ec438a4
Feat: Rework GUI templates (#7545)
* adapt metrics

* Adapt VPN

* Adapt codeserver (remove git related crap)

* add postgresql group, remove vpn group

* restructure securityContext and add testapp for gui testing

* simplify security questions.yaml

* adapt workload GUI

* no message

* no message

* adapt portal configmap name

* add netshoot GUI elements

* add postgresql GUI elements

* whoops

* some more gui fixes

* restructure

* Update Chart.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update vpn.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update common.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update charts/dev/testapp/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Revert "limit fetch depth"

This reverts commit ffb83b1b05bf1e73ecf4fcb834c67f1e008a13ab. (+2 squashed commit)

Squashed commit:

[ffb83b1b05] limit fetch depth

[ce063d6a95] Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update build-release.sh

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Update ct-install.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

---------

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2023-02-28 18:38:55 +01:00
Kjeld Schouten-Lebbing 2c06051625
chore(incubator): Move Dev to incubator and some cleanup 2022-07-22 22:23:18 +02:00
Kjeld Schouten-Lebbing d33f952798
Unraid Bulk Checks (#3235)
* Unraid Bulk Checks

* initial removals

* more failures

* more failed

* catalog failure

* more failures

* remove broken from bulk-check

* clean some things

* no message

* remoive another problem

* fix

* another

* hmm

* yeet

* yeet another

* yeet

* yeet

* fix some mistakes

* hmm

* cleanup

* cleanup

* remove petio
2022-07-22 22:19:45 +02:00
Kjeld Schouten-Lebbing 7fe2b56fe5
move to incubator 2022-07-20 21:20:59 +02:00
Kjeld Schouten-Lebbing 90381463b4
feat: Add G-Range of UnRaid Ports (#3232)
* feat: Add G-Range of UnRaid Ports

* remove non-passing Charts

* re
2022-07-20 21:13:31 +02:00
Kjeld Schouten-Lebbing 2fe6e72fca
feat: Add F-Range of UnRaid Ports (#3230)
* feat: Add F-Range of UnRaid Ports

* remove non-passing Charts

* re
2022-07-20 21:13:25 +02:00