Commit Graph

1814 Commits

Author SHA1 Message Date
Kjeld Schouten 0e84404e32
Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:57:48 +01:00
Kjeld Schouten c6c873d265
Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:50:03 +01:00
Kjeld Schouten 5de64d57b6
Update ct-install.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:49:23 +01:00
Kjeld Schouten 55cd843ad5
Update ct-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:49:05 +01:00
Kjeld Schouten 13ee5e145b
Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:48:52 +01:00
Kjeld Schouten d1c4cf28fd
Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:47:58 +01:00
Kjeld Schouten d3f7e4436b
Update ct-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:45:37 +01:00
Kjeld Schouten 693d31451d
Update ct-install.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:45:21 +01:00
Kjeld Schouten e743e7f8ec
Update fetch_helm_deps.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-05 19:39:08 +01:00
Kjeld Schouten 5bded42f49
chore: move new-common incubator stuff to stable (#15646)
**Description**
Applications that are currently on new common in incubator are either
working or unstable.
We should act on that and filter accordingly

**⚙️ Type of change**

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

- [ ] ⚖️ 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-03 22:49:05 +01:00
allcontributors[bot] 5b21ad144b
docs: add atanaspam as a contributor for code (#15604)
Adds @atanaspam as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-02 15:22:15 +02:00
allcontributors[bot] 2b16b9c73c
docs: add TheIceCreamTroll as a contributor for code (#15603)
Adds @TheIceCreamTroll as a contributor for code.

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

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-12-02 15:21:24 +02:00
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