Commit Graph

35 Commits

Author SHA1 Message Date
TrueCharts-Bot 7e0c9a152f Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-11 00:09:04 +00:00
TrueCharts-Bot 03d1ee6b0b Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-10 00:09:55 +00:00
TrueCharts-Bot f6668de33c Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-07 00:10:06 +00:00
TrueCharts-Bot c376a256ee Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-06 00:09:08 +00:00
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 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 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
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 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 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