Commit Graph

17598 Commits

Author SHA1 Message Date
TrueCharts Bot 86b1aa784b chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.5.3288 (#9904) 2023-06-26 01:35:29 +02:00
TrueCharts Bot ac94b5107b chore(deps): update container image tccr.io/truecharts/readarr to v0.1.9.1905 (#9908) 2023-06-26 01:35:20 +02:00
TrueCharts Bot d753d21e80 chore(deps): update container image tccr.io/truecharts/alpine to latest (#9901) 2023-06-26 01:33:09 +02:00
TrueCharts Bot 1f1e5ae4d2 chore(deps): update container image tccr.io/truecharts/babybuddy to v1.16.0 (#9902) 2023-06-26 01:32:24 +02:00
TrueCharts Bot 5b489eda40 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9899) 2023-06-25 21:35:45 +02:00
StevenMcElligott 4a0bca558d feat(Frigate): Move to stable (#9876)
**Description**

It's ready, tested in incubator forever, ready to go now

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

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

- [ ] 🪞 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-06-25 21:57:41 +03:00
TrueCharts Bot 49a1542eac chore(deps): update helm chart common to 12.14.4 (#9898)
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)) | patch |
`12.14.3` -> `12.14.4` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

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

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

Function library for TrueCharts

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 21:57:19 +03:00
TrueCharts Bot e870381146 chore(deps): update immich to v1.63.2 (minor) (#9897) 2023-06-25 19:40:48 +02:00
TrueCharts Bot a773c4af89 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9896) 2023-06-25 19:36:02 +02:00
TrueCharts Bot 0fd5042513 chore(deps): update container image tccr.io/truecharts/plex to v1.32.4.7195 (#9894) 2023-06-25 18:35:58 +02:00
TrueCharts Bot e720a776c2 chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9893) 2023-06-25 18:35:39 +02:00
TrueCharts Bot 2bd25a4f37 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9892) 2023-06-25 15:38:41 +02:00
TrueCharts Bot 6e5299cf41 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9890) 2023-06-25 09:34:59 +02:00
kqmaverick b3989de14d docs(traefik): fix title for install guide title (#9874)
**Description**
Removes sidebar position which causes document to be titled --- on
available documentation page.

⚒️ 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._
2023-06-25 07:54:34 +02:00
TrueCharts Bot 259d24af69 chore(deps): update helm general non-major (#9847)
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)) | patch |
`12.14.2` -> `12.14.3` |
|
[common](https://togithub.com/truecharts/apps/tree/master/charts/common)
([source](https://togithub.com/truecharts/library-charts)) | patch |
`12.14.1` -> `12.14.3` |
|
[kube-state-metrics](https://truecharts.org/charts/dependency/kube-state-metrics)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.20` ->
`1.0.27` |
| [mariadb](https://truecharts.org/charts/dependency/mariadb)
([source](https://togithub.com/truecharts/charts)) | patch | `7.0.50` ->
`7.0.57` |
| [memcached](https://truecharts.org/charts/dependency/memcached)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.59` ->
`6.0.63` |
| [mongodb](https://truecharts.org/charts/dependency/mongodb)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.55` |
|
[node-exporter](https://truecharts.org/charts/dependency/node-exporter)
([source](https://togithub.com/truecharts/charts)) | patch | `1.0.22` ->
`1.0.30` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.58` ->
`6.0.60` |
| [redis](https://truecharts.org/charts/dependency/redis)
([source](https://togithub.com/truecharts/charts)) | patch | `6.0.48` ->
`6.0.60` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>truecharts/library-charts (common)</summary>

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

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

Function library for TrueCharts

</details>

<details>
<summary>truecharts/charts (kube-state-metrics)</summary>

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

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

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

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

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

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

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

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

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

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

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

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.

👻 **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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDAuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 07:52:27 +02:00
ksimm1 a9273becb6 feat(docs): metallb docs add kubectl cmd to first step (#9879)
**Description**
update metallb guide to include the kubectl delete command in first step
to avoid confusion.

⚒️ 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-06-25 07:52:02 +02:00
kqmaverick e76c5b50f6 docs(nextcloud): warn about external storage (#9882)
**Description**
Adds warning about external storage

⚒️ 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._

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-06-25 07:50:32 +02:00
TrueCharts Bot 2739e1227d chore(deps): update container image tccr.io/truecharts/nextpvr to latest (#9888) 2023-06-25 07:33:51 +02:00
TrueCharts Bot af64bbae49 chore(deps): update container image tccr.io/truecharts/budge to v0.0.9 (#9887) 2023-06-25 06:39:05 +02:00
TrueCharts Bot d1d878affd chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9886) 2023-06-25 02:59:12 +02:00
TrueCharts Bot 33daff5aae chore(deps): update renovatebot/github-action action to v38.1.8 (#9885)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[renovatebot/github-action](https://togithub.com/renovatebot/github-action)
| action | patch | `v38.1.7` -> `v38.1.8` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/renovatebot/github-action/compare/v38.1.7...v38.1.8)

##### Miscellaneous Chores

- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.35
([22fc01c](https://togithub.com/renovatebot/github-action/commit/22fc01c452d51fee7739670b651a40422ce0eef1))
- **deps:** update dependency
[@&#8203;types/node](https://togithub.com/types/node) to v16.18.36
([513423e](https://togithub.com/renovatebot/github-action/commit/513423ee3f95cc8dc2a569eec361a2e4dae7bb8c))
- **deps:** update dependency eslint to v8.43.0
([5b35c1d](https://togithub.com/renovatebot/github-action/commit/5b35c1d19dffb6895cbb60128aa659bb5d23dcc1))
- **deps:** update linters to v5.59.11
([c70b63b](https://togithub.com/renovatebot/github-action/commit/c70b63bb98e2fbe8c6c4f2a28f77d482cf6430b9))

##### Build System

- **deps:** update dependency conventional-changelog-conventionalcommits
to v6.1.0
([0ba327f](https://togithub.com/renovatebot/github-action/commit/0ba327f41f0b76c4b4f927ac53d5388e74cf9a09))

##### Continuous Integration

- **deps:** update renovate docker tag to v35.124.1
([ffae6be](https://togithub.com/renovatebot/github-action/commit/ffae6be70b1b3cc4e0a45dab03f9a7c1e1ca3240))
- **deps:** update renovate docker tag to v35.124.4
([1e033ab](https://togithub.com/renovatebot/github-action/commit/1e033ab3ee71b3caf2f01c9f6edce032ce4662eb))
- **deps:** update renovate docker tag to v35.125.0
([ffdd4ae](https://togithub.com/renovatebot/github-action/commit/ffdd4aeaa05af4370a67fb579d25c8487ac71b5c))
- **deps:** update renovate docker tag to v35.126.0
([a9f1a5f](https://togithub.com/renovatebot/github-action/commit/a9f1a5f46b8d894a521915917886912e089354a4))
- **deps:** update renovate docker tag to v35.127.1
([a2a9f36](https://togithub.com/renovatebot/github-action/commit/a2a9f36fd8a1102fbdc51de55346b1f7e239d48e))
- **deps:** update renovate docker tag to v35.129.0
([dacd43d](https://togithub.com/renovatebot/github-action/commit/dacd43df71fc3be3517e7aa15f69cb4f7ab00b77))
- **deps:** update renovate docker tag to v35.131.0
([58de755](https://togithub.com/renovatebot/github-action/commit/58de755a2ddf95621cccb65224b43952b4d92dec))
- **deps:** update renovate docker tag to v35.133.2
([cc54f66](https://togithub.com/renovatebot/github-action/commit/cc54f66272050a3439ff56b733022bf98463dd2f))
- **deps:** update renovate docker tag to v35.135.0
([f33cc65](https://togithub.com/renovatebot/github-action/commit/f33cc65d839a589d94a188be21f7ab69d84eda44))
- **deps:** update renovate docker tag to v35.138.1
([37e9ff5](https://togithub.com/renovatebot/github-action/commit/37e9ff51ee411038d269c3ce716a41e0e531804f))
- **deps:** update renovate docker tag to v35.140.0
([b03f7ca](https://togithub.com/renovatebot/github-action/commit/b03f7caec44e635cc12c23a577a8e1848f24d28f))
- **deps:** update renovate docker tag to v35.140.1
([544d670](https://togithub.com/renovatebot/github-action/commit/544d670e972ba26690913aeb2fd2f0dd9a4fe863))
- **deps:** update renovate docker tag to v35.140.2
([c4688b4](https://togithub.com/renovatebot/github-action/commit/c4688b47aefc14533b13a8b6a3f64aa0ab0f77ff))
- **deps:** update renovate docker tag to v35.140.3
([189691f](https://togithub.com/renovatebot/github-action/commit/189691fb968bc95997846b3b5d8e14802e5aadda))
- **deps:** update renovate docker tag to v35.141.2
([2f20ded](https://togithub.com/renovatebot/github-action/commit/2f20ded8ea4a578716a52dd9ac5c48ff0bc7dac4))
- **deps:** update renovate docker tag to v35.141.3
([4272c25](https://togithub.com/renovatebot/github-action/commit/4272c251d26e3f459b75c1b70b9fde2063a898ff))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjM1LjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-25 02:49:13 +02:00
TrueCharts Bot 4134fa651b chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9883) 2023-06-25 00:32:26 +02:00
TrueCharts Bot 266f035541 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9881) 2023-06-24 22:36:34 +02:00
TrueCharts Bot 9886ec64b7 chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9880) 2023-06-24 21:33:17 +02:00
TrueCharts Bot 0aa8f64a7a chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.116.3 (#9878) 2023-06-24 19:32:48 +02:00
TrueCharts Bot 4d60a86433 chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9877) 2023-06-24 18:37:21 +02:00
kqmaverick fedc007d9c docs(cloudflareddns): update setup guide (#9875)
**Description**
Update cloudflareddns setup guide

⚒️ 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._
2023-06-24 12:07:37 -04:00
TrueCharts Bot ecb5212943 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9873) 2023-06-24 16:37:17 +02:00
TrueCharts Bot d90dd85dc1 chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9872) 2023-06-24 14:37:16 +02:00
Todd Radel 406fc0c26b bug(node-exporter): replace deprecated flags (#9857)
**Description**
Replaces the deprecated `--collector.filesystem.ignore-mount-points` and
`--collector.filesystem.ignore-fs-types` with
`--collector.filesystem.mount-points-exclude` and
`--collector.filesystem.fs-types-exclude`.

⚒️ Fixes  #9856 

**⚙️ 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?**
Tested on my local install of TrueNAS Scale.

**📃 Notes:**
None.

**✔️ 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
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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: Todd Radel <todd@radel.us>
Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-06-24 13:32:04 +02:00
ksimm1 e7c156dceb feat(docs): add detail to clusterissuer how-to (#9863)
**Description**
add detail to clusterissuer how-to (nameservers, api tokens, clearer
screenshots)

⚒️ 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: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-06-24 13:31:20 +02:00
Todd Radel 84cee0fefa Change host mount types to hostPath (#9855)
**Description**
Fixes the volume types so host filesystems can be mounted inside the
pod.
⚒️ Fixes  #9854 

**⚙️ 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?**
Tested on my local install of TrueNAS Scale.

**📃 Notes:**
None.
<!-- 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
- [x] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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: Todd Radel <todd@radel.us>
2023-06-24 13:31:08 +02:00
TrueCharts Bot b255198255 chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9871) 2023-06-24 12:34:45 +02:00
TrueCharts Bot a05d8593b1 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9870) 2023-06-24 09:44:03 +02:00
TrueCharts Bot 13ffb57038 chore(deps): update container image tccr.io/truecharts/dillinger to v3.39.1 (#9869) 2023-06-24 09:43:40 +02:00
TrueCharts Bot 0afb2bda94 chore(deps): update container image tccr.io/truecharts/scratch to latest (#9868) 2023-06-24 06:37:13 +02:00
TrueCharts Bot 9b34f086bd chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9866) 2023-06-24 05:44:39 +02:00
TrueCharts Bot 8be399027c chore(deps): update container image tccr.io/truecharts/rdesktop-arch-xfce to latest (#9867) 2023-06-24 05:41:45 +02:00
TrueCharts Bot 227bb57027 chore(deps): update container image tccr.io/truecharts/rdesktop-arch-openbox to latest (#9865) 2023-06-24 05:00:39 +02:00
TrueCharts Bot f55eada90d chore(deps): update rdesktop (#9864) 2023-06-24 04:01:22 +02:00
TrueCharts Bot 5c37af22d1 chore(deps): update rdesktop (#9862) 2023-06-24 02:52:49 +02:00
StevenMcElligott 2fbadb0bc9 feat(Frigate): Update to 0.12.1 (#9861)
**Description**

Bot has been stuck, let's update this before we move to stable

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

- [ ] ⚖️ 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-06-23 20:41:58 -04:00
TrueCharts Bot 195755756d chore(deps): update container image tccr.io/truecharts/beets to v1.6.0 (#9860) 2023-06-23 22:34:42 +02:00
TrueCharts Bot 31ac7b9ffe chore(deps): update container image tccr.io/truecharts/dockerregistry to v2 (#9858) 2023-06-23 20:36:49 +02:00
TrueCharts Bot 235b2faf9c chore(deps): update container image tccr.io/truecharts/nextcloud-fpm to v27.0.0 (#9853) 2023-06-23 16:43:52 +02:00
TrueCharts Bot 78137cfabd chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9851) 2023-06-23 15:41:04 +02:00
TrueCharts Bot 459118878e chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9852) 2023-06-23 15:38:55 +02:00
TrueCharts Bot 742a3ac80a chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9850) 2023-06-23 12:38:42 +02:00
TrueCharts Bot e70e1c2320 chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9849) 2023-06-23 11:36:28 +02:00
TrueCharts Bot 6e1177e968 chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9846) 2023-06-23 09:38:51 +02:00