From a948319b841fb6c76f5437f2d5c609bf12886f50 Mon Sep 17 00:00:00 2001 From: tamal Date: Tue, 27 Jun 2017 03:37:31 -0700 Subject: [PATCH] Change stash version to 0.1.0 --- hack/deploy/stash-with-rbac.yaml | 2 +- hack/deploy/stash-without-rbac.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/deploy/stash-with-rbac.yaml b/hack/deploy/stash-with-rbac.yaml index 5a2849d23..e7f8da917 100644 --- a/hack/deploy/stash-with-rbac.yaml +++ b/hack/deploy/stash-with-rbac.yaml @@ -84,7 +84,7 @@ spec: args: - run - --v=3 - image: appscode/stash:3.0.0 + image: appscode/stash:0.1.0 ports: - containerPort: 56790 name: http diff --git a/hack/deploy/stash-without-rbac.yaml b/hack/deploy/stash-without-rbac.yaml index 24509d351..224fa37fd 100644 --- a/hack/deploy/stash-without-rbac.yaml +++ b/hack/deploy/stash-without-rbac.yaml @@ -20,7 +20,7 @@ spec: args: - run - --v=3 - image: appscode/stash:3.0.0 + image: appscode/stash:0.1.0 ports: - containerPort: 56790 name: http