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

Add option to enable garbage collector #68

Merged
merged 9 commits into from
Aug 9, 2022

Commits on Sep 18, 2021

  1. Move common sections to defined template to prevent code duplication

    Cronjob should have the same env variables and volumes to proceed correctly
    kuzaxak committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    2726d10 View commit details
    Browse the repository at this point in the history
  2. Use a single style of indents

    `nindent` function insert fist newline before actual content and allow you use it on any level of yaml without breaking visual structure.
    kuzaxak committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    944cf7e View commit details
    Browse the repository at this point in the history
  3. Add empty objects to default envs to prevent validation errors

    In case of S3 we can use IAM role to access bucket, in that case we do not need to define anything in secrets. At the same time due to missed parent level field chart will fail with an error.
    kuzaxak committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    c855e53 View commit details
    Browse the repository at this point in the history
  4. Garbage collector job to keep registry tiny

    We don't have unlimited storage, and we would like to run built-in garbage collector to keep storage usage low.
    kuzaxak committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    a95a348 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Merge branch 'main' of https:/twuni/docker-registry.helm

    …into garbage-collector
    
    Includes moving additions to demployment.yaml to _helpers.tpl ref twuni/docker-registry.helm@v1.13.0...v2.1.0
    
    * 'main' of https:/twuni/docker-registry.helm: (22 commits)
      Updated README with initContainers value
      Add initContainer support
      🏁 v2.1.0 Release
      Added support for autoscaling using hpa
      🏁 v2.0.1 Release
      🌐 make protocol selection work with istio
      fix(templates): Add checksum on secret.yaml file
      🏁 v2.0.0 Release
      Fix twuni#19 (new kubernetes API version)
      🏁 v1.16.0 Release
      Conditionally create service account and add to deployment
      🏁 v1.15.0 Release
      Support deployment to a namespace
      Updated typo to enable(d)
      🏁 v1.14.0 Release
      Enable metrics via Prometheus Operator
      Support additional env variables
      🏁 v1.13.2 Release
      Add support for S3 bucket to prefix all data
      🏁 v1.13.1 Release
      ...
    ddelange committed Jun 24, 2022
    Configuration menu
    Copy the full SHA
    29a0863 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    3b4ff67 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Make the changes additive

    ddelange committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    fd7fdca View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. PR Suggestions

    ddelange committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    76ff283 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. 🔥 Remove default value for persistence.deleteEnabled

    The default value is documented in the README as `nil`, and where referenced, a falsey value is adequate.
    
    Co-authored-by: ddelange <[email protected]>
    canterberry and ddelange authored Aug 9, 2022
    Configuration menu
    Copy the full SHA
    25bf25d View commit details
    Browse the repository at this point in the history