From 9113df9fb7cc06040930430f8be40979fe7b4238 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 27 May 2022 22:35:01 +0300 Subject: [PATCH] fix(traefik): set trustedIPs to string (#2764) * fix(traefik): set trustedIPs to string * update kms docs --- charts/core/traefik/Chart.yaml | 2 +- charts/core/traefik/questions.yaml | 2 +- charts/stable/kms/Chart.yaml | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/core/traefik/Chart.yaml b/charts/core/traefik/Chart.yaml index ccd442635f9..27742590980 100644 --- a/charts/core/traefik/Chart.yaml +++ b/charts/core/traefik/Chart.yaml @@ -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 diff --git a/charts/core/traefik/questions.yaml b/charts/core/traefik/questions.yaml index d0dc05add04..cfb4eca8719 100644 --- a/charts/core/traefik/questions.yaml +++ b/charts/core/traefik/questions.yaml @@ -717,7 +717,7 @@ questions: - variable: trustedIPsEntry label: "" schema: - type: ipaddr + type: string required: true default: "" - variable: insecureMode diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml index 707c643cf26..d09c67b0932 100644 --- a/charts/stable/kms/Chart.yaml +++ b/charts/stable/kms/Chart.yaml @@ -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: