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 (1 out of 9)

NameRepoStarsVersionTimestamp
postgresqljr0dd/home-ops4613.2.25a year ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
string
string
string
string
string
string
boolean
number
string
string
string
string
image.repository (6)
bitnami/postgresql
string
string
string
boolean
boolean
boolean
boolean
auth.existingSecret (2)
postgresql-secrets
string
auth.postgresPassword (2)
${SECRET_POSTGRES_ADMIN_PASS}
string
boolean
string
string
auth.username (1)
mb-scheduler
string
string
string
string
string
string
boolean
audit.logTimezone (2)
Australia/Perth
string
string
boolean
number
boolean
boolean
boolean
string
string
boolean
string
string
string
string
string
string
string
string
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
number
boolean
boolean