Commit Graph

17429 Commits

Author SHA1 Message Date
Rickard 1e2f48b5e9
fix(Transmission): Fix PodCIDR whitelist (#9662)
**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  # 9186
**⚙️ 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?**

**📃 Notes:**
Issue 9186 seems to be triggered by the change of scope ( see
[link](https://helm.sh/docs/chart_template_guide/control_structures/#modifying-scope-using-with)
for documentation and example ) in Helm `with` action which occur on
line 14 in `charts/stable/transmission/templates/common.yaml` and is not
reflected on line 15 and 17 use of `.Values`.

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

---------

Co-authored-by: StevenMcElligott <89483932+StevenMcElligott@users.noreply.github.com>
2023-06-15 21:41:10 +02:00
StevenMcElligott 8dd7a5cadd
docs(clusterissuer): Add more details API tokens (#9650)
**Description**

Add more info from upstream (Cert-manager docs) to creating proper API
tokens for Cloudflare to use inside `clusterissuer`

⚒️ 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-15 21:39:00 +02:00
kqmaverick f999d58010
docs(Blocky): fix setup guide line breaks (#9645)
**Description**
Blocky setup guide is missing line breaks. Added using new method.

⚒️ 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-15 21:38:39 +02:00
TrueCharts Bot c4b60abedb
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.5 (#9671) 2023-06-15 21:36:24 +02:00
Stavros Kois b9d6c080a5
fix(templates): switch from nested show_subquestions_if to show_if (#9604)
**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  #9583

**⚙️ Type of change**

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

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

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

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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-15 21:35:00 +02:00
TrueCharts Bot ed053b9ac0
chore(deps): update container image tccr.io/truecharts/fileflows to v23.06.3 (#9670) 2023-06-15 20:44:03 +02:00
TrueCharts Bot 695f1044c9
chore(deps): update container image tccr.io/truecharts/minio to latest (#9669) 2023-06-15 19:35:43 +02:00
TrueCharts Bot 78da4fdc93
chore(deps): update container image tccr.io/truecharts/jupyter-tensorflow to v2023-06 (#9668) 2023-06-15 17:37:17 +02:00
TrueCharts Bot 834075efd2
chore(deps): update jupyter (#9667) 2023-06-15 16:36:00 +02:00
TrueCharts Bot d28f9c6bab
chore(deps): update container image tccr.io/truecharts/jupyter-pyspark to v2023-06 (#9665) 2023-06-15 15:44:19 +02:00
TrueCharts Bot b6e659b18c
chore(deps): update container image tccr.io/truecharts/czkawka to v23.06.2 (#9666) 2023-06-15 15:43:07 +02:00
TrueCharts Bot ec483ffd48
chore(deps): update container image tccr.io/truecharts/meshcentral to v1.1.6 (#9664) 2023-06-15 14:41:05 +02:00
TrueCharts Bot 98e66d8117
chore(deps): update container image tccr.io/truecharts/readarr to v0.1.8.1889 (#9663) 2023-06-15 13:38:45 +02:00
TrueCharts Bot e64dc88357
chore(deps): update container image tccr.io/truecharts/plex to v1.32.3.7192 (#9661) 2023-06-15 12:37:51 +02:00
TrueCharts Bot f24c3a58e4
chore(deps): update container image tccr.io/truecharts/lidarr to v1.2.4.3273 (#9660) 2023-06-15 12:37:09 +02:00
TrueCharts Bot 9f282f174e
chore(deps): update container image tccr.io/truecharts/flaresolverr to v3.2.1 (#9659) 2023-06-15 11:34:57 +02:00
TrueCharts Bot e3d6a03d5d
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.7.6.0 (#9658) 2023-06-15 10:37:54 +02:00
TrueCharts Bot 11186bdef3
chore(deps): update container image tccr.io/truecharts/homepage to v0.6.21 (#9656) 2023-06-15 09:33:49 +02:00
TrueCharts Bot 4da0b0846b
chore(deps): update container image tccr.io/truecharts/homarr to v0.12.3 (#9655) 2023-06-15 09:33:09 +02:00
TrueCharts Bot 63984e2e6e
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.13 (#9654) 2023-06-15 08:39:54 +02:00
TrueCharts Bot 6295bc4288
chore(deps): update container image tccr.io/truecharts/clickhouse to v23.4.3.48 (#9653) 2023-06-15 08:38:00 +02:00
TrueCharts Bot f6681b34af
chore(deps): update container image tccr.io/truecharts/adguard-home to v0.107.32 (#9651) 2023-06-15 06:17:04 +02:00
TrueCharts Bot 14c54e06cc
chore(deps): update container image tccr.io/truecharts/audiobookshelf to v2.2.23 (#9652) 2023-06-15 06:16:33 +02:00
TrueCharts Bot 2ea256a118
chore(deps): update container image tccr.io/truecharts/xwiki to v15.4.0-postgres (#9649) 2023-06-15 04:19:14 +02:00
TrueCharts Bot 8ad0573c08
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.116.3 (#9644) 2023-06-14 23:34:36 +02:00
TrueCharts Bot 4d4619c540
chore(deps): update renovatebot/github-action action to v38.1.4 (#9643)
This PR contains the following updates:

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

---

### ⚠ 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</summary>

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

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

##### Continuous Integration

- **deps:** update actions/checkout action to v3.5.3
([fe7a737](fe7a737022))
- **deps:** update renovate docker tag to v35.115.2
([b0d9ad1](b0d9ad1118))

##### Build System

- **deps:** update dependency semantic-release to v21.0.3
([ae6d595](ae6d595ace))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTguMCIsInVwZGF0ZWRJblZlciI6IjM1LjExOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2023-06-14 23:20:42 +02:00
TrueCharts Bot d891c82b40
chore(deps): update container image tccr.io/truecharts/libremdb to latest (#9642) 2023-06-14 22:38:52 +02:00
TrueCharts Bot cac7b18c65
chore(deps): update container image tccr.io/truecharts/invidious to latest (#9641) 2023-06-14 21:36:20 +02:00
TrueCharts Bot f30b5ac6cc
chore(deps): update container image tccr.io/truecharts/hedgedoc to v1.9.8 (#9640) 2023-06-14 21:36:13 +02:00
TrueCharts Bot c2678319a3
chore(deps): update rdesktop (#9636) 2023-06-14 15:34:10 +02:00
TrueCharts Bot e938ed2296
chore(deps): update webtop (#9637) 2023-06-14 15:34:05 +02:00
TrueCharts Bot ed7fc92c70
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9634) 2023-06-14 14:35:35 +02:00
TrueCharts Bot 1938f5d435
chore(deps): update container image tccr.io/truecharts/tvheadend to latest (#9632) 2023-06-14 13:38:48 +02:00
TrueCharts Bot 68c805704f
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9631) 2023-06-14 13:37:13 +02:00
TrueCharts Bot d51a687948
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#9629) 2023-06-14 12:36:21 +02:00
TrueCharts Bot 03eb76c4e5
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9630) 2023-06-14 12:35:31 +02:00
TrueCharts Bot da7bdbee21
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9628) 2023-06-14 11:42:31 +02:00
TrueCharts Bot 1eec78b67d
chore(deps): update container image tccr.io/truecharts/openvscode-server to v1.78.2 (#9627) 2023-06-14 11:42:13 +02:00
TrueCharts Bot 9255f38993
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9626) 2023-06-14 10:41:26 +02:00
TrueCharts Bot 06b20532ef
chore(deps): update container image tccr.io/truecharts/mongodb to v6.0.6 (#9625) 2023-06-14 10:41:00 +02:00
TrueCharts Bot 57805b58af
chore(deps): update container image tccr.io/truecharts/mariadb to v10.11.4 (#9623) 2023-06-14 09:42:42 +02:00
TrueCharts Bot 16256fe19e
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.20 (#9624) 2023-06-14 09:41:24 +02:00
TrueCharts Bot 46fc36fd5f
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9622) 2023-06-14 08:42:22 +02:00
TrueCharts Bot 3c2667c776
chore(deps): update container image tccr.io/truecharts/libreddit to latest (#9621) 2023-06-14 08:40:40 +02:00
TrueCharts Bot e112c57f01
chore(deps): update container image tccr.io/truecharts/lazylibrarian to latest (#9620) 2023-06-14 07:47:13 +02:00
TrueCharts Bot 9dcc5fad71
chore(deps): update container image tccr.io/truecharts/kube-state-metrics to v2.9.2 (#9619) 2023-06-14 07:37:29 +02:00
TrueCharts Bot ebbaa30a0a
chore(deps): update container image tccr.io/truecharts/grav to v1.7.41 (#9618) 2023-06-14 06:41:20 +02:00
TrueCharts Bot d400adcb29
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.3 (#9617) 2023-06-14 06:39:26 +02:00
TrueCharts Bot 68e1395ce3
chore(deps): update container image tccr.io/truecharts/embystat to v0.2.0 (#9614) 2023-06-14 05:40:53 +02:00
TrueCharts Bot 69e713212a
chore(deps): update container image tccr.io/truecharts/foldingathome to v7.6.21 (#9615) 2023-06-14 05:40:47 +02:00