Commit Graph

16777 Commits

Author SHA1 Message Date
Kjeld Schouten 26e1e30d13
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 08:51:14 +02:00
Kjeld Schouten 0bdbe69787
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 08:51:10 +02:00
Kjeld Schouten 4487f25f46
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 08:51:03 +02:00
Kjeld Schouten 12ece50e11
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 08:50:57 +02:00
Kjeld Schouten e1a2b3b3e2
Update values.yaml
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-24 08:50:52 +02:00
TrueCharts Bot 14cbc85b5f
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#9107) 2023-05-23 15:53:07 +02:00
TrueCharts Bot b4fb69afef
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9109) 2023-05-23 15:52:56 +02:00
TrueCharts Bot 55a112f083
chore(deps): update container image tccr.io/truecharts/pwndrop to v1.0.1 (#9106) 2023-05-23 15:52:44 +02:00
TrueCharts Bot b1265a1e70
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9108) 2023-05-23 15:52:23 +02:00
TrueCharts Bot 81163b886c
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9105) 2023-05-23 15:52:13 +02:00
TrueCharts Bot 3f6f073090
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9104) 2023-05-23 15:51:54 +02:00
TrueCharts Bot 8addbf9e95
chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#9103) 2023-05-23 15:51:41 +02:00
TrueCharts Bot b5705951be
chore(deps): update container image tccr.io/truecharts/adminer to latest (#9101) 2023-05-23 15:50:07 +02:00
TrueCharts Bot 9a6856276b
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#9102) 2023-05-23 15:49:33 +02:00
Kjeld Schouten-Lebbing 0fcf0da235 chore: add some patches to prepare for operators train 2023-05-23 14:14:16 +02:00
TrueCharts Bot 88ca68513b
chore(deps): update helm chart kube-state-metrics to 1.0.3 (#9098)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.2` ->
`1.0.3` |

---

### Release Notes

<details>
<summary>truecharts/charts</summary>

###
[`v1.0.3`](https://togithub.com/truecharts/charts/releases/tag/kube-state-metrics-1.0.3)

[Compare
Source](https://togithub.com/truecharts/charts/compare/kube-state-metrics-1.0.2...kube-state-metrics-1.0.3)

kube-state-metrics is a simple service that listens to the Kubernetes
API server and generates metrics about the state of the objects.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC40IiwidXBkYXRlZEluVmVyIjoiMzUuOTguNCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-05-23 12:14:30 +02:00
Stavros Kois 702a0c3aba
chore(ci): Improved lint speed (#8809)
**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)-->

TODO: Switch to scripted checks (To replace ct-list's tasks):
- [x] Helm Lint
- [x] Version Checking
- [x] Run the lint inside the devcontainer (so it have the below tools
available)
- [x] YAML Schema check on Chart.yaml
- [ ] Maintener check on Chart.yaml (Moved to another PR in the future)
- [x] YAML Lint on Chart.yaml
- [x] YAML Lint on values.yaml
- [x] Sort output of lint results (failed on the bottom)
- [x] Combine verify deps in the lint job, since the verification runs
inside the fetch dep (which runs on lint job too)
- [x] Remove one of the 2 "get changed" functions (one based on tags
other on commit)
After that, move linting to single step 


https://github.com/helm/chart-testing/blob/main/pkg/tool/linter.go
https://github.com/helm/chart-testing/blob/main/pkg/tool/account.go

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [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.

- [ ] 🪞 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-05-23 10:26:41 +02:00
StevenMcElligott 66a1b19196
feat(mongo-express): Move to Stable (#9096)
**Description**
<!--
Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.
-->
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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.

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

---------

Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-23 09:53:37 +02:00
kqmaverick f75dbaa205
Add Plex Installation Notes (#9052)
**Description**
Created Installation Notes for Plex

⚒️ Fixes  # 

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


**📃 Notes:**


**✔️ 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: kqmaverick <121722567+kqmaverick@users.noreply.github.com>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-22 22:19:19 +03:00
Stavros Kois 2d3f9c855e
Update Chart.yaml
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-22 21:53:55 +03:00
Stavros Kois f24ce4f930
fix(vikunja): info -> INFO (#9066)
**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  #9063

**⚙️ 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: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-05-22 20:21:29 +03:00
TrueCharts Bot b12defee08
chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#9092) 2023-05-22 17:58:11 +02:00
TrueCharts Bot c5d6ce4008
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9094) 2023-05-22 17:56:46 +02:00
TrueCharts Bot 5b1a00fac5
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9057) 2023-05-22 17:56:09 +02:00
TrueCharts Bot 148b2dcf9b
chore(deps): update container image tccr.io/truecharts/duckdns to latest (#9093) 2023-05-22 17:54:28 +02:00
TrueCharts Bot c171d00a1c
chore(deps): update helm general non-major (#9089)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | minor |
`12.8.1` -> `12.9.2` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.27` ->
`7.0.29` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.36` ->
`6.0.40` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.25` ->
`6.0.29` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.41` ->
`6.0.43` |

---

### Release Notes

<details>
<summary>truecharts/library-charts</summary>

###
[`v12.9.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.9.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.2...common-12.9.2)

Function library for TrueCharts

###
[`v12.8.2`](https://togithub.com/truecharts/library-charts/releases/tag/common-12.8.2)

[Compare
Source](https://togithub.com/truecharts/library-charts/compare/common-12.8.1...common-12.8.2)

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts</summary>

###
[`v7.0.29`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.29)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.28...mariadb-7.0.29)

Fast, reliable, scalable, and easy to use open-source relational
database system.

###
[`v7.0.28`](https://togithub.com/truecharts/charts/releases/tag/mariadb-7.0.28)

[Compare
Source](https://togithub.com/truecharts/charts/compare/mariadb-7.0.27...mariadb-7.0.28)

Fast, reliable, scalable, and easy to use open-source relational
database system.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on tuesday" in timezone
Europe/Amsterdam, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS45OC4xIiwidXBkYXRlZEluVmVyIjoiMzUuOTguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

---------

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-05-22 16:22:23 +02:00
Kjeld Schouten 37b46ea4d2
chore(prometheus): bump common and dependencies
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:20:21 +02:00
Kjeld Schouten 9707fd7ad1
chore(node-exporter): bump common
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:15:35 +02:00
Kjeld Schouten 3f517d39a5
chore(kube-state-metrics): bump common
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:14:55 +02:00
Kjeld Schouten 14887b4bb7
chore(prometheus): bump kube-state-metrics
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:13:34 +02:00
Kjeld Schouten ffdf5a4679
chore(kube-state-metrics): bump version
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:11:50 +02:00
Kjeld Schouten 5122572be7
fix(kube-state-metrics): fix questions mistake
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-05-22 16:11:19 +02:00
TrueCharts Bot e31e87686d
chore(deps): update container image tccr.io/truecharts/babybuddy to v1.16.0 (#9091) 2023-05-22 14:03:54 +02:00
TrueCharts Bot 8d9a71c992
chore(deps): update container image tccr.io/truecharts/minio to latest (#9076) 2023-05-22 12:51:44 +02:00
TrueCharts Bot 811e9a1589
chore(deps): update jupyter (#9085) 2023-05-22 12:51:24 +02:00
TrueCharts Bot c241b1b0a2
chore(deps): update container image tccr.io/truecharts/thelounge to v4.3.1 (#9083) 2023-05-22 12:50:21 +02:00
TrueCharts Bot 0053954385
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9084) 2023-05-22 12:50:14 +02:00
TrueCharts Bot 44b48a77af
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.14 (#9079) 2023-05-22 12:49:56 +02:00
TrueCharts Bot 798482e43a
chore(deps): update container image tccr.io/truecharts/snapdrop to latest (#9081) 2023-05-22 12:49:45 +02:00
TrueCharts Bot 5225fb260d
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9074) 2023-05-22 12:49:18 +02:00
TrueCharts Bot 39a713c931
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9080) 2023-05-22 12:49:12 +02:00
TrueCharts Bot ed6ebfb6c6
chore(deps): update webtop (#9088) 2023-05-22 12:49:10 +02:00
TrueCharts Bot a748971289
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9073) 2023-05-22 12:49:05 +02:00
TrueCharts Bot 4477eae366
chore(deps): update container image tccr.io/truecharts/mstream to v5.11.4 (#9077) 2023-05-22 12:48:58 +02:00
TrueCharts Bot c3da2b9bd7
chore(deps): update kitchenowl (#9086) 2023-05-22 12:48:39 +02:00
TrueCharts Bot 4f027c6f98
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.2 (#9071) 2023-05-22 12:47:43 +02:00
TrueCharts Bot c1f439f0a7
chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#9068) 2023-05-22 12:47:35 +02:00
TrueCharts Bot 18d5b88fd1
chore(deps): update container image tccr.io/truecharts/boinc to latest (#9069) 2023-05-22 12:47:28 +02:00
TrueCharts Bot 6cfa68431b
chore(deps): update container image tccr.io/truecharts/autoscan to latest (#9067) 2023-05-22 12:47:17 +02:00
TrueCharts Bot 1d8c09c271
chore(deps): update container image tccr.io/truecharts/docker-in-docker to v23.0.6 (#9070) 2023-05-22 12:47:09 +02:00