From a97aabdcca167ccc709707614b61d22b9feb71d2 Mon Sep 17 00:00:00 2001 From: Hidde Beydals Date: Thu, 11 Apr 2019 13:39:15 +0200 Subject: [PATCH] Update Helm operator manifests to '0.8.0' --- deploy-helm/helm-operator-deployment.yaml | 2 +- deploy-helm/weave-cloud-helm-operator-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-helm/helm-operator-deployment.yaml b/deploy-helm/helm-operator-deployment.yaml index 82a8bd1ca..184e8f2bb 100644 --- a/deploy-helm/helm-operator-deployment.yaml +++ b/deploy-helm/helm-operator-deployment.yaml @@ -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 diff --git a/deploy-helm/weave-cloud-helm-operator-deployment.yaml b/deploy-helm/weave-cloud-helm-operator-deployment.yaml index aef954338..072e18c20 100644 --- a/deploy-helm/weave-cloud-helm-operator-deployment.yaml +++ b/deploy-helm/weave-cloud-helm-operator-deployment.yaml @@ -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