bzub
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
pasqualet
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 F
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 Nadeau
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 Verwilst
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íaz
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 Kim
a908bc88dd
add support for pod tolerations ( #7163 )
2018-08-14 04:46:26 -07:00
Ryan Luckie
58f3c694b7
[stable/docker-registry] Add support for priorityClasses ( #6609 )
...
- add support for priorityClasses
2018-07-15 10:49:06 -07:00
Taehyun Kim
8ccda1137d
remove s3 credential env vars if not specified ( #6412 )
2018-07-11 05:44:26 -07:00
Dennis Fricke
bfb11fc0b5
[stable/docker-registry] fix values.yaml imagePullSecrets example ( #5829 )
...
* Update values.yaml
* Increment version
2018-06-08 09:49:53 -07:00
kfox1111
fe7e34b2b4
Fix path on docker-registry ( #5758 )
2018-05-25 09:26:33 -07:00
Dennis Fricke
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 Brown
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 Brown
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
kfox1111
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 Garnier
494a6bc4bc
[stable/docker-registry] Add optional service clusterIP ( #5096 )
2018-05-07 10:33:51 -07:00
Pete Brown
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
Ken
3249e1343e
Fix typo in docker-registry/README.md ( #5031 )
2018-04-25 13:07:02 -07:00
emsixteeen
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 Meickle
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 Brown
88c10bad70
Add update strategy for docker-registry deployment ( #4475 )
2018-03-27 13:25:02 -07:00
AdamDang
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 Boulle
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 Olivera
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 Innes
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
Adriien
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 Rawlings
2ee30c47e5
[docker-registry] add optional service annotations ( #3238 )
2018-01-11 12:45:12 -08:00
Pete Brown
5a4cd24af0
Promote docker-registry to stable ( #2944 )
2017-12-08 14:17:55 +01:00