postgresql helm

No introduction found. Create it?

Install

Install with:

helm repo add bitnami oci://registry-1.docker.io/bitnamicharts/
helm install postgresql bitnami/postgresql -f values.yaml

Examples

See examples from other people.

Top Repositories (2 out of 14)

NameRepoStarsVersionTimestamp
postgresqlaxeII/home-ops4115.5.284 days ago
postgresqljr0dd/home-ops4613.2.259 months ago

Values

See the most popular values for this chart:

KeyTypes
string
image.repository (10)
bitnami/postgresql
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
string
boolean
boolean
string
string
string
string
string
boolean
number
boolean
string
string
boolean
boolean
boolean
boolean
auth.postgresPassword (4)
${SECRET_POSTGRES_ADMIN_PASS}
string
string
auth.existingSecret (3)
pgsql-user-secret
string
string
boolean
auth.username (1)
mb-scheduler
string
string
string
string
string
string
string
string
boolean
number
boolean
boolean
boolean
string
string
boolean
string
string
string
string
string
string
string
string
number
boolean
number
number
string
string
string
backup.cronjob.command[] (1)
- /bin/sh
- -c
- BACKUP_DIR="$PGDUMP_DIR" BACKUPS_TO_KEEP=7 echo "Current backups in $BACKUP_DIR:" ls -lh $BACKUP_DIR/pg_dumpall-*.pgdump pg_dumpall --clean --if-exists --load-via-partition-root --quote-all-identifiers --no-password --file=$BACKUP_DIR/pg_dumpall-$(date '+%Y-%m-%d-%H-%M').pgdump if [ $? -eq 0 ]; then echo "Backup created successfully." BACKUPS_TO_DELETE=$(ls -1t $BACKUP_DIR/pg_dumpall-*.pgdump | tail -n +$((BACKUPS_TO_KEEP+1))) if [ -n "$BACKUPS_TO_DELETE" ]; then echo "Deleting old backups:" echo "$BACKUPS_TO_DELETE" echo "$BACKUPS_TO_DELETE" | xargs -I {} rm -- {} else echo "No backups to delete." fi else echo "Backup creation failed. Old backups will not be deleted." exit 1 fi
string
string
string
boolean
boolean