Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
Configure Flux to use alternate image repos
Browse files Browse the repository at this point in the history
Main repos are currently experiencing an outage, as per
fluxcd/flux#1948.
  • Loading branch information
Steven Xie committed Apr 17, 2019
1 parent ecc020c commit 2860b5f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ git:
url: [email protected]:stevenxie/columbia
path: cluster,workloads

image:
repository: weaveworks/flux

helmOperator:
repository: weaveworks/helm-operator
create: true
createCRD: false
tillerNamespace: helm
Expand All @@ -13,4 +17,4 @@ memcached:
tag: 1.5.12-alpine

prometheus:
enabled: true
enabled: false

0 comments on commit 2860b5f

Please sign in to comment.