From fd5f6ff845e9894672a1f99fa8009a711e515d61 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Fri, 23 Mar 2018 09:44:54 -0700 Subject: [PATCH] update to modern versions of hwc and hwl --- hwc/deploy.yaml | 2 +- hwl/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hwc/deploy.yaml b/hwc/deploy.yaml index 20bf842..8fc0204 100644 --- a/hwc/deploy.yaml +++ b/hwc/deploy.yaml @@ -16,7 +16,7 @@ spec: spec: terminationGracePeriodSeconds: 3 containers: - - image: smcquay/hwc:v0.0.8 + - image: smcquay/hwc:v0.1.2 name: hwc ports: - containerPort: 8081 diff --git a/hwl/deploy.yaml b/hwl/deploy.yaml index cb54799..a6ba028 100644 --- a/hwl/deploy.yaml +++ b/hwl/deploy.yaml @@ -17,6 +17,6 @@ spec: terminationGracePeriodSeconds: 3 containers: - name: hwl - image: smcquay/hwl:v0.0.1 + image: smcquay/hwl:v0.1.2 - image: smcquay/alpine:v0.0.5 name: debug