chore(deps): update container image jc21/nginx-proxy-manager to 2.10.4@e630003 by renovate (#16974)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jc21/nginx-proxy-manager](https://togithub.com/jc21/nginx-proxy-manager) | digest | `081c4c5` -> `e630003` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjYuMiIsInVwZGF0ZWRJblZlciI6IjM3LjEyNi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
e2594b5829
commit
aaa9c20134
|
@ -1,46 +1,46 @@
|
|||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
apiVersion: v2
|
||||
name: nginx-proxy-manager
|
||||
version: 8.1.8
|
||||
version: 8.1.9
|
||||
appVersion: 2.10.4
|
||||
description: Managing Nginx proxy hosts with a simple, powerful interface.
|
||||
home: https://truecharts.org/charts/stable/nginx-proxy-manager
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://nginxproxymanager.com/
|
||||
- https://github.com/NginxProxyManager/nginx-proxy-manager
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/nginx-proxy-manager
|
||||
- https://hub.docker.com/r/jc21/nginx-proxy-manager
|
||||
- https://nginxproxymanager.com/
|
||||
- https://github.com/NginxProxyManager/nginx-proxy-manager
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- nginx-proxy-manager
|
||||
- nginx
|
||||
- reverse-proxy
|
||||
- nginx-proxy-manager
|
||||
- nginx
|
||||
- reverse-proxy
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 12.1.6
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
- name: mariadb
|
||||
version: 12.1.6
|
||||
repository: https://deps.truecharts.org/
|
||||
condition: mariadb.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: networking
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: networking
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: jc21/nginx-proxy-manager
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.10.4@sha256:081c4c544ad5da81022b3b030c2ba50175923bc87a534bce8b52f870e695e9f1
|
||||
tag: 2.10.4@sha256:e63000388eae7a76ddfcd6a97b58521e52ce332ae7c16fa3bf2e62544dabc838
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue