From 79c9b5793e5e03cea967bfccc68c9c4d54f15604 Mon Sep 17 00:00:00 2001 From: Jay Patel <78554593+jarpat@users.noreply.github.com> Date: Wed, 10 Jan 2024 13:44:39 -0500 Subject: [PATCH] feat: (IAC-1291) METRICS_SERVER_CHART_VERSION default to 6.6.5 (#513) --- docs/CONFIG-VARS.md | 2 +- roles/baseline/defaults/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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