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 #1993 from weaveworks/chart-v0.9.2
Browse files Browse the repository at this point in the history
Release chart 0.9.2
  • Loading branch information
stefanprodan authored Apr 29, 2019
2 parents 6f2c2ab + b7e323d commit 4bf1f14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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 @@
## 0.9.1 (2019-04-29)

### Improvements

- Updated Flux to `1.12.1`
[weaveworks/flux#1993](https://github.com/weaveworks/flux/pull/1993)

## 0.9.1 (2019-04-17)

### 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.12.0"
version: 0.9.1
appVersion: "1.12.1"
version: 0.9.2
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 @@ -7,7 +7,7 @@ replicaCount: 1

image:
repository: docker.io/weaveworks/flux
tag: 1.12.0
tag: 1.12.1
pullPolicy: IfNotPresent
pullSecret:

Expand Down

0 comments on commit 4bf1f14

Please sign in to comment.