From 6992cf221e8d28962fd6cc3b4c8a2cb94d0092a2 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Fri, 5 Feb 2021 11:38:07 -0500 Subject: [PATCH] Bump version in chart and install to 1.21.2 Signed-off-by: Kingdon Barrett --- chart/flux/Chart.yaml | 4 ++-- chart/flux/values.yaml | 2 +- deploy/flux-deployment.yaml | 2 +- pkg/install/templates/flux-deployment.yaml.tmpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index 6668a823c..73dd59def 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 -appVersion: "1.21.1" -version: 1.6.1 +appVersion: "1.21.2" +version: 1.6.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 diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index 584f5ff7d..8b1e13da1 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -9,7 +9,7 @@ logFormat: fmt image: repository: docker.io/fluxcd/flux - tag: 1.21.1 + tag: 1.21.2 pullPolicy: IfNotPresent pullSecret: diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index f8c5c11db..6fff04874 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -66,7 +66,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://hub.docker.com/r/fluxcd/flux/tags # and replace the tag here. - image: docker.io/fluxcd/flux:1.21.1 + image: docker.io/fluxcd/flux:1.21.2 imagePullPolicy: IfNotPresent resources: requests: diff --git a/pkg/install/templates/flux-deployment.yaml.tmpl b/pkg/install/templates/flux-deployment.yaml.tmpl index 8ae5c0c15..446c8c953 100644 --- a/pkg/install/templates/flux-deployment.yaml.tmpl +++ b/pkg/install/templates/flux-deployment.yaml.tmpl @@ -66,7 +66,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://hub.docker.com/r/fluxcd/flux/tags # and replace the tag here. - image: docker.io/fluxcd/flux:1.21.1 + image: docker.io/fluxcd/flux:1.21.2 imagePullPolicy: IfNotPresent resources: requests: