mirror of
https://github.com/truecharts/charts.git
synced 2026-07-15 10:21:22 -03:00
fix(traefik): set trustedIPs to string (#2764)
* fix(traefik): set trustedIPs to string * update kms docs
This commit is contained in:
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 11.3.7
|
||||
version: 11.3.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -717,7 +717,7 @@ questions:
|
||||
- variable: trustedIPsEntry
|
||||
label: ""
|
||||
schema:
|
||||
type: ipaddr
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: insecureMode
|
||||
|
||||
@@ -17,7 +17,8 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: kms
|
||||
sources:
|
||||
- https://github.com/SystemRage/py-kms
|
||||
- https://github.com/Py-KMS-Organization/py-kms
|
||||
- https://hub.docker.com/r/pykmsorg/py-kms
|
||||
type: application
|
||||
version: 10.0.23
|
||||
annotations:
|
||||
|
||||
Reference in New Issue
Block a user