3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Update values.yaml - update reference of master to main for bitnami docs

This commit is contained in:
JesseBot 2023-08-11 11:43:30 +02:00 committed by GitHub
parent ffc1637aeb
commit fb51e318c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ ingress:
hosts:
- mastodon.local
# -- https://github.com/bitnami/charts/tree/master/bitnami/elasticsearch#parameters
# -- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch#parameters
elasticsearch:
# `false` will disable full-text search
#
@ -261,7 +261,7 @@ elasticsearch:
image:
tag: 7
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#parameters
# https://github.com/bitnami/charts/tree/main/bitnami/postgresql#parameters
postgresql:
# -- disable if you want to use an existing db; in which case the values below
# must match those of that external postgres instance
@ -273,7 +273,7 @@ postgresql:
username: mastodon
# you must set a password; the password generated by the postgresql chart will
# be rotated on each upgrade:
# https://github.com/bitnami/charts/tree/master/bitnami/postgresql#upgrade
# https://github.com/bitnami/charts/tree/main/bitnami/postgresql#upgrade
password: ""
# Set the password for the "postgres" admin user
# set this to the same value as above if you've previously installed
@ -283,7 +283,7 @@ postgresql:
# with a key of password set to the password you want
existingSecret: ""
# https://github.com/bitnami/charts/tree/master/bitnami/redis#parameters
# https://github.com/bitnami/charts/tree/main/bitnami/redis#parameters
redis:
# disable if you want to use an existing redis instance; in which case the
# values below must match those of that external redis instance