Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld Schouten aee418953a chore: bump all charts for OCI test push 2024-01-01 17:40:52 +01:00
Kjeld Schouten d7028d2973 Merge branch 'master' of github.com:truecharts/charts 2024-01-01 17:39:05 +01:00
Kjeld Schouten 44068ed75d more 2024-01-01 17:38:46 +01:00
Kjeld Schouten 4817d79f68 fix: correct mistaken common references 2024-01-01 17:38:00 +01:00
Kjeld Schouten 0eae972794 chore: move everything to consume OCI-hosted common-chart dependency 2024-01-01 17:11:47 +01:00
Kjeld Schouten c585c2c364 remove non-oci truecharts repos from repo adds 2024-01-01 17:04:27 +01:00
Kjeld Schouten d50953cc39 chore(immich): move to unstable, as it's not stable upstream 2023-12-28 13:05:13 +01:00
Kjeld SchoutenandGitHub 47b19a8f45 Update README.md
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-28 00:52:01 +01:00
Kjeld SchoutenandGitHub e825472fe3 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:45:07 +01:00
Kjeld SchoutenandGitHub 15fc2e7800 fix(homepage): temproary fix due to common rendering issue
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:44:54 +01:00
Kjeld SchoutenandGitHub 9c3ff9a1ea Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:39:18 +01:00
Kjeld SchoutenandGitHub 54d6d1831c Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:38:56 +01:00
Kjeld SchoutenandGitHub 3f6eea0f9b Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 19:34:54 +01:00
Kjeld SchoutenandGitHub fce642b9af Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:39:21 +01:00
Kjeld SchoutenandGitHub 698af50055 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:39:07 +01:00
Kjeld SchoutenandGitHub 7619c594ae Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 15:23:17 +01:00
Kjeld SchoutenandGitHub 9b7b92edee Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:41:29 +01:00
Kjeld SchoutenandGitHub e6d9767d61 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:41:15 +01:00
Kjeld SchoutenandGitHub abecfc786a Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-26 13:40:54 +01:00
Kjeld SchoutenandGitHub aa39d7ab5c feat(homepage): always enable kubernetes config (#16537)
**Description**
This ensures that kubernetes compatibility is always enabled on
homepage.

**⚙️ 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 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-25 20:25:19 +01:00
Kjeld Schouten 1980402733 fix(velero): hide redundant, unused and disabled stuff 2023-12-25 20:05:48 +01:00
Kjeld Schouten bf111b104e fix(GUI): ensure postgresql GUI backup options are only shown if backup is actually enabled 2023-12-25 13:48:42 +01:00
Kjeld SchoutenandGitHub bb3e2ffdd2 fix(redis): reenable redis persistence
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 20:27:28 +01:00
Kjeld SchoutenandGitHub 952616128a chore(nextcloud): BREAKING CHANGE remove service settings for SCALE GUI (#16379)
**Description**

Users seem to be confused about the fact service settings where present
and even defaulted to loadbalancer, without it actually being
technically possible to use this without causing malfuctions.

Requiring ingress is a good first step, but in the specific case of
Nextcloud, we actually want to prevent any use of direct ip:port
connections to nextcloud on SCALE.

It won't work nicely without users writhing custom forwarding scripts
which 99.99% of users on SCALE isn't able to do and those that do really
should just use normal helm.

Also removes podOptions as those options really shouldn't be used on
Nextcloud either.

As well as ServiceExpert, as we definately don't want direct interface
attachment on this either.

Only breaking for users currently using IP-Port connections on TrueNAS
SCALE, which they shouldn't have been doing in the first place

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

- [ ] ⚖️ 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-24 14:58:55 +01:00
Kjeld Schouten 9dfeac6e3a fix(homepage): set ndots to 3 to ensure it can render svc without .cluster.local 2023-12-23 22:20:27 +01:00
Kjeld SchoutenandGitHub 363a709f09 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-23 21:37:05 +01:00
Kjeld SchoutenandGitHub 5cba224640 Update questions.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-23 21:36:42 +01:00
Kjeld Schouten e4bb9acbe1 fix(GUI): correct indent on postgresql scale gui 2023-12-23 19:58:52 +01:00
Kjeld SchoutenandGitHub 0cee2cf500 chore(traefik): BREAKING CHANGE default to 443/80 (#16368)
**Description**
Its time we just use 80/443 on traefik by default.

Technically a breaking change for helm users.
SCALE users shouldn't be affected much.

**⚙️ 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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-23 19:18:47 +01:00
Kjeld SchoutenandGitHub d6d9089b9f Update postgresql.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-23 18:25:42 +01:00
Kjeld SchoutenandGitHub 8117bd58e5 feat(homepage): add default key field for homepage integration
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-23 15:46:27 +01:00
Kjeld Schouten 257c24ed26 fix(ingress): expose custom options for homepage integration 2023-12-22 11:18:53 +01:00
Kjeld SchoutenandGitHub b73ea7f18d fix(GUI): fixup postgresql backup gui and options
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-22 10:57:43 +01:00
Kjeld Schouten b3058e799e fix: bump to release middleware fix 2023-12-21 17:52:24 +01:00
Kjeld SchoutenandGitHub bf854f6df0 fix(GUI): correct middleware in GUI
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 17:51:23 +01:00
Kjeld Schouten 2a6fe33f46 chore(multiple): require ingress for certain charts 2023-12-21 16:24:25 +01:00
Kjeld Schouten e7f46227e4 fix(vaultwarden/authelia): remove duplicate postgresql references in questions.yaml 2023-12-21 16:17:28 +01:00
Kjeld Schouten ac7a5e7263 Merge branch 'master' of github.com:truecharts/charts 2023-12-21 15:59:53 +01:00
Kjeld Schouten 3253a34f55 chore: move more incubator to stable 2023-12-21 15:59:35 +01:00
Kjeld SchoutenandGitHub 096bc3e55c Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 15:56:16 +01:00
Kjeld SchoutenandGitHub f24a388aae Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 15:56:02 +01:00
Kjeld SchoutenandGitHub 5f5d2c1d90 chore: bump nextcloud
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 15:30:22 +01:00
Kjeld SchoutenandGitHub 275f3013e0 fix: nextcloud collabora service in ingress being wrong
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 15:29:55 +01:00
Kjeld Schouten cd2f97070e fix: correct pialert oopsie 2023-12-21 15:13:19 +01:00
Kjeld Schouten f6b67e7531 chore: move adguard-home-sync to stable 2023-12-21 15:11:22 +01:00
Kjeld Schouten c76029f0c5 chore(incubator): remove redundant ENVs 2023-12-21 15:07:03 +01:00
Kjeld Schouten ec3a77e83a fix(csi-driver-nfs): remove redundant velero crap from values.yaml 2023-12-21 14:59:29 +01:00
Kjeld Schouten 2e573a79da chore: move more from incubator to stable 2023-12-21 14:56:44 +01:00
Kjeld Schouten fd610994c1 chore: bump everything to ensure patches are applied globally 2023-12-21 14:22:19 +01:00
Kjeld Schouten 79d3af05dc fix(cnpg): ensure the cnpg GUI is included on CNPG apps 2023-12-21 14:20:12 +01:00
Kjeld SchoutenandGitHub 1a0b9aa0dc Update postgresql.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 14:07:53 +01:00
Kjeld SchoutenandGitHub 6f2231bf2a Update postgresql.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 14:03:02 +01:00
Kjeld SchoutenandGitHub 61875c3287 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 13:03:01 +01:00
Kjeld SchoutenandGitHub c2d55fc0c6 Update Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 13:01:33 +01:00
Kjeld SchoutenandGitHub cd45f635c8 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-21 13:00:37 +01:00
Kjeld Schouten 5385fd4cbe chore: bump patch versions on all charts for new GUI release 2023-12-20 20:59:09 +01:00
Kjeld SchoutenandGitHub b10f078e5c chore(GUI): Update ingress and cnpg questions for new common (#16328)
**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._

---------

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 20:38:11 +01:00
Kjeld Schouten 3f74856193 chore: Bump everything to force min/max scale version update 2023-12-20 14:15:47 +01:00
Kjeld SchoutenandGitHub 0660978fef fix(radicale): fixup radicale and move to stable (#16323)
**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  #15976

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-12-20 13:49:31 +01:00
Kjeld SchoutenandGitHub 7c04a5dc4a Delete templates/chart directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 12:48:11 +01:00
Kjeld SchoutenandGitHub 81842831d7 Delete templates/chart/values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 12:48:02 +01:00
Kjeld SchoutenandGitHub 361f022abd Delete templates/chart/Chart.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-20 12:47:52 +01:00
Kjeld SchoutenandGitHub e9c1ee35fc Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-19 13:34:50 +01:00
Kjeld SchoutenandGitHub 698ad44c3a Delete .github/scripts/check-releasenotes.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:53:19 +01:00
Kjeld SchoutenandGitHub 27387b1621 Delete .github/scripts/renovate-releasenotes.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:53:07 +01:00
Kjeld SchoutenandGitHub fdb7865656 Delete .github/containerscan directory
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 20:52:52 +01:00
Kjeld SchoutenandGitHub 97f1fe9dc3 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 15:30:10 +01:00
Kjeld SchoutenandGitHub 2dfeff3ce6 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 15:27:25 +01:00
Kjeld SchoutenandGitHub 83f47fdfcf Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 14:17:02 +01:00
Kjeld SchoutenandGitHub 7fb11d9238 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 14:08:57 +01:00
Kjeld SchoutenandGitHub 58e6a166ae Update pr-validate.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 13:59:32 +01:00
Kjeld SchoutenandGitHub 56870dfbd8 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-17 13:58:21 +01:00
Kjeld SchoutenandGitHub ba57d7cbfa Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 19:02:55 +01:00
Kjeld SchoutenandGitHub eb196b0dfa Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 18:53:11 +01:00
Kjeld SchoutenandGitHub 7cd14af574 Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 15:17:28 +01:00
Kjeld Schouten 352b1ac6c4 chore(Project Santa): Add a lot of working incubator charts to stable part 3 2023-12-16 13:21:24 +01:00
Kjeld Schouten 89fab11ce2 increase exclusion list 2023-12-16 13:16:06 +01:00
Kjeld Schouten b3cff36b48 chore: fix move mistake and cleanup metadata 2023-12-16 13:04:04 +01:00
Kjeld Schouten 63d297bace chore(Project Santa): Add a lot of working incubator charts to stable part 2 2023-12-16 13:00:43 +01:00
Kjeld SchoutenandGitHub d518508468 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 12:59:25 +01:00
Kjeld Schouten 937ac09db1 chore(Project Santa): Add a lot of working incubator charts to stable 2023-12-16 00:47:20 +01:00
Kjeld SchoutenandGitHub 83a5ad8ae2 Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 00:33:05 +01:00
Kjeld SchoutenandGitHub a8da18fb12 Update charts-test.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-16 00:32:15 +01:00
Kjeld SchoutenandGitHub 11272a4456 chore(incubator): make things work with new common part 3 (#15994)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-12-15 22:41:48 +01:00
Kjeld SchoutenandGitHub ec342424b5 Update charts-release.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-15 19:12:52 +01:00
Kjeld SchoutenandGitHub 4c71892fe9 Update charts-lint.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 19:52:00 +01:00
Kjeld Schouten 6be41fa0f6 feat: switch to charttool based dependency fetching 2023-12-14 16:38:58 +01:00
Kjeld Schouten d85f6a76ea Merge branch 'master' of github.com:truecharts/charts 2023-12-14 13:10:33 +01:00
Kjeld Schouten 7f6b2e9875 remove some old scripts 2023-12-14 13:10:04 +01:00
Kjeld SchoutenandGitHub 83bb9810a3 Delete tools/mergeitems.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 13:08:25 +01:00
Kjeld SchoutenandGitHub b528682013 Delete tools/image-to-app.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-12-14 13:08:06 +01:00
Kjeld Schouten cc78be9a46 chore: update charttool and add a license grant 2023-12-14 13:01:00 +01:00
Kjeld Schouten 4de6b996ec chore: move helmignore template 2023-12-14 12:55:44 +01:00
Kjeld Schouten 98da8e5b03 charttool +x 2023-12-13 12:59:33 +01:00
Kjeld Schouten 527f1417ed new charttool, now in root 2023-12-13 12:43:57 +01:00
Kjeld Schouten 7d9eb2b56c update charttool 2023-12-13 12:32:58 +01:00
Kjeld SchoutenandGitHub 1dd63997c4 Incubator testing (#15844)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2023-12-12 16:54:42 +01:00
Kjeld Schouten acc3286415 update charttool 2023-12-12 12:54:10 +01:00
Kjeld Schouten caa56b60a3 adapt incubator common.yaml 2023-12-07 15:33:49 +01:00
Kjeld SchoutenandGitHub 23a23f516a chore(incubator): BREAKING CHANGE move to latest common (#15841)
**Description**
This provides the primary changes to values.yaml and Chart.yaml to
migrate from old to new common for the incubator train


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

This PR is likely not functional and breaking most of these charts.
However, this allows easier filtering and fixing by others instead of
doing these migration changes one-by-one for 350 charts

**✔️ 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-07 15:26:46 +01:00