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

Release Helm chart 0.9.3 #2025

Merged
merged 2 commits into from
May 8, 2019
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
13 changes: 12 additions & 1 deletion chart/flux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## 0.9.1 (2019-04-29)
## 0.9.3 (2019-05-08)

### Improvements

- Updated Flux to `1.12.2` and Helm operator to `0.9.0`
[weaveworks/flux#2025](https://github.com/weaveworks/flux/pull/2025)
- Mount sub path of repositories secret
stefanprodan marked this conversation as resolved.
Show resolved Hide resolved
[weaveworks/flux#2014](https://github.com/weaveworks/flux/pull/2014)
- Toggle garbage collection
[weaveworks/flux#2004](https://github.com/weaveworks/flux/pull/2004)

## 0.9.2 (2019-04-29)

### 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.1"
version: 0.9.2
appVersion: "1.12.2"
version: 0.9.3
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
4 changes: 2 additions & 2 deletions 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.1
tag: 1.12.2
pullPolicy: IfNotPresent
pullSecret:

Expand All @@ -20,7 +20,7 @@ helmOperator:
create: false
createCRD: true
repository: docker.io/weaveworks/helm-operator
tag: 0.8.0
tag: 0.9.0
pullPolicy: IfNotPresent
pullSecret:
# Limit the operator scope to a single namespace
Expand Down