diff --git a/Chart.yaml b/Chart.yaml index 083af10..5cc94d6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,7 +5,7 @@ annotations: catalog.cattle.io/requests-memory: 1000Mi name: caas-cluster-monitoring description: A Helm chart for Rancher Cluster Monitoring V3 -version: "0.0.10-rc0" +version: "0.0.10-rc1" appVersion: "58.4.0" icon: https://raw.githubusercontent.com/caas-team/caas-project-monitoring/main/logo.png keywords: diff --git a/README.md b/README.md index 27a869c..458a125 100644 --- a/README.md +++ b/README.md @@ -523,12 +523,6 @@ available config parameters: | Parameter | Type | Default | Description | |-----------|------|---------|-------------| -| `rkeProxy.clients.https.authenticationMethod.authorization.enabled` | bool | `false` | | -| `rkeProxy.clients.https.authenticationMethod.bearerTokenFile.enabled` | bool | `false` | | -| `rkeProxy.clients.https.authenticationMethod.bearerTokenSecret.enabled` | bool | `false` | | -| `rkeProxy.clients.https.enabled` | bool | `true` | | -| `rkeProxy.clients.https.insecureSkipVerify` | bool | `true` | | -| `rkeProxy.clients.https.useServiceAccountCredentials` | bool | `true` | | | `rkeProxy.clients.port` | int | `10013` | | | `rkeProxy.clients.tolerations[0].effect` | string | `"NoExecute"` | | | `rkeProxy.clients.tolerations[0].operator` | string | `"Exists"` | | diff --git a/charts/kube-prometheus-stack-58.4.0.tgz b/charts/kube-prometheus-stack-58.4.0.tgz index d38a66c..1502f20 100644 Binary files a/charts/kube-prometheus-stack-58.4.0.tgz and b/charts/kube-prometheus-stack-58.4.0.tgz differ diff --git a/values.yaml b/values.yaml index a940d5a..8735236 100644 --- a/values.yaml +++ b/values.yaml @@ -728,6 +728,7 @@ rkeEtcd: operator: "Exists" rkeIngressNginx: + enabled: false clients: nodeSelector: node-role.kubernetes.io/worker: "true" @@ -739,32 +740,21 @@ rkeIngressNginx: operator: "Exists" useLocalhost: true component: ingress-nginx - enabled: false metricsPort: 10254 rkeProxy: + enabled: false + metricsPort: 10249 + component: kube-proxy clients: - https: - enabled: true - useServiceAccountCredentials: true - insecureSkipVerify: true - authenticationMethod: - authorization: - enabled: false - bearerTokenFile: - enabled: false - bearerTokenSecret: - enabled: false port: 10013 + useLocalhost: true tolerations: - effect: "NoExecute" operator: "Exists" - effect: "NoSchedule" operator: "Exists" - useLocalhost: true - component: kube-proxy - enabled: false - metricsPort: 10249 + rkeScheduler: clients: