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

(IAC-518) Update Default CERT_MANAGER_CHART_VERSION to 1.7.2 #218

Closed jarpat closed 2 years ago

jarpat commented 2 years ago

Changes

Since our current default version of cert-manager has reached EOL, we are updating the default version to 1.7.2 which is currently supported. https://cert-manager.io/docs/installation/supported-releases/

Currently supported Viya 4 releases should be compatible with this new default version. https://go.documentation.sas.com/doc/en/itopscdc/v_026/itopssr/n18dxcft030ccfn1ws2mujww1fav.htm#p0bskqphz9np1ln14ejql9ush824

Tests

The following scenarios were tested and showed expected behavior: Cadence CERT_MANAGER_CHART_VERSION Cloud Provider K8s Version TLS Mode Customer-Provided\ cert-manager-Generated Ingress Certificates
2021.2.6 1.7.2 GCP 1.22.6-gke.1000 full-stack Customer Provided
2021.2.6 1.7.2 GCP 1.22.6-gke.1000 front-door cert-manager-Generated
2021.2.5 1.7.2 Azure 1.21.7 front-door Customer Provided
2021.2.5 1.7.2 Azure 1.21.7 full-stack cert-manager-Generated
2021.2 1.7.2 GCP 1.19.16-gke.11000 full-stack Customer Provided
2021.2 1.7.2 GCP 1.19.16-gke.11000 front-door cert-manager-Generated
jarpat commented 2 years ago

See initial comments for changes, just a version bump for cert-manager.