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 #3475 from kingdonb/chart-bump
Browse files Browse the repository at this point in the history
Release chart 1.9.0
  • Loading branch information
Kingdon Barrett committed Apr 24, 2021
2 parents 47dd2ee + aa8e94c commit a13a470
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.9.0 (2021-04-23)

### Improvements

- Updated Flux to `1.22.2`
[fluxcd/flux#3473](https://github.com/fluxcd/flux/pull/3473)
- Add support for headless service for Flux
[fluxcd/flux#3101](https://github.com/fluxcd/flux/pull/3101)
- Allow specifying k8s-default-namespace
[fluxcd/flux#3131](https://github.com/fluxcd/flux/pull/3131)
- Update nodeSelector from beta.kubernetes.io to kubernetes.io
[fluxcd/flux#3472](https://github.com/fluxcd/flux/pull/3472)

## 1.8.0 (2021-04-01)

### 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.22.1"
version: 1.8.0
appVersion: "1.22.2"
version: 1.9.0
kubeVersion: ">=1.9.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.22.1
tag: 1.22.2
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit a13a470

Please sign in to comment.