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

NameRepoStarsVersionTimestamp
postgresqljr0dd/home-ops4613.2.25a year ago

Values

See the most popular values for this chart:

KeyTypes
image.repository (9)
bitnami/postgresql
string
string
string
string
boolean
string
string
string
string
string
string
string
string
string
string
string
string
boolean
boolean
string
boolean
number
boolean
string
string
boolean
boolean
boolean
boolean
auth.existingSecret (3)
pgsql-user-secret
string
auth.postgresPassword (3)
${SECRET_GRAFANA_ADMIN_PASSWORD}
string
string
string
boolean
auth.username (1)
mb-scheduler
string
string
global.postgresql.auth.postgresPassword (4)
${POSTGRES_SSO_ADMIN_PASSWORD}
string
global.postgresql.auth.password (3)
${POSTGRES_SSO_PASSWORD}
string
global.postgresql.auth.username (3)
${POSTGRES_SSO_USERNAME}
string
string
string
string
boolean
number
boolean
boolean
boolean
string
string
boolean
string
string
string
string
string
string
string
string
number
boolean
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