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 #3548 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.11.1
  • Loading branch information
Kingdon Barrett authored Sep 9, 2021
2 parents a33a26c + db213ae commit cd323e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.11.1 (2021-09-09)

### Improvements

- Updated Flux to `1.24.1`
[fluxcd/flux#3551](https://github.com/fluxcd/flux/pull/3551)

## 1.11.0 (2021-08-20)

### Fixes
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.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
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logFormat: fmt

image:
repository: docker.io/fluxcd/flux
tag: 1.24.0
tag: 1.24.1
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit cd323e2

Please sign in to comment.