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.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Apr 11, 2019
1 parent df363e1 commit a97aabd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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://quay.io/weaveworks/helm-operator
# and replace the tag here.
image: quay.io/weaveworks/helm-operator:0.7.1
image: quay.io/weaveworks/helm-operator:0.8.0
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: quay.io/weaveworks/helm-operator:0.7.1
image: quay.io/weaveworks/helm-operator:0.8.0
imagePullPolicy: IfNotPresent
args:
- --git-timeout=20s
Expand Down

0 comments on commit a97aabd

Please sign in to comment.