[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>
This commit is contained in:
Rushy R. Panchal
2019-12-27 05:15:38 -08:00
committed by Kubernetes Prow Robot
parent 81a4812bb5
commit 2b1e12f5f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for Docker Registry
name: docker-registry
version: 1.9.0
version: 1.9.1
appVersion: 2.7.1
home: https://hub.docker.com/_/registry/
icon: https://hub.docker.com/public/images/logos/mini-logo.svg
+1 -1
View File
@@ -32,7 +32,7 @@ ingress:
# Used to create an Ingress record.
hosts:
- chart-example.local
annotations:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}