clank-postgres/pull.sh
2023-04-06 02:21:56 +02:00

9 lines
157 B
Bash
Executable File

#!/bin/bash
set -eou
VERSION="5.3.1"
helm pull oci://registry.developers.crunchydata.com/crunchydata/pgo --version "$VERSION"
tar -xvf "pgo-$VERSION.tgz"