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

Commit

Permalink
Update Helm chart and deployment yaml to Flux v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Aug 9, 2018
1 parent 78b82e5 commit 6e1b7f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

image:
repository: quay.io/weaveworks/flux
tag: 1.4.2
tag: 1.5.0
pullPolicy: IfNotPresent

service:
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Expand Up @@ -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
Expand Down

0 comments on commit 6e1b7f5

Please sign in to comment.