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

Commit

Permalink
Update Helm operator manifests to '0.9.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jun 13, 2019
1 parent 6b8a78b commit 20a5e7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chart/flux/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ helmOperator:
create: false
createCRD: true
repository: docker.io/weaveworks/helm-operator
tag: 0.9.1
tag: 0.9.2
pullPolicy: IfNotPresent
pullSecret:
# Limit the operator scope to a single namespace
Expand Down
2 changes: 1 addition & 1 deletion deploy-helm/helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
# There are no ":latest" images for helm-operator. Find the most recent
# release or image version at https://hub.docker.com/r/weaveworks/helm-operator/tags
# and replace the tag here.
image: docker.io/weaveworks/helm-operator:0.9.1
image: docker.io/weaveworks/helm-operator:0.9.2
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
2 changes: 1 addition & 1 deletion deploy-helm/weave-cloud-helm-operator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
secretName: flux-git-deploy
containers:
- name: flux-helm-operator
image: docker.io/weaveworks/helm-operator:0.9.1
image: docker.io/weaveworks/helm-operator:0.9.2
imagePullPolicy: IfNotPresent
args:
- --git-timeout=20s
Expand Down

0 comments on commit 20a5e7b

Please sign in to comment.