diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index 22247eaee..f1d17b31f 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,4 +1,15 @@ -## 0.9.1 (2019-04-29) +## 0.9.3 (2019-05-08) + +### Improvements + + - Updated Flux to `1.12.2` and Helm operator to `0.9.0` + [weaveworks/flux#2025](https://github.com/weaveworks/flux/pull/2025) + - Mount sub path of repositories secret + [weaveworks/flux#2014](https://github.com/weaveworks/flux/pull/2014) + - Toggle garbage collection + [weaveworks/flux#2004](https://github.com/weaveworks/flux/pull/2004) + +## 0.9.2 (2019-04-29) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index d7ccab927..eaaa52fd5 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.12.1" -version: 0.9.2 +appVersion: "1.12.2" +version: 0.9.3 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 diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index 98176db87..e6ae01740 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: docker.io/weaveworks/flux - tag: 1.12.1 + tag: 1.12.2 pullPolicy: IfNotPresent pullSecret: @@ -20,7 +20,7 @@ helmOperator: create: false createCRD: true repository: docker.io/weaveworks/helm-operator - tag: 0.8.0 + tag: 0.9.0 pullPolicy: IfNotPresent pullSecret: # Limit the operator scope to a single namespace