Skip to content

Commit

Permalink
Migrate docker repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pulledtim committed May 3, 2018
1 parent 1a23f6e commit dd78ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[![Docker Automated build](https://img.shields.io/docker/automated/greenenergy/k8s-sidecar.svg)](https://hub.docker.com/r/greenenergy/k8s-sidecar/)
[![Docker Build Status](https://img.shields.io/docker/build/greenenergy/k8s-sidecar.svg)](https://hub.docker.com/r/greenenergy/k8s-sidecar/)
[![Docker Automated build](https://img.shields.io/docker/automated/kiwigrid/k8s-sidecar.svg)](https://hub.docker.com/r/kiwigrid/k8s-sidecar/)
[![Docker Build Status](https://img.shields.io/docker/build/kiwigrid/k8s-sidecar.svg)](https://hub.docker.com/r/kiwigrid/k8s-sidecar/)

# What?

Expand Down
2 changes: 1 addition & 1 deletion example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
command: ["watch"]
args: ["ls", "/tmp/"]
- name: sidecar
image: greenenergy/k8s-sidecar:latest
image: kiwigrid/k8s-sidecar:latest
volumeMounts:
- name: shared-volume
mountPath: /tmp/
Expand Down

0 comments on commit dd78ae9

Please sign in to comment.