gitops-bridge-dev / gitops-bridge

Apache License 2.0
326 stars 80 forks source link

Pinning add-on versions in Terraform #75

Open ImIOImI opened 1 month ago

ImIOImI commented 1 month ago

From the examples and documentation provided, it isn't clear how to use terraform to pin add-ons to a particular version. I find this is really important when I want to test changes in lower environments before rolling them out to higher ones.

csantanapr commented 1 week ago

Thanks for the PR @ImIOImI

Currently is done in the application sets yaml, and is not very intuitive.

We are working on a helm chart for the addons, and the values for this chart will be able to control the versions of the addons at different levels like specific cluster, specific environments (dev, staging, prod),

Early POC in the works today in this repository branch