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 #3510 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.10.1
  • Loading branch information
Kingdon Barrett authored Jul 23, 2021
2 parents 52c8813 + 1b10fa0 commit dcbef57
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.10.1 (2021-07-23)

### Improvements

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

## 1.10.0 (2021-06-25)

**Kubernetes Upgrade Required**: Kubernetes `<v1.16` are out of support.
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.23.0"
version: 1.10.0
appVersion: "1.23.1"
version: 1.10.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.23.0
tag: 1.23.1
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit dcbef57

Please sign in to comment.