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
66
forks
source link
feat: (IAC-1170) Update Default CERT_MANAGER_CHART_VERSION to 1.13.1 #494
Changes
Update the default version of cert-manager to 1.13.1
cert-manager 1.13.1 is compatible with kubernetes versions 1.23 → 1.28, see supported releases: https://cert-manager.io/docs/releases/
There are no breaking changes from the original default of 1.11.0 to 1.13.1, see the upgrade documentation here:
Tests