diff --git a/chart/flux/Chart.yaml b/chart/flux/Chart.yaml index 5cdda33ac..742e5fc4a 100644 --- a/chart/flux/Chart.yaml +++ b/chart/flux/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "1.4.2" +appVersion: "1.5.0" description: Flux is a tool that automatically ensures that the state of a cluster matches what is specified in version control name: flux -version: 0.2.1 +version: 0.2.2 home: https://weave.works sources: - https://github.com/weaveworks/flux diff --git a/chart/flux/values.yaml b/chart/flux/values.yaml index af86193cb..078b357c0 100644 --- a/chart/flux/values.yaml +++ b/chart/flux/values.yaml @@ -7,7 +7,7 @@ replicaCount: 1 image: repository: quay.io/weaveworks/flux - tag: 1.4.2 + tag: 1.5.0 pullPolicy: IfNotPresent service: diff --git a/deploy/flux-deployment.yaml b/deploy/flux-deployment.yaml index 4d43230e2..22ad9a162 100644 --- a/deploy/flux-deployment.yaml +++ b/deploy/flux-deployment.yaml @@ -39,7 +39,7 @@ spec: # There are no ":latest" images for flux. Find the most recent # release or image version at https://quay.io/weaveworks/flux # and replace the tag here. - image: quay.io/weaveworks/flux:1.4.2 + image: quay.io/weaveworks/flux:1.5.0 imagePullPolicy: IfNotPresent ports: - containerPort: 3030 # informational