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