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