chore(helm): update image docker.io/jc21/nginx-proxy-manager 2.12.2 → 2.12.3 (#31719)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jc21/nginx-proxy-manager](https://redirect.github.com/jc21/nginx-proxy-manager) | patch | `170f197` -> `02c15b6` | --- > [!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.3`](https://redirect.github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.12.3) [Compare Source](https://redirect.github.com/jc21/nginx-proxy-manager/compare/v2.12.2...v2.12.3) #### Changes - Adds SSL support to Streams (big thanks to [@​jbowring](https://redirect.github.com/jbowring)) - \[Postgres] fix error in access_list get (thanks [@​Dim145](https://redirect.github.com/Dim145)) - SSL Certificates: Show if cert is in use on host (thanks [@​badkeyy](https://redirect.github.com/badkeyy)) - Change htpasswd to openssl (thanks [@​icaksh](https://redirect.github.com/icaksh)) - Fix schema type for token.expires (thanks [@​Sander0542](https://redirect.github.com/Sander0542)) - Add ZoneEdit certbot plugin (thanks [@​badkeyy](https://redirect.github.com/badkeyy)) - Add Gcore DNS Provider (thanks [@​GergelyGombai](https://redirect.github.com/GergelyGombai)) - Update mijn-host certbot plugin configuration (thanks [@​nwagenmakers](https://redirect.github.com/nwagenmakers)) - Update DomainOffensive certbot plugin (thanks [@​FabianK3](https://redirect.github.com/FabianK3)) #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager/tags/latest/sha256-b2e60751962b1f0cd8be09493c70cb5e95566e2ecf58bd0194d0d40d5df028d2) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager/tags/2/sha256-b2e60751962b1f0cd8be09493c70cb5e95566e2ecf58bd0194d0d40d5df028d2) - [jc21/nginx-proxy-manager:2.12.3](https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager/tags/2.12.3/sha256-b2e60751962b1f0cd8be09493c70cb5e95566e2ecf58bd0194d0d40d5df028d2) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.12.2
|
||||
appVersion: 2.12.3
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://nginxproxymanager.com/
|
||||
type: application
|
||||
version: 11.13.2
|
||||
version: 11.13.3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: docker.io/jc21/nginx-proxy-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.12.2@sha256:170f1974d8fc8ca245bcfae5590bc326de347b19719972bf122400fb13dfa42c
|
||||
tag: 2.12.3@sha256:02c15b64d464491d09e6d04959f26689d31aec1e02236a1675c1b85d6942c103
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user