Bumping versions

This commit is contained in:
buildmaster
2022-11-01 04:06:42 +00:00
parent b95ef3a291
commit 4bbfd70401

View File

@@ -47,7 +47,7 @@ public class KubernetesClientAutoConfiguration {
// it's too early to inject KubernetesClientProperties here, all its properties
// are missing. For the time being work-around with reading from the environment.
apiClient.setUserAgent(environment.getProperty("spring.cloud.kubernetes.client.user-agent",
KubernetesClientProperties.DEFAULT_USER_AGENT));
KubernetesClientProperties.DEFAULT_USER_AGENT));
return apiClient;
}