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

fix: cert-manager duration expects XhYmZs format #273

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2024

  1. fix: cert-manager duration expects XhYmZs format

    It accepts shorter format like Yh, but the mutating webhook, if
    installed/enabled will convert it to the full format, causing potential
    endless reconciliation loops with tools like ArgoCD
    
    Fixes topolvm#190
    
    Signed-off-by: Philippe M. Chiasson <gozer@ectoplasm.org>
    Signed-off-by: Philippe M. Chiasson <gozer@lacework.net>
    gozer committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    054bff2 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Make TLS certificate duration configurable

    Via `controller.certificate.duration`
    
    Signed-off-by: Philippe M. Chiasson <gozer@ectoplasm.org>
    gozer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    18f8839 View commit details
    Browse the repository at this point in the history
  2. helm-docs

    Signed-off-by: Philippe M. Chiasson <gozer@ectoplasm.org>
    gozer committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    52ce7dc View commit details
    Browse the repository at this point in the history