Skip to content

Commit

Permalink
Release 0.1.0 (#30)
Browse files Browse the repository at this point in the history
* Update project status to alpha

Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>

* Use pravega Docker image reference

Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
  • Loading branch information
adrianmo authored Oct 17, 2018
1 parent fcc1389 commit f176486
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Zookeeper Operator

### Project status: pre-alpha
### Project status: alpha

The project is currently pre-alpha and it is expected that breaking changes to the API will be made in the upcoming releases.
The project is currently alpha. While no breaking API changes are currently planned, we reserve the right to address bugs and change the API before the project is declared stable.

### Overview

2 changes: 1 addition & 1 deletion deploy/all_ns/operator.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: zookeeper-operator
image: spiegela/zookeeper-operator
image: pravega/zookeeper-operator:latest
ports:
- containerPort: 60000
name: metrics
2 changes: 1 addition & 1 deletion deploy/default_ns/operator.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: zookeeper-operator
image: spiegela/zookeeper-operator
image: pravega/zookeeper-operator:latest
ports:
- containerPort: 60000
name: metrics

0 comments on commit f176486

Please sign in to comment.