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

Commit

Permalink
Merge pull request #3567 from fluxcd/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.11.3
  • Loading branch information
Kingdon Barrett authored Nov 2, 2021
2 parents edfea76 + 0f4aea3 commit 62943c1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.11.3 (2021-11-02)

### Improvements

- Updated Flux to `1.24.2`
[fluxcd/flux#3565](https://github.com/fluxcd/flux/pull/3565)
- Update Memcached to `1.6.12`
[fluxcd/flux#3566](https://github.com/fluxcd/flux/pull/3566)

## 1.11.2 (2021-09-10)

Single-tenant Flux users reported a regression that affected automated image
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.1"
version: 1.11.2
appVersion: "1.24.2"
version: 1.11.3
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.1
tag: 1.24.2
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 62943c1

Please sign in to comment.