From 56525533040da4c6f8c2a74801651afa01059cf4 Mon Sep 17 00:00:00 2001 From: "Stephen McQuay (smcquay)" Date: Fri, 23 Mar 2018 09:44:43 -0700 Subject: [PATCH] update to modern debug sidecar --- hw/deploy.yaml | 2 +- hwc/deploy.yaml | 2 +- hwl/deploy.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/deploy.yaml b/hw/deploy.yaml index 26e0b36..c3040f2 100644 --- a/hw/deploy.yaml +++ b/hw/deploy.yaml @@ -31,5 +31,5 @@ spec: path: /ready port: 8080 periodSeconds: 5 - - image: smcquay/alpine:v0.0.5 + - image: smcquay/alpine:v1.0.0 name: debug diff --git a/hwc/deploy.yaml b/hwc/deploy.yaml index 4ac7cb3..20bf842 100644 --- a/hwc/deploy.yaml +++ b/hwc/deploy.yaml @@ -22,5 +22,5 @@ spec: - containerPort: 8081 command: ["/bin/hwc"] args: ["hw.default.svc.cluster.local"] - - image: smcquay/alpine:v0.0.2 + - image: smcquay/alpine:v1.0.0 name: debug diff --git a/hwl/deploy.yaml b/hwl/deploy.yaml index 91344c2..cb54799 100644 --- a/hwl/deploy.yaml +++ b/hwl/deploy.yaml @@ -18,5 +18,5 @@ spec: containers: - name: hwl image: smcquay/hwl:v0.0.1 - - image: smcquay/alpine:v0.0.2 + - image: smcquay/alpine:v0.0.5 name: debug