Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1662 from weaveworks/chart-v0.6.0
Browse files Browse the repository at this point in the history
Release Flux Helm chart 0.6.0
  • Loading branch information
stefanprodan authored Jan 14, 2019
2 parents 18d69bd + 6c78736 commit 8bcd343
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.6.0 (TBA)
## 0.6.0 (2019-01-14)

**Note** To fix the connectivity problems between Flux and memcached we've changed the
memcached service from headless to ClusterIP. This change will make the Helm upgrade fail
Expand Down Expand Up @@ -26,6 +26,8 @@ kubectl -n flux delete svc flux-memcached
the `caContent` in `values.yaml`. Otherwise, the existing caContent will be overriden with an
empty value.
[weaveworks/flux#1649](https://github.com/weaveworks/flux/pull/1649)
- Add Flux AWS ECR flags
[weaveworks/flux#1655](https://github.com/weaveworks/flux/pull/1655)


## 0.5.2 (2018-12-20)
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "1.8.2"
version: 0.5.2
appVersion: "1.9.0"
version: 0.6.0
kubeVersion: ">=1.9.0-0"
name: flux
description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control
Expand Down
4 changes: 2 additions & 2 deletions chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

image:
repository: quay.io/weaveworks/flux
tag: 1.8.2
tag: 1.9.0
pullPolicy: IfNotPresent

service:
Expand All @@ -19,7 +19,7 @@ helmOperator:
create: false
createCRD: true
repository: quay.io/weaveworks/helm-operator
tag: 0.5.2
tag: 0.5.3
pullPolicy: IfNotPresent
# Update dependencies for charts
updateChartDeps: true
Expand Down

0 comments on commit 8bcd343

Please sign in to comment.