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 25
25
memoryRequest = kingpin .Flag ("memory-request" , "Memory request of the sidecar container" ).Default ("8Mi" ).String ()
26
26
cpuLimit = kingpin .Flag ("cpu-limit" , "CPU limit of the sidecar container" ).Default ("100m" ).String ()
27
27
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 ()
29
29
verbose = kingpin .Flag ("verbose" , "CloudSQL proxy verbose mode" ).Default ("false" ).String ()
30
30
)
31
31
@@ -170,7 +170,6 @@ func getCloudContainer() v1.Container {
170
170
cloudSQLProxyContainer .VolumeMounts = append (cloudSQLProxyContainer .VolumeMounts , volumeMount )
171
171
}
172
172
173
-
174
173
return cloudSQLProxyContainer
175
174
}
176
175
You can’t perform that action at this time.
0 commit comments