Commit Graph

2703 Commits

Author SHA1 Message Date
Kjeld Schouten
8ef5c309da Update _schedule.tpl 2024-02-07 11:37:32 +01:00
Kjeld Schouten
35f48ba6a0 feat(common): allow adding velero schedule to individual charts (#695)
**Description**
After some discussion, we would prefer to have users setup velero
schedules on a per-chart basis, besides any options available on the
velero chart itself.

However the schedules need to be installed inside the velero namespace,
while the included namespace, should (by default) be limited to the
chart itself

**⚙️ 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>
common-17.3.0
2024-02-07 00:05:46 +01:00
Stavros Kois
49839326bf fix(fqdn): fix fqdn generation (#693)
**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)-->

The FQDN generator was not taking into account a custom chart name.
This fixes it.

**⚙️ Type of change**

- [ ] ⚙️ 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
- [ ] #️⃣ 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
- [ ] 🧪 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._
2024-02-06 13:57:42 +01:00
TrueCharts-Bot
54c90e9340 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.31
2024-02-06 13:33:06 +01:00
TrueCharts-Admin
026bd5d9dd chore(deps): update docker general non-major 2024-02-06 13:33:06 +01:00
Stavros Kois
2ba8629b26 fix(checks): prevent nil pointer (#692)
**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  #691

At the time we do the pre-flight checks, the `.Values.global` from
common have not yet been merged with the chart values.

So trying to directly access anything under global, will panic.

So, safely access the underlying keys, by checking that global is not
empty first.

**⚙️ Type of change**

- [ ] ⚙️ 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
- [ ] #️⃣ 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
- [ ] 🧪 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.2.30
2024-02-01 20:48:43 +02:00
TrueCharts-Bot
54f1a69969 Commit bumped App Version
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.29
2024-01-23 07:30:36 +01:00
TrueCharts-Admin
42854b4468 chore(deps): update container image tccr.io/tccr/code-server to v4.20.1 2024-01-23 07:30:36 +01:00
Stavros Kois
988d82f668 chore(cnpg-pooler): revert url changes temporary common-17.2.28 2024-01-21 22:42:43 +02:00
Stavros Kois
04e3a73899 chore(common): add yqimage (#687)
**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._
common-17.2.27
2024-01-21 18:04:34 +02:00
TrueCharts Bot
7b78775bcf chore(deps): update container image tccr.io/tccr/alpine to v3.19.0 (#685)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/alpine](https://togithub.com/truecharts/containers) |
minor | `v3.18.4` -> `v3.19.0` |

---

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

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [x] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-21 17:36:18 +02:00
Stavros Kois
ac6c53ceb1 chore(cnpg): update key name for RO pooler (#686)
**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._
common-17.2.26
2024-01-21 17:33:44 +02:00
Stavros Kois
4d8e9c136e chore(cnpg-pooler): use always the pooler url(s) (#684)
**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:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 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
- [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 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._
common-17.2.25
2024-01-21 14:34:50 +01:00
Stavros Kois
69b13f07d6 chore(common): check helm version before everything (#683)
**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)-->

Adds a pre-flight check for helm version.
By default the restriction is set to `>3.9.4` which is know to not work
with parts of this library.

If the annotation `truecharts.org/min_helm_version` is found then the
restriction becomes
`>=` + the version defined in the annotation.

Currently we can't really "unit test" this, because there is no way to
manipulate annotations in the test suites.
But we are at least testing that it does not "fail", because if it
would, all unittests would fail.

---

Additionally updated the upper bound of helm version we run the tests
on, and also updated the unittest plugin version.
Adjusted some "matchers" in the unittest files to follow the semantic
changes in from the unittest plugins.

**⚙️ 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
- [ ] 🧪 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 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-21 15:33:41 +02:00
Stavros Kois
4d9e6cb286 chore(cnpg/pooler): use the instances to control stopAll (#677)
**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  #651

Since [this](https://github.com/truecharts/charts/pull/16546) is merged,
that includes version 1.22.0 of cnpg
The [fix](https://github.com/cloudnative-pg/cloudnative-pg/pull/3517)
for pooler instances is included
https://github.com/cloudnative-pg/cloudnative-pg/releases/tag/v1.22.0

We can now instead of removing the pooler manifests completely, just
edit the instances.

(This is a revert of
https://github.com/truecharts/library-charts/pull/642 basically)

**⚙️ 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
- [ ] #️⃣ 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 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._
common-17.2.24
2024-01-21 13:52:35 +01:00
Stavros Kois
814cf9e63c feat(cnpg): add pooler urls to the secret (#679)
**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**

- [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
- [ ] 📄 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 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-21 13:52:06 +01:00
TrueCharts Bot
3f4d795cae chore(deps): update docker general non-major (#680)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| tccr.io/tccr/kubectl | digest | `f1e138c` -> `3b586b7` |
| tccr.io/tccr/scratch | digest | `fc7eed0` -> `ca043bf` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjguNCIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.23
2024-01-21 13:44:54 +02:00
TrueCharts-Admin
1de2413aee chore(deps): update actions/cache action to v4 2024-01-17 19:31:37 +01:00
TrueCharts-Admin
aac401f26d chore(deps): update actions/cache digest to e12d46a 2024-01-11 19:32:06 +01:00
TrueCharts Bot
b72c0d3525 chore(deps): update container image tccr.io/tccr/gluetun to v3.37.0 (#676)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/gluetun](https://togithub.com/truecharts/containers) |
minor | `v3.36.0` -> `v3.37.0` |

---

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.22
2024-01-05 21:56:21 +02:00
Eugen Mayer
b2a86c0873 Fixed a tiny typo (#678)
**⚙️ Type of change**

- [x] README typo fix
2024-01-05 21:01:29 +02:00
Stavros Kois
8609c2a35c chore(tests): fix image reference in ci tests (#674)
**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 23:09:34 +01:00
TrueCharts Bot
7433731404 chore(deps): update docker general non-major (#675)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-mariadb](https://togithub.com/truecharts/containers)
| digest | `492a965` -> `62858b8` |
|
[tccr.io/tccr/db-wait-mongodb](https://togithub.com/truecharts/containers)
| digest | `502f70a` -> `9268e23` |
|
[tccr.io/tccr/db-wait-postgres](https://togithub.com/truecharts/containers)
| digest | `a163c78` -> `4e4e5b9` |
|
[tccr.io/tccr/db-wait-redis](https://togithub.com/truecharts/containers)
| digest | `8affa08` -> `e941289` |
| [tccr.io/tccr/wget](https://togithub.com/truecharts/containers) |
digest | `1764b1b` -> `2c26ff5` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
2024-01-01 23:08:39 +01:00
Kjeld Schouten
4a0f00cf62 fix(common-kubectl): change tag common-17.2.21 2024-01-01 22:35:08 +01:00
TrueCharts Bot
1882a32c9e chore(deps): update docker general non-major (#673)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[tccr.io/tccr/db-wait-mariadb](https://togithub.com/truecharts/containers)
| digest | `492a965` -> `62858b8` |
|
[tccr.io/tccr/db-wait-mongodb](https://togithub.com/truecharts/containers)
| digest | `502f70a` -> `9268e23` |
|
[tccr.io/tccr/db-wait-postgres](https://togithub.com/truecharts/containers)
| digest | `a163c78` -> `4e4e5b9` |
|
[tccr.io/tccr/db-wait-redis](https://togithub.com/truecharts/containers)
| digest | `8affa08` -> `e941289` |
| [tccr.io/tccr/wget](https://togithub.com/truecharts/containers) |
digest | `1764b1b` -> `2c26ff5` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2024-01-01 22:33:16 +01:00
Kjeld Schouten
81cc7228de append v to container names 2024-01-01 22:02:47 +01:00
TrueCharts Bot
842de3e184 chore(deps): update docker general non-major (#672)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/code-server](https://togithub.com/truecharts/containers)
| minor | `v4.18.0` -> `v4.20.0` |
| [tccr.io/tccr/tailscale](https://togithub.com/truecharts/containers) |
minor | `v1.52.0` -> `v1.56.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.19
2024-01-01 17:38:19 +01:00
Kjeld Schouten
7ea843adc8 Update common_library_tests.yaml 2024-01-01 17:16:12 +01:00
Kjeld Schouten
2d66accacf Update common.release.yaml 2024-01-01 17:15:19 +01:00
TrueCharts Bot
7ab6a90d47 chore(deps): update docker general non-major (#671)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/code-server](https://togithub.com/truecharts/containers)
| digest | `e59861c` -> `1b79d9d` |
| [tccr.io/tccr/gluetun](https://togithub.com/truecharts/containers) |
digest | `0cd36b2` -> `614c05b` |
| [tccr.io/tccr/netshoot](https://togithub.com/truecharts/containers) |
digest | `e6a2628` -> `8b3dad1` |
| tccr.io/tccr/openvpn-client | digest | `1f83dec` -> `2816991` |
| [tccr.io/tccr/tailscale](https://togithub.com/truecharts/containers) |
digest | `806efac` -> `913994d` |
| [tccr.io/tccr/wireguard](https://togithub.com/truecharts/containers) |
digest | `9f56e56` -> `683b8b7` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
common-17.2.18
2024-01-01 16:57:59 +01:00
TrueCharts Bot
5ad8b140a6 chore(deps): update docker general non-major (#670)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [tccr.io/tccr/alpine](https://togithub.com/truecharts/containers) |
digest | `51c4ca9` -> `12e0f84` |
| tccr.io/tccr/scratch | digest | `6880ba8` -> `fc7eed0` |

---

> [!WARNING]
> Some dependencies could not be looked up. 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjExNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
common-17.2.17
2024-01-01 16:36:20 +01:00
Kjeld Schouten
b827c4867b oci set-to-public test common-17.2.16 2024-01-01 16:26:16 +01:00
Kjeld Schouten
d6a24cc1f8 try limiting push to tgz common-17.2.15 2024-01-01 16:23:56 +01:00
Kjeld Schouten
63134a01ce yet another OCI fix common-17.2.14 2024-01-01 16:20:50 +01:00
Kjeld Schouten
70897ed90e another fix for OCI common-17.2.13 2024-01-01 16:20:18 +01:00
Kjeld Schouten
28a39abb4e im an idiot common-17.2.12 2024-01-01 16:18:48 +01:00
Kjeld Schouten
904420bec5 hmm common-17.2.11 2024-01-01 16:02:19 +01:00
Kjeld Schouten
4a34ab734e another oci test bump common-17.2.10 2024-01-01 15:57:18 +01:00
Kjeld Schouten
a82b945e2a use different oci upload logic common-17.2.9 2024-01-01 15:48:43 +01:00
Kjeld Schouten
ac9c5d8d77 fix naming mistake for OCI push common-17.2.8 2024-01-01 15:46:15 +01:00
Kjeld Schouten
622449f0ad again common-17.2.7 2024-01-01 15:43:36 +01:00
Kjeld Schouten
dfc524e583 ensure chart name is used for upload to OCI common-17.2.6 2024-01-01 15:39:09 +01:00
Kjeld Schouten
41e7288d19 bump to test OCI release pipleine common-17.2.5 2024-01-01 15:33:37 +01:00
Kjeld Schouten
b1b87b84c6 fix mistake in OCI release pipeline 2024-01-01 15:32:42 +01:00
Kjeld Schouten
d0f0359618 naming error 2024-01-01 15:26:34 +01:00
Kjeld Schouten
cc0d4fa7ef oops common-17.2.4 2024-01-01 15:25:58 +01:00
Kjeld Schouten
21b518789f chore(common): bump to test OCI release 2024-01-01 15:24:24 +01:00
Kjeld Schouten
6e88ad8868 ensure publish is non-failing and repo is always set to public 2024-01-01 15:23:54 +01:00
Kjeld Schouten
1ba0e9ff6a fix(common): ensure common is uploaded to tccr.io/quay as oci artifact 2024-01-01 15:20:10 +01:00
Kjeld Schouten
a8944fdd75 chore(common): move common to use tccr.io/tccr instead of tccr.io/truecharts for images 2024-01-01 15:17:58 +01:00