Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to maintained version of docker-registry chart
As part of the deprecation of the "stable" Helm charts, the chart `stable/docker-registry` has been deprecated explicitly: helm/charts#24303 In particular, this chart no longer builds successfully, and the version that we had pinned to doesn't work with the latest Kubernetes: ``` stderr: 'Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "Ingress" in version "extensions/v1beta1"' ``` This commit swaps to using the chart pointed to at https://artifacthub.io/packages/helm/twuni/docker-registry, which appears to be the most actively maintained chart following the deprecation of the original. We may want to consider building our own at some point though...
- Loading branch information