Skip to content

Commit 4951fb0

Browse files
atorikandrewlecuyer
authored andcommitted
Update update-cluster.md
1 parent 3d232d2 commit 4951fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/update-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-0
2121
```
2222

23-
Diving into the tag a bit further, you will notice the `13.4-0` portion. This represents the Postgres minor version (`13.4`) and the patch number of the release `0`. If the patch number is incremented (e.g. `13.4-1`), this means that the container is rebuilt, but there are no changes to the Postgres version. If the minor version is incremented (e.g. `13.4-0`), this means that the is a newer bug fix release of Postgres within the container.
23+
Diving into the tag a bit further, you will notice the `13.4-0` portion. This represents the Postgres minor version (`13.4`) and the patch number of the release `0`. If the patch number is incremented (e.g. `13.4-1`), this means that the container is rebuilt, but there are no changes to the Postgres version. If the minor version is incremented (e.g. `13.4-0`), this means that there is a newer bug fix release of Postgres within the container.
2424

2525
To update the image, you just need to modify the `spec.image` field with the new image reference, e.g.
2626

0 commit comments

Comments
 (0)