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://github.com/traefik/traefik-helm-chart
|
||||||
- https://traefik.io/
|
- https://traefik.io/
|
||||||
type: application
|
type: application
|
||||||
version: 11.3.7
|
version: 11.3.8
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- network
|
- network
|
||||||
|
|||||||
@@ -717,7 +717,7 @@ questions:
|
|||||||
- variable: trustedIPsEntry
|
- variable: trustedIPsEntry
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: ipaddr
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: insecureMode
|
- variable: insecureMode
|
||||||
|
|||||||
@@ -17,7 +17,8 @@ maintainers:
|
|||||||
url: https://truecharts.org
|
url: https://truecharts.org
|
||||||
name: kms
|
name: kms
|
||||||
sources:
|
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
|
type: application
|
||||||
version: 10.0.23
|
version: 10.0.23
|
||||||
annotations:
|
annotations:
|
||||||
|
|||||||
Reference in New Issue
Block a user