Skip to content

Commit

Permalink
chore(version): Bump patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveRuble committed Apr 23, 2019
1 parent 29da428 commit 265d86c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bosun.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ appRefs: {}
apps:
- name: bosun
repo: naveego/bosun
version: 0.8.1
version: 0.8.3
images: []
scripts:
- name: publish
Expand Down
1 change: 0 additions & 1 deletion cmd/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,6 @@ var appDeployCmd = addCommand(appCmd, &cobra.Command{
cmd.Flags().StringP(AppDeployTag, "t", "latest", "Set the tag used in the chart.")
cmd.Flags().Bool(ArgAppDeployDeps, false, "Also deploy all dependencies of the requested apps.")
cmd.Flags().StringSlice(ArgAppDeploySet, []string{}, "Additional values to pass to helm for this deploy.")
cmd.Flags().StringSlice(ArgSharedTenants, []string{}, "Tenants to deploy this app to, if it's per-tenant.")
})

const (
Expand Down

0 comments on commit 265d86c

Please sign in to comment.