Skip to content

Commit 9d3401c

Browse files
committed
Version tag to 0.4.0
Co-authored-by: Marco Nenciarini <marco.nenciarini@2ndquadrant.it>
1 parent 172f67e commit 9d3401c

5 files changed

Lines changed: 2127 additions & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838
name="Cloud Native PostgreSQL Operator" \
3939
vendor="2ndQuadrant" \
4040
url="https://www.2ndquadrant.com/" \
41-
version="0.3.0" \
41+
version="0.4.0" \
4242
release="1"
4343

4444
COPY licenses /licenses

docs/src/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ on your laptop, you can proceed with Cloud Native PostgreSQL installation.
100100

101101
### Kubernetes
102102

103-
Download the [latest operator manifest](samples/postgresql-operator-0.3.0.yaml)
103+
Download the [latest operator manifest](samples/postgresql-operator-0.4.0.yaml)
104104
and run:
105105

106106
```sh
107-
kubectl apply -f postgresql-operator-0.3.0.yaml
107+
kubectl apply -f postgresql-operator-0.4.0.yaml
108108
```
109109

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

0 commit comments

Comments
 (0)