9a3f5742e4
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/jc21/nginx-proxy-manager](https://redirect.github.com/jc21/nginx-proxy-manager) | patch | `c4b78ef` -> `6ab0978` | 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.6`](https://redirect.github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.12.6) [Compare Source](https://redirect.github.com/jc21/nginx-proxy-manager/compare/v2.12.5...v2.12.6) <p> <img src="https://img.shields.io/badge/openresty-1.27.1.2-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-4.1.1-00C6DE.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/s6overlay-3.2.1.0-00A8DE.svg?style=for-the-badge"> </p> #### Changes Fixes [#​4629](https://redirect.github.com/jc21/nginx-proxy-manager/issues/4629) - Improved startup file ownership script with new env var to skip certbot folders, choose your flavour: ``` SKIP_CERTBOT_OWNERSHIP=true SKIP_CERTBOT_OWNERSHIP=yes SKIP_CERTBOT_OWNERSHIP=1 SKIP_CERTBOT_OWNERSHIP=on ``` #### Docker images - [jc21/nginx-proxy-manager:latest](https://hub.docker.com/layers/jc21/nginx-proxy-manager/latest/images/sha256-dc9ccd92d8c534a4b9da7283c1b28f57b76d7980a45583270e5da492819f47c2) - [jc21/nginx-proxy-manager:2](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2/images/sha256-dc9ccd92d8c534a4b9da7283c1b28f57b76d7980a45583270e5da492819f47c2) - [jc21/nginx-proxy-manager:2.12.6](https://hub.docker.com/layers/jc21/nginx-proxy-manager/2.12.6/images/sha256-dc9ccd92d8c534a4b9da7283c1b28f57b76d7980a45583270e5da492819f47c2) ### [`v2.12.5`](https://redirect.github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.12.5) [Compare Source](https://redirect.github.com/jc21/nginx-proxy-manager/compare/v2.12.4...v2.12.5) <p> <img src="https://img.shields.io/badge/openresty-1.27.1.2-00DED7.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/certbot-4.1.1-00C6DE.svg?style=for-the-badge"> <img src="https://img.shields.io/badge/s6overlay-3.2.1.0-00A8DE.svg?style=for-the-badge"> </p> #### Changes - Revert cloudflare dns plugin change. All Certbot DNS changes now require 2 verifications from the community - Updated Certbot, and applied legacy fixes to support old certbot plugins - Added env var support for `SKIP_CERTBOT_OWNERSHIP=true` for advanced users who *may* want this - Updated s6-overlay > \[!WARNING] > If you currently use a `S6_STAGE2_HOOK` environment variable, remove it. Otherwise, you're going to have a bad time. See [#​4629](https://redirect.github.com/jc21/nginx-proxy-manager/issues/4629) #### 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.5](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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMC4wIiwidXBkYXRlZEluVmVyIjoiNDEuMjAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
86 lines
2.0 KiB
YAML
86 lines
2.0 KiB
YAML
image:
|
|
repository: docker.io/jc21/nginx-proxy-manager
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.12.6@sha256:6ab097814f54b1362d5fd3c5884a01ddd5878aaae9992ffd218439180f0f92f3
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 81
|
|
protocol: http
|
|
port: 10582
|
|
web:
|
|
enabled: true
|
|
ports:
|
|
web:
|
|
enabled: true
|
|
targetPort: 80
|
|
protocol: http
|
|
port: 10583
|
|
websecure:
|
|
enabled: true
|
|
ports:
|
|
websecure:
|
|
enabled: true
|
|
targetPort: 443
|
|
protocol: https
|
|
port: 10584
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
size: 256Gi
|
|
letsencrypt:
|
|
enabled: true
|
|
mountPath: /etc/letsencrypt
|
|
size: 256Gi
|
|
mariadb:
|
|
enabled: true
|
|
mariadbUsername: npm
|
|
mariadbDatabase: npm
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /bin/check-health
|
|
readiness:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /bin/check-health
|
|
startup:
|
|
enabled: true
|
|
custom: true
|
|
spec:
|
|
exec:
|
|
command:
|
|
- /bin/check-health
|
|
env:
|
|
DISABLE_IPV6: true
|
|
DB_MYSQL_PORT: 3306
|
|
DB_MYSQL_NAME: "{{ .Values.mariadb.mariadbDatabase }}"
|
|
DB_MYSQL_USER: "{{ .Values.mariadb.mariadbUsername }}"
|
|
DB_MYSQL_HOST:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
|
|
key: plainhost
|
|
DB_MYSQL_PASSWORD: "{{ .Values.mariadb.password }}"
|