Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Chart Enhancements #283

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    f100d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d750c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04f904a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d7f6ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    c90b245 View commit details
    Browse the repository at this point in the history
  2. Helm enhancement: added support for the PGSSLMODE environment variable

    The PGSSLMODE env-var gives the ability to influence which SSL-mode
    is used by the postgres client. See https://www.postgresql.org/docs/current/libpq-ssl.html
    for more info.
    jordi-t committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    f68e5c8 View commit details
    Browse the repository at this point in the history
  3. Helm enhancement: add chart-releaser action

    The chart-releaser action detects chart version bumps and will
    publish the chart to a GH Page accordingly.
    For more info: https://github.com/helm/chart-releaser-action
    jordi-t committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    2720504 View commit details
    Browse the repository at this point in the history
  4. bump chart

    jordi-t committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    9c4d19f View commit details
    Browse the repository at this point in the history
  5. Helm fix: send Host header in healthcheck

    Ensure that the healthcheck sends the Host-header with 'objects'
    as value, so we can add it to AllowedHosts.
    jordi-t committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    aedd476 View commit details
    Browse the repository at this point in the history