diff --git a/docs/CONFIG-VARS.md b/docs/CONFIG-VARS.md index 22083833..92fa2190 100644 --- a/docs/CONFIG-VARS.md +++ b/docs/CONFIG-VARS.md @@ -420,7 +420,7 @@ Kubernetes Metrics Server installation is currently only applicable for AWS EKS | METRICS_SERVER_ENABLED | Whether to deploy Metrics Server | bool | true | false | | baseline | | METRICS_SERVER_CHART_URL | Metrics Server Helm chart url | string | Go [here](https://charts.bitnami.com/bitnami/) for more information. | false | If an existing Metrics Server is installed, these options are ignored. | baseline | | METRICS_SERVER_CHART_NAME | Metrics Server Helm chart name | string | metrics-server | false | If an existing Metrics Server is installed, these options are ignored. | baseline | -| METRICS_SERVER_CHART_VERSION | Metrics Server Helm chart version | string | 6.2.4 | false | If an existing Metrics Server is installed, these options are ignored. | baseline | +| METRICS_SERVER_CHART_VERSION | Metrics Server Helm chart version | string | 6.6.5 | false | If an existing Metrics Server is installed, these options are ignored. See [Artifact Hub](https://artifacthub.io/packages/helm/bitnami/metrics-server) to determine application version.| baseline | | METRICS_SERVER_CONFIG | Metrics Server Helm values | string | See [this file](../roles/baseline/defaults/main.yml) for more information. | false | If an existing Metrics Server is installed, these options are ignored. | baseline | ### NFS Client diff --git a/roles/baseline/defaults/main.yml b/roles/baseline/defaults/main.yml index 7f87225d..557ac105 100644 --- a/roles/baseline/defaults/main.yml +++ b/roles/baseline/defaults/main.yml @@ -24,7 +24,7 @@ METRICS_SERVER_ENABLED: true METRICS_SERVER_NAME: metrics-server METRICS_SERVER_CHART_NAME: metrics-server METRICS_SERVER_CHART_URL: https://charts.bitnami.com/bitnami/ -METRICS_SERVER_CHART_VERSION: 6.2.4 +METRICS_SERVER_CHART_VERSION: 6.6.5 METRICS_SERVER_CONFIG: apiService: create: true