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 #3609 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Chart bump to 1.25.1
  • Loading branch information
Kingdon Barrett authored May 5, 2022
2 parents ce358ac + d778b57 commit 9615263
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
## 1.12.0 (2021-12-08)
## 1.13.0 (2022-05-05)

### Improvements

- Updated Flux to `1.25.1`
[fluxcd/flux#3607](https://github.com/fluxcd/flux/pull/3607)
- Add access to `--git-verify-signatures-mode`
[fluxcd/flux#3603](https://github.com/fluxcd/flux/pull/3603)

## 1.12.0 (2022-03-30)

### Improvements

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.25.0"
version: 1.12.0
appVersion: "1.25.1"
version: 1.13.0
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.25.0
tag: 1.25.1
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 9615263

Please sign in to comment.