TrueChartsClone/charts/stable/nzbget/values.yaml

30 lines
580 B
YAML
Raw Normal View History

image:
repository: ghcr.io/geek-cookbook/nzbget
pullPolicy: IfNotPresent
chore(deps): update container image ghcr.io/geek-cookbook/nzbget to v23.0@c0cf2b7 by renovate (#18232) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/geek-cookbook/nzbget](https://togithub.com/nzbgetcom/nzbget) | major | `22.0` -> `23.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>nzbgetcom/nzbget (ghcr.io/geek-cookbook/nzbget)</summary> ### [`v23.0`](https://togithub.com/nzbgetcom/nzbget/releases/tag/v23.0) [Compare Source](https://togithub.com/nzbgetcom/nzbget/compare/v22.0...v23.0) #### What's Changed - Features: - Extension Manager [#&#8203;76](https://togithub.com/nzbgetcom/nzbget/commit/7348b19cf8a81739922303e3f9047d06e59670d0); - The new nzbget extension system, which makes it easy to download/update/delete extensions with backward compatibility with the old system; - extensions [master list](https://togithub.com/nzbgetcom/nzbget-extensions/); - changed: - RPC request "configtemplates" - no longer returns script templates, but only the config template; - added: - new RPC requests: - "loadextensions" - loads all extensions from {ScriptDIR} and returns an array of structures in JSON/XML formats; - "updateextension" - downloads by url and name and installs the extension. Returns 'true' or error response in JSON/XML formats; - "deleteextension" - deletes extension by name. Returns 'true' or error response in JSON/XML formats; - "downloadextension" - downloads by url and installs the extension. Returns 'true' or error response in JSON/XML formats; - "testextension" - tries to find the right executor program for the extension, e.g. Python. Returns 'true' or error response in JSON/XML formats; - "EXTENSION MANAGER" section in webui to download/delete/update extensions; - Boost.Json library to work with JSON; - more unit tests; - refactored: - replaced raw pointers with smart pointers and const refs where possible for memory safty reasons; - removed: - testdata_FILES from Makefile.am; - EMail and Logger scripts; - Docker support [#&#8203;55](https://togithub.com/nzbgetcom/nzbget/commit/1913e331bb87cdd592048b37fd57507f82a17144); - Synology support (spk) [#&#8203;72](https://togithub.com/nzbgetcom/nzbget/commit/3f8fd6d433b38ed9f18ab7ffe25fd7a4a0c5c246); - QNAP support [#&#8203;158](https://togithub.com/nzbgetcom/nzbget/commit/9676c77dc8f9e9498a99a6e774e7bf23ca4be537); - aarch64 mipseb mipsel ppc6xx ppc500 architectures to linux build [#&#8203;61](https://togithub.com/nzbgetcom/nzbget/commit/959985473cdfcf51d88e6a49770650b4edced043) [#&#8203;146](https://togithub.com/nzbgetcom/nzbget/commit/fcc104dc294a905155f65e93483de4a1f40d843e); - article read chunk size [#&#8203;52](https://togithub.com/nzbgetcom/nzbget/commit/1aa42f2df9a9148d3a79e17694381de873557fce); - Added ArticleReadChunkSize config option which allows to adjust the buffer size for customization on different platforms, which can lead to increased performance; - increased the number of default connections to 8 [#&#8203;54](https://togithub.com/nzbgetcom/nzbget/commit/55eca4ce57cc119b51acc2e6915f6c0547dd8123); - automatic search for a suitable interpreter on POSIX [#&#8203;74](https://togithub.com/nzbgetcom/nzbget/commit/ec0756d5f63137d879f56a6bc60cab6b81238eaf); - certificate verification levels [#&#8203;150](https://togithub.com/nzbgetcom/nzbget/commit/5956a17e2618480dbbc423e6a515313165f817db); - levels: - None: NO certificate signing check, NO certificate hostname check; - Minimal: certificate signing check, NO certificate hostname check; - Strict: certificate signing check, certificate hostname check; - tested on a mock nzbget NNTP nserv server with self-signed certificate and got expected results: - "Strict" -> test failed; - "Minimal" -> test failed; - "None" -> test passed"; - Bug fixies: - possible memory corruption [#&#8203;148](https://togithub.com/nzbgetcom/nzbget/commit/16ab25d5780c8100309c44eb60d505afe5c528db); - For developers: - fixed unit tests (Windows only for now) and started migration to CMake [#&#8203;64](https://togithub.com/nzbgetcom/nzbget/commit/73e8c00d29f21a44de8fd3d979e4f74628d99e1e); - We are going to completely migrate to CMake as a more universal one for cross-platform development and drop autotools and MSBuild; - using libxml2 on Windows and vcpkg package manager to install dependencies [#&#8203;70](https://togithub.com/nzbgetcom/nzbget/commit/f8cb2bda415fb6167e8aa7e9d596bb583dc0b1c1); - libxml2 library is now used on Windows to work with xml in the same way we already do on Linux and macOS; - removed platform-dependent code for working with xml on Windows; </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODQuMyIsInVwZGF0ZWRJblZlciI6IjM3LjE4NC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-14 16:12:13 -05:00
tag: 23.0@sha256:c0cf2b7159f35551ee8b838898b4be0a8b3c52dc788e4076e6d4cc79058e9be3
service:
main:
ports:
main:
port: 10057
targetPort: 6789
persistence:
config:
enabled: true
mountPath: "/config"
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 17:25:02 -04:00
portal:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ 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-04-11 06:07:17 -04:00
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false