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
Add the ability to change helm chart versions for open source software via ansible variables #95
This is a todo item we have discussed before. If we wish to use a different version of say cert-manager or nginx it requires extra manual work on the part of the end user. We can either directly modify the viya4-deployment code prior to running it to specify an alternate version or run viya4-deployment with baseline only and then manually upgrade the software on our own.
It would be very helpful if we could specify a different helm chart or software version via an ansible variable.
This is a todo item we have discussed before. If we wish to use a different version of say cert-manager or nginx it requires extra manual work on the part of the end user. We can either directly modify the viya4-deployment code prior to running it to specify an alternate version or run viya4-deployment with baseline only and then manually upgrade the software on our own.
It would be very helpful if we could specify a different helm chart or software version via an ansible variable.