Skip to content

Commit

Permalink
Convert registry to k8s.gcr.io (helm#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfarina authored and k8s-ci-robot committed Feb 27, 2018
1 parent df29e07 commit 3276072
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/nginx-lego/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nginx-lego
version: 0.3.0
version: 0.3.1
deprecated: true
description: Chart for nginx-ingress-controller and kube-lego
keywords:
Expand Down
6 changes: 3 additions & 3 deletions stable/nginx-lego/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

## Nginx configuration
## ref: https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx#automated-certificate-management-with-kube-lego
##
##
nginx:
replicaCount: 1
image:
repository: gcr.io/google_containers/nginx-ingress-controller
repository: k8s.gcr.io/nginx-ingress-controller
tag: "0.8.3"
pullPolicy: IfNotPresent
service:
Expand Down Expand Up @@ -37,7 +37,7 @@ nginx:
default:
replicaCount: 1
image:
repository: gcr.io/google_containers/defaultbackend
repository: k8s.gcr.io/defaultbackend
tag: "1.0"
pullPolicy: IfNotPresent
resources:
Expand Down

0 comments on commit 3276072

Please sign in to comment.