Helm Chart

v2.6, 2018-04-27

Helm Chart

First, pull prebuilt versions from Dockerhub of the postgres-operator containers, specify the image versions, and execute the following Makefile target -

export CO_IMAGE_PREFIX=crunchydata
export CO_IMAGE_TAG=centos7-2.6
make pull

Then, build and deploy the operator using the provided Helm chart -

cd $COROOT/chart
helm install ./postgres-operator
helm ls

Next Steps

Next, visit the Deployment page to deploy the Operator, verify the installation, and view various storage configurations.