Skip to content

Commit

Permalink
update gke version to 1.13 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisPoinsot committed Mar 7, 2019
1 parent 41428d4 commit 0066e06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
memoryRequest = kingpin.Flag("memory-request", "Memory request of the sidecar container").Default("8Mi").String()
cpuLimit = kingpin.Flag("cpu-limit", "CPU limit of the sidecar container").Default("100m").String()
memoryLimit = kingpin.Flag("memory-limit", "Memory limit of the sidecar container").Default("128Mi").String()
proxyVersion = kingpin.Flag("proxy-version", "CloudSQL proxy version").Default("1.11").String()
proxyVersion = kingpin.Flag("proxy-version", "CloudSQL proxy version").Default("1.13").String()
verbose = kingpin.Flag("verbose", "CloudSQL proxy verbose mode").Default("false").String()
)

Expand Down Expand Up @@ -170,7 +170,6 @@ func getCloudContainer() v1.Container {
cloudSQLProxyContainer.VolumeMounts = append(cloudSQLProxyContainer.VolumeMounts, volumeMount)
}


return cloudSQLProxyContainer
}

Expand Down

0 comments on commit 0066e06

Please sign in to comment.