diff --git a/charts/enterprise/prometheus/Chart.yaml b/charts/enterprise/prometheus/Chart.yaml index e9f2b33970d..8e129252d9d 100644 --- a/charts/enterprise/prometheus/Chart.yaml +++ b/charts/enterprise/prometheus/Chart.yaml @@ -29,7 +29,7 @@ sources: - https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-operator/kube-prometheus type: application -version: 12.1.0 +version: 12.1.1 annotations: truecharts.org/catagories: | - metrics diff --git a/charts/enterprise/prometheus/questions.yaml b/charts/enterprise/prometheus/questions.yaml index 0c44b233f14..64e2046a7b1 100644 --- a/charts/enterprise/prometheus/questions.yaml +++ b/charts/enterprise/prometheus/questions.yaml @@ -101,23 +101,24 @@ questions: default: "" - variable: basicAuth label: Basic Auth - type: dict description: Basic authentication for remote write - attrs: - - variable: username - label: Username - description: Basic auth username - schema: - type: string - required: true - default: "" - - variable: password - label: Password - description: Basic auth password - schema: - type: string - required: false - default: "" + schema: + type: dict + attrs: + - variable: username + label: Username + description: Basic auth username + schema: + type: string + required: true + default: "" + - variable: password + label: Password + description: Basic auth password + schema: + type: string + required: false + default: "" - variable: exporters group: "App Configuration"