clank-postgres/pull.sh

9 lines
157 B
Bash
Raw Normal View History

2023-04-06 02:21:56 +02:00
#!/bin/bash
set -eou
VERSION="5.3.1"
helm pull oci://registry.developers.crunchydata.com/crunchydata/pgo --version "$VERSION"
tar -xvf "pgo-$VERSION.tgz"