Skip to content

Commit

Permalink
Fix quay.io images FQDN (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
migmartri authored Oct 22, 2018
1 parent 8cc2ba2 commit 572b9f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/kubeapps/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kubeapps
version: 0.9.0
version: 0.9.1
appVersion: DEVEL
description: Kubeapps is a dashboard for your Kubernetes cluster that makes it easy to deploy and manage applications in your cluster using Helm
icon: https://raw.githubusercontent.com/kubeapps/kubeapps/master/docs/img/logo.png
Expand Down
8 changes: 4 additions & 4 deletions chart/kubeapps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ apprepository:
tag: latest
# Image used to perform chart repository syncs
syncImage:
registry: docker.io
repository: quay.io/helmpack/chart-repo
registry: quay.io
repository: helmpack/chart-repo
tag: v1.0.0
initialRepos:
- name: stable
Expand Down Expand Up @@ -163,8 +163,8 @@ tillerProxy:
chartsvc:
replicaCount: 2
image:
registry: docker.io
repository: quay.io/helmpack/chartsvc
registry: quay.io
repository: helmpack/chartsvc
tag: v1.0.0
service:
port: 8080
Expand Down

0 comments on commit 572b9f6

Please sign in to comment.