diff --git a/chart/flux/CHANGELOG.md b/chart/flux/CHANGELOG.md index 0120a473ac..5a6627f8de 100644 --- a/chart/flux/CHANGELOG.md +++ b/chart/flux/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.11.1 (2021-09-09) + +### Improvements + + - Updated Flux to `1.24.0` + [fluxcd/flux#3544](https://github.com/fluxcd/flux/pull/3544) + ## 1.11.0 (2021-08-20) ### Fixes diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index d80458f833..2e78d07404 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.24.0" -version: 1.11.0 +appVersion: "1.24.1" +version: 1.11.1 kubeVersion: ">=1.16.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 020493c3e2..764ef39369 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.24.0 + tag: 1.24.1 pullPolicy: IfNotPresent pullSecret: