42 Commits
Author SHA1 Message Date
Matt FarinaandGitHub b4912cc150 [stable/docker-registry] deprecating chart (#24303)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 18:26:31 +01:00
Scott RigbyandGitHub dad72eddd8 [stable/docker-registry] add repo archive notice (#24097)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:25:01 -08:00
afb247d71c [stable/docker-registry] LoadBalancer settings (#21506)
* LoadBalancer settings

Signed-off-by: wilinger <wil831@gmail.com>

* bump version

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2020-07-03 11:34:47 -07:00
Alex VoloshynandGitHub c80f38d40a [stable/docker-registry] Update apiVersion for Kubernetes 1.16 support (#22316)
* 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>
2020-05-15 06:45:37 -07:00
Chris SngandGitHub 52cc1ecd07 Affinity settings (#20436)
Signed-off-by: Chris Sng <chrissng@users.noreply.github.com>
2020-02-26 13:47:19 -08:00
Rushy R. PanchalandKubernetes Prow Robot 2b1e12f5f7 [stable/docker-registry] Fix incorrect default annotations type (#19739) (#19780)
* [docker-registry] Fix incorrect annotations type (#19739)

Signed-off-by: Rushy Panchal <panchal.rushy@gmail.com>

* [docker-registry] Bump to version 1.9.1

Signed-off-by: Rushy Panchal <panchal.rushy@gmail.com>
2019-12-27 05:15:38 -08:00
BasiandKubernetes Prow Robot 97a822fabd [stable/docker-registry] Allow extra volume mounts in registry container (#17858)
Signed-off-by: Basilio Vera <basilio.vera@softonic.com>
2019-12-23 02:07:33 -08:00
Boban AcimovicandKubernetes Prow Robot 40ee3d54a6 modify deployment's apiVersion to apps/v1 #17449 (#17454)
Signed-off-by: Boban Acimovic <boban.acimovic@gmail.com>
2019-10-03 19:49:55 -07:00
Art3mKandKubernetes Prow Robot 7ef3c3feac [stable/docker-registry] feat(PDB): add option to define PodDisruptionBudget (#14843)
Signed-off-by: Art3mK <artem@kayalaynen.ru>
2019-08-19 04:47:31 -07:00
Tomas DabašinskasandKubernetes Prow Robot f5f2db3abe [stable/docker-registry] Add namespace name to the port forward tip (#15827)
* 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>
2019-07-28 05:47:53 -07:00
Christoph MannsandKubernetes Prow Robot 43a34dd824 Update docker-registry to 2.7.1 (#13119)
* 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>
2019-04-28 04:54:31 -07:00
Matthew GreenandKubernetes Prow Robot 366c5e9a2c Adding support for extra labels in docker-registry to overcome redis network restrictions (#12191)
Signed-off-by: Matthew Green <matthew@newedgeengineering.com>
2019-04-21 13:55:44 -07:00
Peter MikitshandKubernetes Prow Robot 4cd05638a1 [stable/docker-registry] add persistence.deleteEnabled param (#10917)
* [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>
2019-01-27 15:10:04 -08:00
Hoffmeister, StefanandKubernetes Prow Robot 25cc404d6c [stable/docker-registry] add configuration option for S3 region endpoint (#10201)
* 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>
2019-01-22 23:45:59 -08:00
bzubandKubernetes Prow Robot 2a25bedf36 [stable/docker-registry] Use static container/daemon port (#10114)
* 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>
2018-12-20 14:58:17 -08:00
pasqualetandKubernetes Prow Robot 8e5e61575c [stable/docker-registry] Add labels to ingress object (#9831)
Signed-off-by: Pasquale Toscano <pasqualetoscano90@gmail.com>
2018-12-19 08:38:40 -08:00
Martin Fandk8s-ci-robot fa6eec2505 Add missing ingress docs on stable/docker-registry (#8921)
Signed-off-by: Martin F <gabel@users.noreply.github.com>
2018-10-31 05:05:05 -07:00
Christian Nadeauandk8s-ci-robot 15ff869d17 Added docker-registry azure storage support (#7869)
* 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>
2018-10-15 10:19:01 -07:00
Bort Verwilstandk8s-ci-robot fbbc3e3446 [stable/docker-registry] Add securitycontext to satisfy podsecuritypolicy (#7645)
* Add securitycontext to satisfy podsecuritypolicy

Signed-off-by: Bart Verwilst <bart@verwilst.be>

* Fix whitespace

Signed-off-by: Bart Verwilst <bart@verwilst.be>
2018-09-11 12:43:53 -07:00
Víctor Díazandk8s-ci-robot 7d484fd5f9 [stable/docker-registry] Improve full name definition (#6831)
* Improve docker-registry full name definition.

* Bump chart version.

* Bump chart version.
2018-08-16 06:07:01 -07:00
Taehyun Kimandk8s-ci-robot a908bc88dd add support for pod tolerations (#7163) 2018-08-14 04:46:26 -07:00
Ryan Luckieandk8s-ci-robot 58f3c694b7 [stable/docker-registry] Add support for priorityClasses (#6609)
- add support for priorityClasses
2018-07-15 10:49:06 -07:00
Taehyun Kimandk8s-ci-robot 8ccda1137d remove s3 credential env vars if not specified (#6412) 2018-07-11 05:44:26 -07:00
Dennis Frickeandk8s-ci-robot bfb11fc0b5 [stable/docker-registry] fix values.yaml imagePullSecrets example (#5829)
* Update values.yaml

* Increment version
2018-06-08 09:49:53 -07:00
kfox1111andk8s-ci-robot fe7e34b2b4 Fix path on docker-registry (#5758) 2018-05-25 09:26:33 -07:00
Dennis Frickeandk8s-ci-robot 5129ff01c6 [stable/docker-registry] Add imagePullSecrets (#5688)
* Add imagePullSecrets in values.yaml

* Add imagePullSecret to deployment.yaml

* Update Readme.md with imagePullSecrets

* fix linter issue

Remove trailing whitespace in docker-registry/values.yaml

* Update Chart.yaml
2018-05-24 12:59:42 -07:00
Pete Brownandk8s-ci-robot 753273e6d2 [stable/docker-registry] Add swift storage support to docker-registry (#5601)
* Add swift storage support to docker-registry

* Add new options to readme
2018-05-16 09:06:29 -07:00
Pete Brownandk8s-ci-robot 72c4576617 [stable/docker-registry] Add owners file (#5145)
* [stable/docker-registry] Add owners file

* Increase chart version
2018-05-11 01:21:04 -07:00
kfox1111andk8s-ci-robot 084b843647 docker-registry path override (#5343)
* 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
2018-05-09 22:59:52 -07:00
Guilherme Garnierandk8s-ci-robot 494a6bc4bc [stable/docker-registry] Add optional service clusterIP (#5096) 2018-05-07 10:33:51 -07:00
Pete Brownandk8s-ci-robot 7d8367b279 [stable/docker-registry] Add pod annotations and checksum for configmap to deployment (#5080)
* 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
2018-04-26 10:14:02 -07:00
Kenandk8s-ci-robot 3249e1343e Fix typo in docker-registry/README.md (#5031) 2018-04-25 13:07:02 -07:00
emsixteeenandk8s-ci-robot 5d3767e69c quote boolean S3 environment variables (#5066)
* add if statements for optional S3 env variables, and quote them because they are booleans

* bump version, per CI request
2018-04-17 07:32:00 -07:00
James Meickleandk8s-ci-robot d3c18297d9 Fix SSL certs for docker registry chart (#4391)
* Actually load TLS cert via env var.

* This attribute doesn't exist.

* Bump version.
2018-04-03 10:13:06 -07:00
Pete Brownandk8s-ci-robot 88c10bad70 Add update strategy for docker-registry deployment (#4475) 2018-03-27 13:25:02 -07:00
AdamDangandk8s-ci-robot a93e3eb28a Typo fix in docker-registry/README.md (#4310)
* add version for docker-registry

add version for docker-registry

* Typo fix in docker-registry/README.md

Typo fix in docker-registry/README.md
2018-03-20 22:49:04 -07:00
Jonathan Boulleandk8s-ci-robot a6c0334081 [stable/docker-registry]: fix typo in README (#4055)
* [stable/docker-registry]: fix typo in README

* Update Chart.yaml

* Update Chart.yaml
2018-03-08 08:17:56 -08:00
Angelo Oliveraandk8s-ci-robot 6c47824806 docker-registry: support more s3 storage options (#4030)
* 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
2018-03-08 07:36:57 -08:00
Kiall Mac Innesandk8s-ci-robot ee6855022d [stable/docker-registry]: Add support for a predefined NodePort, and predefined PVC (#3960)
Allow to specify a specific node port to use for the registry, as well as allow for
using a pre-created volume+volumeclaim.
2018-03-02 10:37:52 -08:00
Adriienandk8s-ci-robot 5453fc144f [docker-registry] add authentication support (#3298) (#3303)
* [docker-registry] add authentication support (#3298)

* Bump chart version

* Re-bump chart version
2018-01-29 08:12:35 -08:00
James Rawlingsandk8s-ci-robot 2ee30c47e5 [docker-registry] add optional service annotations (#3238) 2018-01-11 12:45:12 -08:00
Pete BrownandReinhard Nägele 5a4cd24af0 Promote docker-registry to stable (#2944) 2017-12-08 14:17:55 +01:00