From 8ff9385e0e30cca98496c2bf611f4772bf8b5701 Mon Sep 17 00:00:00 2001 From: Michael Bridgen Date: Wed, 10 Jul 2019 12:26:36 +0100 Subject: [PATCH] Bump fluxd version in example and chart --- CHANGELOG.md | 2 +- chart/flux/values.yaml | 2 +- deploy/flux-deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167b0da62..bcac59854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,7 +40,7 @@ Thanks go to the following for contributions: @2opremio, @4c74356b41, @squaremo, @stefanprodan, @tegamckinney, @ysaakpr. [weaveworks/flux#2175]: https://github.com/weaveworks/flux/pull/2175 -[weaveworks/flux#2176]: https://github.com/weaveworks/flux/pull/2171 +[weaveworks/flux#2176]: https://github.com/weaveworks/flux/pull/2176 [weaveworks/flux#2195]: https://github.com/weaveworks/flux/pull/2195 [weaveworks/flux#2201]: https://github.com/weaveworks/flux/pull/2201 [weaveworks/flux#2202]: https://github.com/weaveworks/flux/pull/2202 diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index 63fbd6668..a87313cd8 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -9,7 +9,7 @@ logFormat: fmt image: repository: docker.io/weaveworks/flux - tag: 1.13.1 + tag: 1.13.2 pullPolicy: IfNotPresent pullSecret: diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index 86d235576..adbd6b2fe 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -63,7 +63,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://hub.docker.com/r/weaveworks/flux/tags # and replace the tag here. - image: docker.io/weaveworks/flux:1.13.1 + image: docker.io/weaveworks/flux:1.13.2 imagePullPolicy: IfNotPresent resources: requests: