chore(helm): update image docker.io/jc21/nginx-proxy-manager 2.12.3 → 2.12.4 (#36830)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jc21/nginx-proxy-manager](https://redirect.github.com/jc21/nginx-proxy-manager) | patch | `e5eecad` -> `c4b78ef` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>jc21/nginx-proxy-manager (docker.io/jc21/nginx-proxy-manager)</summary> ### [`v2.12.4`](https://redirect.github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.12.4) [Compare Source](https://redirect.github.com/jc21/nginx-proxy-manager/compare/v2.12.3...v2.12.4) #### Changes - API Schema Improvements (thanks [@​Sander0542](https://redirect.github.com/Sander0542)) - Update copyright year to 2025 (thanks [@​mordyovits](https://redirect.github.com/mordyovits)) - Fix Incorrect Api status codes (thanks [@​h33n0k](https://redirect.github.com/h33n0k)) - Fix Streams incorrect swagger/openapi schema - Make textarea font monospace (thanks [@​1ukastesar](https://redirect.github.com/1ukastesar)) - Optimize certbot ownership script to reduce container startup time (thanks [@​addievo](https://redirect.github.com/addievo)) - Added IP_RANGES_FETCH_ENABLED environment variable (thanks [@​cg-zhou](https://redirect.github.com/cg-zhou)) - Fixed an issue with the 500 error code on the Stream list page (thanks [@​ZeroDeng01](https://redirect.github.com/ZeroDeng01)) - Fixed error in sqlite installation compose file (thanks [@​wisewtf](https://redirect.github.com/wisewtf)) #### Certbot Plugins - Add First Domains DNS Provider (thanks [@​hatharry](https://redirect.github.com/hatharry)) - Add Baidu as DNS provider (thanks [@​chenghaopeng](https://redirect.github.com/chenghaopeng)) - Add CDMon DNS provider (thanks [@​aitor422](https://redirect.github.com/aitor422)) - Add Selectel v2 DNS provider (thanks [@​spions](https://redirect.github.com/spions)) - Add Spaceship DNS provider (thanks [@​gustavfroding](https://redirect.github.com/gustavfroding)) - Add nic.ru DNS provider (thanks [@​vzagorovskiy](https://redirect.github.com/vzagorovskiy)) - Add DDNSS DNS Provider (thanks [@​astamminger](https://redirect.github.com/astamminger)) - Add cpanel_api_token entry to credentials check (thanks [@​godsgood33](https://redirect.github.com/godsgood33)) - Fix DomainOffensive certbot plugin (thanks [@​chindocaine](https://redirect.github.com/chindocaine)) - Update certbot-dns-cpanel version (thanks [@​pustekuchen91](https://redirect.github.com/pustekuchen91)) - Update 'global/certbot-dns-plugins.json' to apply SSL certs for CloudFlare (thanks [@​tom-kst](https://redirect.github.com/tom-kst)) - Update strato plugin (thanks [@​MinhPho](https://redirect.github.com/MinhPho)) - Update Gandi plugin (thanks [@​amateescu](https://redirect.github.com/amateescu)) - Updates Active24 plugin (thanks [@​foxtrotcz](https://redirect.github.com/foxtrotcz)) - Update cloudflare plugin (thanks [@​henmohr](https://redirect.github.com/henmohr)) #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-971e6eaf71419d26d65b17bca8bca803439520de33f4b129a4f8f52341d6e04d) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-971e6eaf71419d26d65b17bca8bca803439520de33f4b129a4f8f52341d6e04d) - [jc21/nginx-proxy-manager:2.12.4](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.12.4/images/sha256-971e6eaf71419d26d65b17bca8bca803439520de33f4b129a4f8f52341d6e04d) </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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.3
|
||||
appVersion: 2.12.4
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -45,5 +45,5 @@ sources:
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://nginxproxymanager.com/
|
||||
type: application
|
||||
version: 11.15.0
|
||||
version: 11.15.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/jc21/nginx-proxy-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.12.3@sha256:e5eecad9bf040f1e7ddc9db6bbc812d690503aa119005e3aa0c24803746b49ea
|
||||
tag: 2.12.4@sha256:c4b78efef47879a693cdd04e6c0d06f3c37e9626bf9101c4686a4c12033339ad
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user