This chart deploys ghcr.io/social-web-foundation/tags.pub.
env.DATABASE_URL: Sequelize URL (postgres,sqlite, ormysql)env.ORIGIN: Public origin URL, e.g.https://example.com
env.PORT:"9000"env.LOG_LEVEL:"info"
helm install tags-pub . \
--set env.DATABASE_URL='postgres://user:pass@db:5432/tags' \
--set env.ORIGIN='https://example.com'helm upgrade tags-pub . --install \
--set env.DATABASE_URL='postgres://user:pass@db:5432/tags' \
--set env.ORIGIN='https://example.com'