Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/1.23.0' into release/1.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Jun 25, 2021
2 parents 57aa8b3 + 0c1437a commit 913fd63
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 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.0 (2021-06-25)

### Improvements

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

## 1.9.0 (2021-04-23)

### Improvements
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.22.2
tag: 1.23.0
pullPolicy: IfNotPresent
pullSecret:

Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
# There are no ":latest" images for flux. Find the most recent
# release or image version at https://hub.docker.com/r/fluxcd/flux/tags
# and replace the tag here.
image: docker.io/fluxcd/flux:1.22.2
image: docker.io/fluxcd/flux:1.23.0
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
Loading

0 comments on commit 913fd63

Please sign in to comment.