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
Capo MCs are dynamic and we use giantswarm/config "auto" branches (in format INSTALLATION_auto_config) to not pollute main with commit flood.
But that doesn't work with release apps that have installation specific overwrites as by default config-controller takes latest 1.x.x. We can't use config.giantswarm.io/version in Chart.yaml because that would work with only single installation.
Possible solution here is adding a flag to make config-controller replace 1.x.x with custom ref.
The text was updated successfully, but these errors were encountered:
Capo MCs are dynamic and we use
giantswarm/config
"auto" branches (in formatINSTALLATION_auto_config
) to not pollutemain
with commit flood.But that doesn't work with release apps that have installation specific overwrites as by default
config-controller
takes latest1.x.x
. We can't useconfig.giantswarm.io/version
in Chart.yaml because that would work with only single installation.Possible solution here is adding a flag to make
config-controller
replace1.x.x
with custom ref.The text was updated successfully, but these errors were encountered: