From ce805cb5133e5e9148ba7ab0effd9b56769d88a3 Mon Sep 17 00:00:00 2001 From: Prasad Ghangal Date: Fri, 11 Oct 2019 17:13:45 +0530 Subject: [PATCH] Update image tags to v0.9.0 Signed-off-by: Prasad Ghangal --- deploy-all-in-one-tls.yaml | 2 +- deploy-all-in-one.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-all-in-one-tls.yaml b/deploy-all-in-one-tls.yaml index ea451c7ac..630d53e03 100644 --- a/deploy-all-in-one-tls.yaml +++ b/deploy-all-in-one-tls.yaml @@ -305,7 +305,7 @@ spec: serviceAccountName: botkube-sa containers: - name: botkube - image: "infracloudio/botkube:v0.8.0" + image: "infracloudio/botkube:v0.9.0" imagePullPolicy: Always volumeMounts: - name: config-volume diff --git a/deploy-all-in-one.yaml b/deploy-all-in-one.yaml index acb6eac36..87bfddca2 100644 --- a/deploy-all-in-one.yaml +++ b/deploy-all-in-one.yaml @@ -295,7 +295,7 @@ spec: serviceAccountName: botkube-sa containers: - name: botkube - image: "infracloudio/botkube:v0.8.0" + image: "infracloudio/botkube:v0.9.0" imagePullPolicy: Always volumeMounts: - name: config-volume