fix(traefik): set trustedIPs to string (#2764)

* fix(traefik): set trustedIPs to string

* update kms docs
This commit is contained in:
Stavros Kois
2022-05-27 21:35:01 +02:00
committed by GitHub
parent 7b6a393f43
commit 9113df9fb7
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+2 -1
View File
@@ -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: