File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2525 memoryRequest = kingpin .Flag ("memory-request" , "Memory request of the sidecar container" ).Default ("8Mi" ).String ()
2626 cpuLimit = kingpin .Flag ("cpu-limit" , "CPU limit of the sidecar container" ).Default ("100m" ).String ()
2727 memoryLimit = kingpin .Flag ("memory-limit" , "Memory limit of the sidecar container" ).Default ("128Mi" ).String ()
28- proxyVersion = kingpin .Flag ("proxy-version" , "CloudSQL proxy version" ).Default ("1.11 " ).String ()
28+ proxyVersion = kingpin .Flag ("proxy-version" , "CloudSQL proxy version" ).Default ("1.13 " ).String ()
2929 verbose = kingpin .Flag ("verbose" , "CloudSQL proxy verbose mode" ).Default ("false" ).String ()
3030)
3131
@@ -170,7 +170,6 @@ func getCloudContainer() v1.Container {
170170 cloudSQLProxyContainer .VolumeMounts = append (cloudSQLProxyContainer .VolumeMounts , volumeMount )
171171 }
172172
173-
174173 return cloudSQLProxyContainer
175174}
176175
You can’t perform that action at this time.
0 commit comments