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