* Update apiVersion for Kubernetes 1.16 support
Signed-off-by: Alex Voloshyn <alex@geeoz.com>
* Add support for Kubernetes older than 1.16
Signed-off-by: Alex Voloshyn <alex@geeoz.com>
* Update according to the review comment
Signed-off-by: Alex Voloshyn <alex@geeoz.com>
* Simplified check
Signed-off-by: Alex Voloshyn <alex@geeoz.com>
* Add namespace name to the port forward tip
Show namespace name in port-forward tip,
fixes copy/paste error:
$ kubectl port-forward $POD_NAME 8080:5000
Error from server (NotFound): pods "registry-docker-registry-798dfccf5f-gc824" not found
$ kubectl -n registry port-forward registry-docker-registry-798dfccf5f-gc824 8080:5000
Forwarding from 127.0.0.1:8080 -> 5000
This approach used in other charts, for example https://github.com/helm/charts/blob/master/stable/kubernetes-dashboard/templates/NOTES.txt
Signed-off-by: Tomas Dabašinskas <tomas.it@gmail.com>
* bump chart version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* Update docker-registry to 2.7.1
Signed-off-by: Christoph Manns <mannsc@strato.de>
* Increase minor version
Signed-off-by: Christoph Manns <mannsc@strato.de>
* [docker-registry] add persistence.deleteEnabled param
Signed-off-by: Peter Mikitsh <peter.mikitsh@gmail.com>
* [docker-registry] v1.6.5
Signed-off-by: Peter Mikitsh <peter.mikitsh@gmail.com>
* Update Chart.yaml
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* add configuration option for S3 region endpoint
Signed-off-by: Stefan Hoffmeister <stefan@hoffmeister.biz>
* bump chart version
Signed-off-by: Stefan Hoffmeister <stefan@hoffmeister.biz>
* Use static container/daemon port
This commit ensures the container/daemon port is constant (5000),
while the service port is configurable with the service.port value.
Fixes#10113
Signed-off-by: bzub <bzubrod@gmail.com>
* bump version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
* Adds the ability to define 'azure' as storage
secrets configurations in values.yml:
* accountName
* accountKey
* container
which translates to secret keys:
azureAccountName
azureAccountKey
azureContainer
Signed-off-by: Christian Nadeau <cnadeau@macadamian.com>
* docker-registry path override
This adds the ability to the docker-registry the ability to
override the path the ingress is bound to.
* Update Chart.yaml
* Add pod annotations and checksum for configmap to deployment
The will allow us to annotate the pod as necessicary and will restart the Deployemnt on ConfigMap changes
* Fix path in configmap checksu annotation
* Use Template.basePath to find ConfigMap
Using print $.Chart.Name "/templates/configmap.yaml" does not work when this is used as a subchart
* Add podAnnotations to README
* Small fixes in console print-outs (#3735)
* Small fixes in console print-outs
* Update chart version, it was incremented since the PR
* support more s3 storage options
* bump docker-registry version
* remove extra spaces
* support more s3 storage options
* bump docker-registry version