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 13)

NameRepoStarsVersionTimestamp
postgresqlaxeII/home-ops4215.5.382 months ago

Values

See the most popular values for this chart:

KeyTypes
boolean
string
string
string
string
string
string
string
string
string
string
string
string
boolean
boolean
string
string
string
string
boolean
number
boolean
string
string
image.tag (9)
17.1.0@sha256:bfd5e759a97e06833bb8b740184d9d899eb7401081341abd04d0cce1035b98c7
string
image.repository (8)
bitnami/postgresql
string
string
string
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
boolean
boolean
boolean
string
string
boolean
number
boolean
boolean
boolean
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
global.postgresql.auth.password (1)
${POSTGRES_SSO_PASSWORD}
string
global.postgresql.auth.username (1)
${POSTGRES_SSO_USERNAME}
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
number