Skip to content

Commit

Permalink
Update default bucket name
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Nov 24, 2023
1 parent c2e5e3e commit 2d10b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/upload/internal/cmd/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func newGCPCommand() *cobra.Command {

cmd.Flags().String("gcp-project", "constellation-images", "GCP project to use")
cmd.Flags().String("gcp-location", "europe-west3", "GCP location to use")
cmd.Flags().String("gcp-bucket", "constellation-images", "GCP bucket to use")
cmd.Flags().String("gcp-bucket", "constellation-os-images", "GCP bucket to use")
return cmd
}

Expand Down

0 comments on commit 2d10b0c

Please sign in to comment.