mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [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:
committed by
Kubernetes Prow Robot
parent
81a4812bb5
commit
2b1e12f5f7
@@ -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
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user