Commit Graph

1802 Commits

Author SHA1 Message Date
Kjeld Schouten cf9fbd65ac
Delete .github/workflows/daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-30 23:09:25 +01:00
Kjeld Schouten 574021b5a4 chore: cleanup with precommon, fix chmod and shebang 2023-11-30 11:56:37 +01:00
Kjeld Schouten 897d69ad46 no message 2023-11-30 00:31:24 +01:00
Kjeld Schouten 225c204316
Create cleanup.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-29 23:31:00 +01:00
Kjeld Schouten 965a8ae9b2
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-25 19:58:13 +01:00
Kjeld Schouten e1ce7069e5
Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-24 20:20:55 +01:00
Kjeld Schouten 3cea62f236
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-24 19:54:11 +01:00
Max c4640fe1ae
Handle containers tag values between quotes in daily workflow (#15326)
**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
- [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:**

This follows https://github.com/truecharts/charts/pull/15325 issue,
which is from daily workflow not properly handling tag between quotes
and keeping the first quote leading to this quote being inserted between
quotes in the Chart.yaml later on.

**✔️ Checklist:**

- [ ] ⚖️ 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
- [ ] ⚠️ 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-11-24 15:46:31 +01:00
TrueCharts Bot 2e1063528c
chore(deps): update dessant/lock-threads digest to 1bf7ec2 (#15259)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dessant/lock-threads](https://togithub.com/dessant/lock-threads) |
action | digest | `d42e5f4` -> `1bf7ec2` |

---

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

🔕 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy42NS4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-24 07:21:56 +01:00
Kjeld Schouten 916f460a19
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-23 19:59:00 +01:00
Stavros Kois f1ee39bac0
chore(ci): lint files (#15238)
**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.
-->

Run-ed pre-commit on all files

⚒️ 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-11-22 10:24:05 +02:00
Kjeld Schouten 726d7e4eaa
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:37:14 +01:00
Kjeld Schouten a23b3baf97
Update daily.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-22 00:35:05 +01:00
Stavros Kois 54bc97d740
feat(immich): adapt to upstream changes (#15203)
**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 #10202
⚒️ Fixes #14324 

external library mount is removed, now "additional storage" is mounted
on both microservices and server

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [x] ⚠️ 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
- [ ] ⚠️ 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._

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-11-21 12:39:48 +02:00
Kjeld Schouten 79d390dca6
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-21 01:11:40 +01:00
allcontributors[bot] 997539d7f6
docs: add Plinsboorg as a contributor for doc (#15121)
Adds @Plinsboorg as a contributor for doc.

This was requested by StevenMcElligott [in this
comment](https://github.com/truecharts/charts/pull/15120#issuecomment-1818019582)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-21 00:51:37 +01:00
Kjeld Schouten 50e19024be
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 22:46:09 +01:00
allcontributors[bot] 13777d2ffc
docs: add Plinsboorg as a contributor for bug (#15082)
Adds @Plinsboorg as a contributor for bug.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/issues/15079#issuecomment-1817605582)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-18 21:36:36 +02:00
Kjeld Schouten cee01021d0
Delete .github/workflows/renovate-bump.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 19:27:13 +01:00
Kjeld Schouten 3b2a694ba8
Delete .github/workflows/renovate.yml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 18:18:29 +01:00
Kjeld Schouten 8fabfd3e76
Delete .github/renovate-config.js
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 18:17:59 +01:00
Kjeld Schouten c339ac5222
Update renovate-config.js
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 17:20:02 +01:00
Kjeld Schouten c6358f4892
Update renovate-config.js
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 16:48:47 +01:00
Kjeld Schouten fecc657679
Update renovate-config.js
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 16:39:32 +01:00
Kjeld Schouten 118c905bfb feat(ci): handle renovate container bumping from within renovate 2023-11-18 14:55:04 +01:00
Kjeld Schouten b7a2e4945f
Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 14:42:46 +01:00
Kjeld Schouten 78d71a8b3f
Update renovate.yml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-18 11:29:22 +01:00
Kjeld Schouten 240b77e6bb
fix(ci): migrate renovate container regex from container repo
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 19:05:00 +01:00
TrueCharts Bot f38539cf19
chore(deps): update renovatebot/github-action action to v39.1.3 (#14743)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.2` -> `v39.1.3` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.3`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.3)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.2...v39.1.3)

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.3
([7806c80](7806c80e99))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.59.7
([a2ec2c2](a2ec2c2beb))
- **deps:** update renovate docker tag to v37.59.8
([5269779](5269779231))

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-17 04:28:32 +01:00
TrueCharts Bot d76818d20a
chore(deps): update renovatebot/github-action action to v39.1.2 (#14690)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.1` -> `v39.1.2` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.2`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.2)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.1...v39.1.2)

##### Documentation

- update references to renovatebot/github-action to v39.1.1
([fd6366e](fd6366e5db))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([3419607](3419607a0f))
- **deps:** lock file maintenance
([4c2bcca](4c2bcca58c))
- **deps:** lock file maintenance
([425cf68](425cf68d08))
- **deps:** update commitlint monorepo to v17.8.1
([5932441](5932441de7))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.60
([7325ba3](7325ba3083))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.61
([02fb7f3](02fb7f32ec))
- **deps:** update dependency eslint to v8.52.0
([abe185f](abe185fe98))
- **deps:** update dependency eslint to v8.53.0
([079e4bc](079e4bcf4e))
- **deps:** update linters to v6.10.0
([7525032](7525032863))
- **deps:** update linters to v6.9.0
([be5bc9f](be5bc9ff2e))
- **deps:** update linters to v6.9.1
([882775c](882775c585))

##### Build System

- **deps:** update dependency
[@&#8203;semantic-release/github](https://togithub.com/semantic-release/github)
to v9.2.2
([5c4d0ee](5c4d0ee1af))

##### Continuous Integration

- **deps:** update renovate docker tag to v37.33.2
([a3908d9](a3908d9af6))
- **deps:** update renovate docker tag to v37.33.6
([cc72291](cc72291c3a))
- **deps:** update renovate docker tag to v37.34.1
([28dd403](28dd403a23))
- **deps:** update renovate docker tag to v37.34.2
([2b588cc](2b588cc2d3))
- **deps:** update renovate docker tag to v37.34.3
([ca982b0](ca982b0b0a))
- **deps:** update renovate docker tag to v37.35.0
([b8e6f24](b8e6f24250))
- **deps:** update renovate docker tag to v37.35.1
([4611acc](4611accbea))
- **deps:** update renovate docker tag to v37.35.2
([fd838f2](fd838f220b))
- **deps:** update renovate docker tag to v37.36.2
([fee607a](fee607a30c))
- **deps:** update renovate docker tag to v37.36.3
([9cc97ac](9cc97aceb1))
- **deps:** update renovate docker tag to v37.37.2
([52e3520](52e3520ea7))
- **deps:** update renovate docker tag to v37.40.0
([23e6eeb](23e6eebf54))
- **deps:** update renovate docker tag to v37.42.0
([b312e42](b312e42097))
- **deps:** update renovate docker tag to v37.43.1
([637a2b1](637a2b1c3f))
- **deps:** update renovate docker tag to v37.43.2
([8660e7c](8660e7ca22))
- **deps:** update renovate docker tag to v37.43.4
([d915308](d915308160))
- **deps:** update renovate docker tag to v37.44.0
([16207c0](16207c0ef0))
- **deps:** update renovate docker tag to v37.45.0
([3197fb5](3197fb5d0d))
- **deps:** update renovate docker tag to v37.46.0
([e596968](e596968804))
- **deps:** update renovate docker tag to v37.48.0
([e48895f](e48895f655))
- **deps:** update renovate docker tag to v37.49.1
([88da062](88da0627b6))
- **deps:** update renovate docker tag to v37.49.3
([d657100](d6571008c0))
- **deps:** update renovate docker tag to v37.50.1
([5b6ffb3](5b6ffb30ab))
- **deps:** update renovate docker tag to v37.50.2
([e596dad](e596dadc54))
- **deps:** update renovate docker tag to v37.51.3
([9d71175](9d7117516b))
- **deps:** update renovate docker tag to v37.52.0
([e7f230a](e7f230ac0b))
- **deps:** update renovate docker tag to v37.53.1
([de43a67](de43a67294))
- **deps:** update renovate docker tag to v37.54.3
([902401f](902401fa2c))
- **deps:** update renovate docker tag to v37.55.0
([ae3928b](ae3928baa3))
- **deps:** update renovate docker tag to v37.56.0
([02952f7](02952f7fa7))
- **deps:** update renovate docker tag to v37.56.3
([ed3870d](ed3870db2b))
- **deps:** update renovate docker tag to v37.57.1
([6c9c87a](6c9c87a93f))
- **deps:** update renovate docker tag to v37.57.2
([3eefb00](3eefb0043a))
- **deps:** update renovate docker tag to v37.59.2
([069d6dd](069d6dd10e))
- **deps:** update renovate docker tag to v37.59.4
([ed5e194](ed5e194bd0))
- **deps:** update renovate docker tag to v37.59.6
([fae403e](fae403ea7e))
- **deps:** update wagoid/commitlint-github-action action to v5.4.4
([cb2c912](cb2c9124cb))

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-15 21:26:32 +01:00
Kjeld Schouten 27664e7ff3
feat(metallb/cloudnative-pg/CI): BREAKING CHANGE move to consume upstream helm charts (#14681)
**Description**

To ensure stability, we've decided to directly use upstream helm-charts
from their respective projects for operators specifically.
Mostly because they heavily rely on rbac, crds and crs, which could
cause conflicts between shipped rbac/crd and container versions.

also patches the ci for a few other operators to exclude them from
signing requirements

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 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.

- [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._
2023-11-15 15:39:03 +01:00
Kjeld Schouten dc55c9a77d
feat(velero): add velero (#14648)
**Description**
This adds a Velero helm chart.
This time we've chosen to directly use the upstream operator helm chart,
as it does not contain many problematic bits and would offer more
stability.

⚒️ Fixes  #14524

**⚙️ 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:**
This does not contain any custom resources references backed by common
yet.
However, those can also be added using velero cli for testing for the
time being.

It also does not contain any GUI sections for SCALE yet, just like
cert-manager it would likely be added on-demand.

**✔️ 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._
2023-11-14 14:12:27 +01:00
TrueCharts Bot 4c9f16fc7a
chore(deps): update dessant/lock-threads action to v5 (#14644)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dessant/lock-threads](https://togithub.com/dessant/lock-threads) |
action | major | `v4` -> `v5` |

---

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

---

### Release Notes

<details>
<summary>dessant/lock-threads (dessant/lock-threads)</summary>

### [`v5`](https://togithub.com/dessant/lock-threads/compare/v4...v5)

[Compare
Source](https://togithub.com/dessant/lock-threads/compare/v4...v5)

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy41Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuNTcuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-14 11:29:59 +01:00
Kjeld Schouten 9392c4c24f
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-13 00:14:46 +01:00
Kjeld Schouten 2823b415a3
Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-13 00:12:58 +01:00
Kjeld Schouten 3c0811608b
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-12 20:54:51 +01:00
Kjeld Schouten 2551abbf3f
Update renovate-bump.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-06 10:38:40 +01:00
allcontributors[bot] f732ba86d1
docs: add Tanguille as a contributor for doc (#14370)
Adds @Tanguille as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/14091#issuecomment-1793834545)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-11-05 22:24:41 +02:00
Kjeld Schouten 5cfe645b26
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-05 12:06:33 +01:00
Kjeld Schouten ca201eab88
run helm and kube on latest
more thoruogh testing will be done on common library

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-05 12:01:27 +01:00
Kjeld Schouten d51b3eb4a1
Update SUPPORT.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-04 20:31:12 +01:00
Kjeld Schouten 3b560adbdb
Update SUPPORT.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-04 20:30:34 +01:00
TrueCharts Bot 86ea5dba35
chore(deps): update helm/chart-testing-action action to v2.6.1 (#14299)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-testing-action](https://togithub.com/helm/chart-testing-action)
| action | patch | `v2.6.0` -> `v2.6.1` |

---

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

---

### Release Notes

<details>
<summary>helm/chart-testing-action (helm/chart-testing-action)</summary>

###
[`v2.6.1`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.1)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.6.0...v2.6.1)

##### What's Changed

- bump ct to v3.10.1 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[https://github.com/helm/chart-testing-action/pull/136](https://togithub.com/helm/chart-testing-action/pull/136)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2...v2.6.1

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40My40IiwidXBkYXRlZEluVmVyIjoiMzcuNDMuNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-03 15:27:24 +01:00
TrueCharts Bot 33581c7ac9
chore(deps): update helm/chart-releaser-action action to v1.6.0 (#14258)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://togithub.com/helm/chart-releaser-action)
| action | minor | `v1.5.0` -> `v1.6.0` |

---

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

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.6.0`](https://togithub.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://togithub.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://togithub.com/szaimen) in
[https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135)
- Support actions triggered by a tag by
[@&#8203;luisico](https://togithub.com/luisico) in
[https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96)
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://togithub.com/xunleii) in
[https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134)
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/146](https://togithub.com/helm/chart-releaser-action/pull/146)
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://togithub.com/viceice) in
[https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144)
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://togithub.com/krapie) in
[https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137)
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://togithub.com/n-oden) in
[https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130)
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
in
[https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148)
- docs: add skip_existing to README by
[@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) in
[https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158)
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155)
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/160](https://togithub.com/helm/chart-releaser-action/pull/160)
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://togithub.com/michalbiesek) in
[https://github.com/helm/chart-releaser-action/pull/156](https://togithub.com/helm/chart-releaser-action/pull/156)
- fix packages_with_index flag by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/172](https://togithub.com/helm/chart-releaser-action/pull/172)
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-releaser-action/pull/173](https://togithub.com/helm/chart-releaser-action/pull/173)

#### New Contributors

- [@&#8203;szaimen](https://togithub.com/szaimen) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/135](https://togithub.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://togithub.com/luisico) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/96](https://togithub.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://togithub.com/xunleii) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/134](https://togithub.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://togithub.com/viceice) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/144](https://togithub.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://togithub.com/krapie) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/137](https://togithub.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://togithub.com/n-oden) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/130](https://togithub.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://togithub.com/valeriano-manassero)
made their first contribution in
[https://github.com/helm/chart-releaser-action/pull/148](https://togithub.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://togithub.com/lazyfrosch) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/158](https://togithub.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://togithub.com/michalbiesek) made their
first contribution in
[https://github.com/helm/chart-releaser-action/pull/155](https://togithub.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-releaser-action/pull/174](https://togithub.com/helm/chart-releaser-action/pull/174)

**Full Changelog**:
https://github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDIuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-11-02 19:31:00 +01:00
shadofall dfac199042
Updates to SUPPRORT.md (#14218) 2023-11-02 12:12:46 +01:00
TrueCharts Bot 680c9d4cd1
chore(deps): update helm/chart-testing-action action to v2.6.0 (#14174)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-testing-action](https://togithub.com/helm/chart-testing-action)
| action | minor | `v2.4.0` -> `v2.6.0` |

---

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

---

### Release Notes

<details>
<summary>helm/chart-testing-action (helm/chart-testing-action)</summary>

###
[`v2.6.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.6.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.5.0...v2.6.0)

##### What's Changed

- docs: bump helm/kind-action version by
[@&#8203;dunglas](https://togithub.com/dunglas) in
[https://github.com/helm/chart-testing-action/pull/122](https://togithub.com/helm/chart-testing-action/pull/122)
- bump ct to v3.10.0 by [@&#8203;cpanato](https://togithub.com/cpanato)
in
[https://github.com/helm/chart-testing-action/pull/134](https://togithub.com/helm/chart-testing-action/pull/134)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2...v2.6.0

###
[`v2.5.0`](https://togithub.com/helm/chart-testing-action/releases/tag/v2.5.0)

[Compare
Source](https://togithub.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0)

#### What's Changed

- Download binary with right arch by
[@&#8203;Ludea](https://togithub.com/Ludea) in
[https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118)
- Bump ct and cleanup script by
[@&#8203;cpanato](https://togithub.com/cpanato) in
[https://github.com/helm/chart-testing-action/pull/124](https://togithub.com/helm/chart-testing-action/pull/124)
- Bump sigstore/cosign-installer from
[`c3667d9`](c3667d9942)
to
[`6e04d22`](6e04d228eb)
by [@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125)
- Bump sigstore/cosign-installer from 3.1.1 to 3.1.2 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/127](https://togithub.com/helm/chart-testing-action/pull/127)
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/helm/chart-testing-action/pull/128](https://togithub.com/helm/chart-testing-action/pull/128)

#### New Contributors

- [@&#8203;Ludea](https://togithub.com/Ludea) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/118](https://togithub.com/helm/chart-testing-action/pull/118)
- [@&#8203;dependabot](https://togithub.com/dependabot) made their first
contribution in
[https://github.com/helm/chart-testing-action/pull/125](https://togithub.com/helm/chart-testing-action/pull/125)

**Full Changelog**:
https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.5.0

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNy4xIiwidXBkYXRlZEluVmVyIjoiMzcuMzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-31 19:27:17 +02:00
Stavros Kois 2df31d1a0e
chore(ci): fix scripts (#14061)
**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-10-28 20:12:33 +03:00
allcontributors[bot] 73925f1a8e
docs: add jon-stumpf as a contributor for doc (#14052)
Adds @jon-stumpf as a contributor for doc.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/13693#issuecomment-1783795381)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-10-28 15:31:46 +03:00
Jon S. Stumpf 6895cfde2a
chore(categories): Fix typo in categories and make them singular (#13693)
**Description**
While researching how to create a chart for [graylog
open](https://graylog.org/products/source-available/), I noticed that
there was a typo in the annotation: **truecharts.org/categories**. I
fixed all instances of this typo in the repo. In addition, I addressed
all other instances of the word category and categories (case
insensitive) for all code (shell scripts), comments, markdowns, and
filenames.

**⚙️ 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?**
I have tested that the syntax is correct in the following files:
- .github/scripts/build-catalog.sh
- tools/gen-cat.sh
- tools/build-release.sh

**📃 Notes:**
n/a

**✔️ 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
- [x] 📄 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`

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-28 15:07:52 +03:00
TrueCharts Bot 7c0c69e4df
chore(deps): update renovatebot/github-action action to v39.1.1 (#13980)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v39.1.0` -> `v39.1.1` |

---

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

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

###
[`v39.1.1`](https://togithub.com/renovatebot/github-action/releases/tag/v39.1.1)

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v39.1.0...v39.1.1)

##### Documentation

- update references to renovatebot/github-action to v39.1.0
([3190dfa](3190dfaa2d))

##### Miscellaneous Chores

- **deps:** lock file maintenance
([9f450cc](9f450ccb3d))
- **deps:** update commitlint monorepo to v17.8.0
([70714dc](70714dc58e))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.59
([2e0b422](2e0b422a3d))
- **deps:** update linters to v6.7.5
([e008b4b](e008b4bb20))
- **deps:** update linters to v6.8.0
([f1066ae](f1066ae5f7))

##### Build System

- **deps:** update dependency
[@&#8203;vercel/ncc](https://togithub.com/vercel/ncc) to v0.38.1
([b0e244a](b0e244a464))

##### Continuous Integration

- **deps:** update actions/setup-node action to v3.8.2
([b7131c2](b7131c223e))
- **deps:** update renovate docker tag to v37.22.0
([65c6e7f](65c6e7fcdf))
- **deps:** update renovate docker tag to v37.23.0
([ea2fb9f](ea2fb9f34d))
- **deps:** update renovate docker tag to v37.26.1
([94e0554](94e05545a2))
- **deps:** update renovate docker tag to v37.26.4
([96f75b9](96f75b9083))
- **deps:** update renovate docker tag to v37.27.0
([3a7c5ff](3a7c5ff40e))
- **deps:** update renovate docker tag to v37.27.1
([1b5e186](1b5e18644b))
- **deps:** update renovate docker tag to v37.28.0
([e3ab740](e3ab740ced))
- **deps:** update renovate docker tag to v37.28.1
([486591b](486591bf6a))
- **deps:** update renovate docker tag to v37.29.0
([4c76d09](4c76d09608))
- **deps:** update renovate docker tag to v37.31.1
([d98d73c](d98d73c399))
- **deps:** update renovate docker tag to v37.31.2
([94d8cbd](94d8cbd890))
- **deps:** update renovate docker tag to v37.31.3
([840ba9e](840ba9e118))
- **deps:** update renovate docker tag to v37.31.4
([507e77b](507e77bc77))
- **deps:** update renovate docker tag to v37.31.5
([bfa1402](bfa14025c4))
- **deps:** update renovate docker tag to v37.31.7
([196f852](196f8528f9))
- **deps:** update renovate docker tag to v37.33.1
([a03423b](a03423b6c3))

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMy4yIiwidXBkYXRlZEluVmVyIjoiMzcuMzMuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-10-26 06:26:03 +02:00