diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index fd238d163..7a15c9c14 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,16 @@ +## 1.9.0 (2021-04-23) + +### Improvements + + - Updated Flux to `1.22.2` + [fluxcd/flux#3473](https://github.com/fluxcd/flux/pull/3473) + - Add support for headless service for Flux + [fluxcd/flux#3101](https://github.com/fluxcd/flux/pull/3101) + - Allow specifying k8s-default-namespace + [fluxcd/flux#3131](https://github.com/fluxcd/flux/pull/3131) + - Update nodeSelector from beta.kubernetes.io to kubernetes.io + [fluxcd/flux#3472](https://github.com/fluxcd/flux/pull/3472) + ## 1.8.0 (2021-04-01) ### Improvements diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index 4c881605a..8038d46a7 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.22.1" -version: 1.8.0 +appVersion: "1.22.2" +version: 1.9.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 diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index c98b9ab69..e52abf3a7 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -9,7 +9,7 @@ logFormat: fmt image: repository: docker.io/fluxcd/flux - tag: 1.22.1 + tag: 1.22.2 pullPolicy: IfNotPresent pullSecret: