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-874) Update default cert-manager version to 1.11.0 #388
Updated the default cert-manager version (CERT_MANAGER_CHART_VERSION) to 1.11.0
This new version is compatible with K8s 1.21 → 1.26, this version should work with all supported Viya cadences that are able to deployed on that K8s version range.
Tests
Ran through the following scenarios to test the updated cert-manager version
Changes
Updated the default cert-manager version (
CERT_MANAGER_CHART_VERSION
) to 1.11.0This new version is compatible with K8s 1.21 → 1.26, this version should work with all supported Viya cadences that are able to deployed on that K8s version range.
Tests
Ran through the following scenarios to test the updated cert-manager version
See internal ticket for more details.