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

Release chart 1.11.1 #3548

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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