Skip to content

Commit

Permalink
Alpha2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Apr 5, 2020
1 parent d843d2e commit f1ecf35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ SchemaHero is a Kubernetes Operator for [Declarative Schema Management](https://

## Getting Started

The recommended way to deploy SchemaHero is:

```
kubectl apply -f https://git.io/schemahero
```

[Additional installation options](https://git.io/schemahero) are available in the documentation.
The recommended way to deploy SchemaHero is to use the kubectl plugin. Full instruction and other installation methods listed in the [documentation](https://schemahero.io/docs/installing/kubectl/).

To get started, read the [tutorial](https://schemahero.io/tutorial/) and the [full documentation](https://schemahero.io/docs/)

Expand Down
2 changes: 1 addition & 1 deletion pkg/installer/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ func manager(isEnterprise bool, namespace string) *appsv1.StatefulSet {
},
Containers: []corev1.Container{
{
Image: "schemahero/schemahero-manager:0.8.0-alpha",
Image: "schemahero/schemahero-manager:0.8.0-alpha.2",
ImagePullPolicy: corev1.PullAlways,
Name: "manager",
Command: []string{"/manager"},
Expand Down

0 comments on commit f1ecf35

Please sign in to comment.