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
Fix controller generating cilium manifests with registry mirror (#7170)
* generate helm from a factory to load registry mirror configuration from management cluster
* move helmfactory to helm package (no other changes)
* decoupled executables from helm factory, renamed helm tyoes and got rid of client under pkg/cluster/helm
* changes to other files due to change executable builder signature to implement helm executable builder
* add helm env client factory implementation for cilium.HelmClientFactory
* remove helm.ClientFactory dependency on ops it doesn't need
* rename GetClientForCluster -> Get and addressed other PR comments
* move WithHelmClientFactory to controller factory and build cilium Templater there and added comments
* add generated files
* dropping registry client and executableclient interfaces in favor of just client
* re-build client only when registry changes
* fix linting error
* moved WithEnv implementaton details back to executable helm
* add new helm executeable unit test
* always return new client in helm client factory and add comment to ProxyConfig
* refactored ExecutableBuilder -> ClientBuilder
* extract code from poluted pkg/helm/factory.go file into client.go and config.go
* remove helmClient from struct. not needed to store
* referencing implementation instead of interface in factory dependencies
* change joinEnv to mergeMap
0 commit comments