Fix broken dependencies in helm chart and allow using existing secrets in the chart (#18941)
* Add ability to specify an existing Secret (#18139) Closes #18139 * Allow using secrets with external postgres * Upgrade CronJob to batch/v1 * Allow using redis.auth.existingSecret * Helmignore mastodon-*.tgz for easy local development * Upgrade helm dependencies * Upgrade postgresql to 11 * Allow putting SMTP password into a secret * Add optional login to SMTP secret This to allow setting LOGIN either in values.yaml or in the secret. * Switch to bitnami charts full archive This prevents older versions from disappearing, see https://github.com/bitnami/charts/issues/10539 for full context. Co-authored-by:Ted Tramonte <ted.tramonte@gmail.com>
Showing
- chart/.helmignore 1 addition, 0 deletionschart/.helmignore
- chart/Chart.lock 8 additions, 8 deletionschart/Chart.lock
- chart/Chart.yaml 7 additions, 7 deletionschart/Chart.yaml
- chart/templates/_helpers.tpl 50 additions, 0 deletionschart/templates/_helpers.tpl
- chart/templates/configmap-env.yaml 3 additions, 3 deletionschart/templates/configmap-env.yaml
- chart/templates/cronjob-media-remove.yaml 5 additions, 9 deletionschart/templates/cronjob-media-remove.yaml
- chart/templates/deployment-sidekiq.yaml 17 additions, 8 deletionschart/templates/deployment-sidekiq.yaml
- chart/templates/deployment-streaming.yaml 3 additions, 7 deletionschart/templates/deployment-streaming.yaml
- chart/templates/deployment-web.yaml 4 additions, 8 deletionschart/templates/deployment-web.yaml
- chart/templates/job-assets-precompile.yaml 4 additions, 8 deletionschart/templates/job-assets-precompile.yaml
- chart/templates/job-chewy-upgrade.yaml 4 additions, 8 deletionschart/templates/job-chewy-upgrade.yaml
- chart/templates/job-create-admin.yaml 4 additions, 8 deletionschart/templates/job-create-admin.yaml
- chart/templates/job-db-migrate.yaml 4 additions, 8 deletionschart/templates/job-db-migrate.yaml
- chart/templates/secrets.yaml 9 additions, 1 deletionchart/templates/secrets.yaml
- chart/values.yaml 59 additions, 41 deletionschart/values.yaml
Loading
Please register or sign in to comment