This is a follow-up to the previous commit updating the repo URL.
In this commit, I have added a notice to the README intended for those experiencing chart install/update issues which will result from the eventual decommissioning of the old repo.
The goal of the notice is to provide an easy and convenient migration path to using the GitHub Pages repo currently in use as the primary distribution channel for this chart.
GitHub Pages has been the primary distribution channel for this chart since March 2024. However, the repo URL in the README has not been updated accordingly.
I would like to decommission the https://helm.twun.io/ repo, but would prefer not to do so without sufficient notice to the community to update their repo URLs.
Updating the README is one necessary step toward this.
Includes moving additions to demployment.yaml to _helpers.tpl ref https://github.com/twuni/docker-registry.helm/compare/v1.13.0...v2.1.0
* 'main' of https://github.com/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#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
...
This is a signed squash of unsigned commits made by both
Andrew <andrew@egeler.us> and Travis Loyd <fun.tloyd@gmail.com>. It is a
slight cleanup of Travis Loyd's PR #27
Travis Loyd <fun.tloyd@gmail.com>:
* Fix for issue number 19, current api version and previous api version need to be updated
* Added helm if statement to handle previous ingress 'http paths' style and current 'http paths' style
* adjusted helm if statement to accomidate scoping by setting as a variable up top
* moved new apiVersion variable to the top just under check for ingress enabled
* added ingressClassName and set a default value of 'nginx' in the values file
Andrew <andrew@egeler.us>:
* PR Change Cleanup
* rename $apiVersion to $apiVersions
* rename ingress.ingressClassName to ingress.className
* add documentation entry for ingress.className
* fix README default value
This commit establishes a baseline from the upstream stable/docker-registry chart
at commit b4912cc150ba284c3f593879ed04916a100d0ae6, browseable at
https://github.com/helm/charts/commit/b4912cc150ba284c3f593879ed04916a100d0ae6
The goal of this repo is to take over maintenance of this Helm chart and publish
it to Artifact Hub for the general public to use in lieu of the deprecated
stable/docker-registry chart.