Skip to content

Commit

Permalink
Merge pull request #34 from projectsyn/update-argocd
Browse files Browse the repository at this point in the history
Update Argo CD
  • Loading branch information
Simon Rüegg authored May 29, 2020
2 parents dc8a7a2 + 1d627fc commit 54d632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func main() {
app.Flag("region", "Cloud region this cluster is running in").StringVar(&agent.CloudRegion)
app.Flag("distribution", "Kubernetes distribution this cluster is running").StringVar(&agent.Distribution)
app.Flag("namespace", "Namespace in which steward is running").Default("syn").StringVar(&agent.Namespace)
app.Flag("argo-image", "Image to be used for the Argo CD deployments").Default("docker.io/argoproj/argocd:v1.4.2").StringVar(&agent.ArgoCDImage)
app.Flag("argo-image", "Image to be used for the Argo CD deployments").Default("docker.io/argoproj/argocd:v1.5.5").StringVar(&agent.ArgoCDImage)

kingpin.MustParse(app.Parse(os.Args[1:]))
}
Expand Down

0 comments on commit 54d632e

Please sign in to comment.