feat: add basic pgo

This commit is contained in:
2023-04-06 02:21:56 +02:00
commit ebd0fcf700
128 changed files with 61656 additions and 0 deletions

8
pull.sh Executable file
View File

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