Skip to content

Commit

Permalink
Version tag to 0.6.0
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Nenciarini <marco.nenciarini@2ndquadrant.it>
  • Loading branch information
mnencia committed Dec 4, 2020
1 parent 2069509 commit 9090f0d
Show file tree
Hide file tree
Showing 5 changed files with 2,429 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
name="Cloud Native PostgreSQL Operator" \
vendor="EnterpriseDB Corporation" \
url="https://www.enterprisedb.com/" \
version="0.5.0" \
version="0.6.0" \
release="1"

COPY licenses /licenses
Expand Down
4 changes: 2 additions & 2 deletions docs/src/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@ on your laptop, you can proceed with Cloud Native PostgreSQL installation.

### Kubernetes

Download the [latest operator manifest](samples/postgresql-operator-0.5.0.yaml)
Download the [latest operator manifest](samples/postgresql-operator-0.6.0.yaml)
and run:

```sh
kubectl apply -f postgresql-operator-0.5.0.yaml
kubectl apply -f postgresql-operator-0.6.0.yaml
```

Once you have run the `kubectl` command, Cloud Native PostgreSQL will be installed in your Kubernetes cluster.
Expand Down
Loading

0 comments on commit 9090f0d

Please sign in to comment.