sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
71 stars 64 forks source link

feat: (IAC-862) Update default metrics server helm chart version #363

Closed dhoucgitter closed 1 year ago

dhoucgitter commented 1 year ago

Changes

The viya4-deployment baseline install task deploys the metrics-server component on AWS EKS clusters using a helm chart from bitnami's repository. The current helm chart version that viya4-deployment uses to install metrics-server on AWS EKS clusters fails to install as it refers to a version that's no longer valid for bitnami's index.yaml file. See issue https://github.com/bitnami/charts/pull/14024 for additional details. Update the viya4-deployment default helm chart version to use the latest available metrics-server helm chart 6.2.4. Update CONFIG-VARS.md readme file to indicate the new default helm chart version.

Testing

See internal ticket for test output details.