Skip to content

Commit

Permalink
chore: bump version strings to 1.2.0 (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Mikheykin <[email protected]>
  • Loading branch information
diafour authored Feb 9, 2023
1 parent 6524192 commit b618a48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RUNNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

### Run in a cluster

- Build an image from flant/shell-operator:v1.0.0-beta.7, copy your hooks to `/hooks` directory.
- Build an image from flant/shell-operator:v1.2.0, copy your hooks to `/hooks` directory.
- Apply RBAC manifests.
- Apply Pod or Deployment manifest with the built image.

More detailed explanation is available in [README](README.md#quickstart), also see [examples](/examples).
More detailed explanation is available in [README](README.md#quickstart), also see installing with Helm in the [example](/examples/201-install-with-helm-chart).

### Run outside of a cluster

Expand Down
2 changes: 1 addition & 1 deletion pkg/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var (
AppStartMessage = "shell-operator"
)

var Version = "dev"
var Version = "v1.2.0-dev"

var (
HooksDir = "hooks"
Expand Down

0 comments on commit b618a48

Please sign in to comment.