Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-04-29 21:37:02 +00:00
parent 2794e0e222
commit 3f58fc2c03
13 changed files with 22 additions and 22 deletions

View File

@ -4,6 +4,15 @@
## [nginx-proxy-manager-4.0.10](https://github.com/truecharts/charts/compare/nginx-proxy-manager-4.0.9...nginx-proxy-manager-4.0.10) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/nginx-proxy-manager to v2.9.22 ([#8501](https://github.com/truecharts/charts/issues/8501))
## [nginx-proxy-manager-4.0.9](https://github.com/truecharts/charts/compare/nginx-proxy-manager-4.0.8...nginx-proxy-manager-4.0.9) (2023-04-25) ## [nginx-proxy-manager-4.0.9](https://github.com/truecharts/charts/compare/nginx-proxy-manager-4.0.8...nginx-proxy-manager-4.0.9) (2023-04-25)
### Chore ### Chore
@ -88,12 +97,3 @@
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900)) - BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
## [nginx-proxy-manager-3.1.12](https://github.com/truecharts/charts/compare/nginx-proxy-manager-3.1.11...nginx-proxy-manager-3.1.12) (2023-02-27)
### Chore
- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725))

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.9.19" appVersion: "2.9.22"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -27,7 +27,7 @@ sources:
- https://github.com/NginxProxyManager/nginx-proxy-manager - https://github.com/NginxProxyManager/nginx-proxy-manager
- https://nginxproxymanager.com/ - https://nginxproxymanager.com/
type: application type: application
version: 4.0.9 version: 4.0.10
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- networking - networking

View File

@ -0,0 +1,9 @@
## [nginx-proxy-manager-4.0.10](https://github.com/truecharts/charts/compare/nginx-proxy-manager-4.0.9...nginx-proxy-manager-4.0.10) (2023-04-29)
### Chore
- update container image tccr.io/truecharts/nginx-proxy-manager to v2.9.22 ([#8501](https://github.com/truecharts/charts/issues/8501))

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/nginx-proxy-manager repository: tccr.io/truecharts/nginx-proxy-manager
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 2.9.19@sha256:73be08c2f155c70a8e74f2f2683636333288f86d18f2fd94d2865b604387f84e tag: 2.9.22@sha256:00342a6a23f2571a6e8da0c41c061b2266796e24600e3593dad693fc2dfa76c2
service: service:
main: main:
ports: ports:

View File

@ -810,7 +810,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema: schema:
type: int type: int
show_if: [["runAsUser", "=", "0"]] show_if: [["runAsUser", "=", 0]]
default: 568 default: 568
- variable: UMASK - variable: UMASK
label: UMASK label: UMASK

View File

@ -1,9 +0,0 @@
## [nginx-proxy-manager-4.0.9](https://github.com/truecharts/charts/compare/nginx-proxy-manager-4.0.8...nginx-proxy-manager-4.0.9) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))