Commit Graph
100 Commits
Author SHA1 Message Date
Kjeld SchoutenandGitHub 01da4f16e3 Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:40:00 +01:00
Kjeld SchoutenandGitHub 49c0ddf627 chore(grafana): bump
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:31:32 +01:00
Kjeld SchoutenandGitHub cde556e49f fix(grafana): correct some paths
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:31:17 +01:00
Kjeld SchoutenandGitHub 9b9deabb90 chore(prometheus): bump (#16918)
**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>
2024-01-07 14:29:02 +01:00
Kjeld SchoutenandGitHub 66f2b04556 chore(grafana): bump
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:23:46 +01:00
Kjeld SchoutenandGitHub 20dca99d67 fix(grafana): correct some fetcher settings
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:23:30 +01:00
Kjeld SchoutenandGitHub b7d49d6a3f Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:15:25 +01:00
Kjeld SchoutenandGitHub c04ca070ce Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 14:11:20 +01:00
Kjeld SchoutenandGitHub 72f81fad4f feat(prometheus, prometheus-operator): add support for automatic grafana datasources/dashboards (#16917)
**Description**
This PR aims to do two things:
1. It enabled automatic loading of grafana dashboards to the
prometheus-operator. Dashboards fetched directly from upstream
2. It enables automatic loading of Prometheus as grafana datasource

Why have the dashboards on the operator?
We use upstream operator helm-chart dependency, which already allows us
to use the latest dashboards from upstream. Without custom code, copying
etc.

Which limits the chance of mistakes/bugs.

**⚙️ 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._
2024-01-07 13:42:30 +01:00
Kjeld SchoutenandGitHub 482c3df9dc chore(SCALE): lower default number of cnpg instances
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 12:28:38 +01:00
Kjeld SchoutenandGitHub d1eec0603b chore(grafana): bump to release new version
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 12:27:19 +01:00
Kjeld SchoutenandGitHub e166cbf2c0 fix(grafana): fix grafana storage reference on SCALE
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-07 12:26:57 +01:00
79fd35bd71 feat(grafana): BREAKING CHANGE move to upstream container and automatically fetch datasources and dashboards (#16840)
**Description**
Upstream grafana offers the option to also fetch things like dashboards
and datasources from configmaps.
This adds that functionality, while also actually using upstream
container instead of bitnami.

**⚙️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-01-05 10:40:08 +01:00
Kjeld Schouten ce92332e69 chore: move all incubator to dev 2024-01-04 13:17:45 +01:00
Kjeld SchoutenandGitHub bee4a8df9f feat(prometheus-opertator): move to upstream (#16822)
**Description**
This moves over Prometheus-Operator to directly consume upstream.
More specifically, a cut-down version of kube-prometheus-stack

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

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

** App addition**

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

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

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
2024-01-02 21:59:36 +01:00
Kjeld SchoutenandGitHub d1952e7909 Update install_dependencies.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-02 21:48:44 +01:00
Kjeld Schouten ebb11dbbe9 chore: force bump to ensure up-to-date catalogs 2024-01-02 17:01:35 +01:00
Kjeld Schouten 64339bd4b4 chore: increase common version for oci fixes 2024-01-01 23:59:49 +01:00
Kjeld SchoutenandGitHub da7c1a867c Update renovate.json5
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 23:53:43 +01:00
Kjeld SchoutenandGitHub 57598d30a4 Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 22:30:24 +01:00
Kjeld Schouten 7e212caadd chore: ensure everything is bumped into oci 2024-01-01 22:07:14 +01:00
Kjeld SchoutenandGitHub 08e8fb659c Update build-release.sh
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 18:47:23 +01:00
Kjeld SchoutenandGitHub 3ec236a06a remove old security crap pages
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-01-01 18:05:21 +01:00
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