You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current version for the Flux CD provider from the main TF module is a little bit too old (0.2.x). Because of this, some of the Flux CD components deployed by the module are not functioning properly or not detected at all - e.g. kustomization/flux-system.
Another thing to take into consideration is that the CLI counterpart gets updated really frequent as well. So, the TF provider and the flux CLI counterpart need to be not too distant, when talking about the version.
Solution
Flux CD TF provider needs an update to the latest minor version available (0.8.1):
This issue must be treated as part of the Starter Kit DOKS 1.22 release support, and applies for the Flux CD automation chapter.
v-ctiutiu
changed the title
[create-doks-with-terraform-flux] Flux CD provider needs an update to the latest version
[create-doks-with-terraform-flux] Make sure providers constrain minimum allowed versions
Jan 28, 2022
v-ctiutiu
changed the title
[create-doks-with-terraform-flux] Make sure providers constrain minimum allowed versions
[create-doks-with-terraform-flux] Make sure TF providers constrain minimum allowed versions
Jan 28, 2022
Description
Current version for the
Flux CD
provider from the main TF module is a little bit too old (0.2.x). Because of this, some of theFlux CD
components deployed by the module are not functioning properly or not detected at all - e.g.kustomization/flux-system
.Another thing to take into consideration is that the CLI counterpart gets updated really frequent as well. So, the TF provider and the flux CLI counterpart need to be not too distant, when talking about the version.
Solution
~>
which is a little bit too restrictive, and go with minimum allowed versions instead, via>=
for all providers.The text was updated successfully, but these errors were encountered: