Skip to content

Commit

Permalink
Updated to helm v2.5.0
Browse files Browse the repository at this point in the history
* Switched to godep
* Used debian-based image because someone had to use cgo
  • Loading branch information
micahhausler committed Jun 29, 2017
1 parent df40b0f commit 918ad26
Show file tree
Hide file tree
Showing 2,650 changed files with 874,075 additions and 50,348 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ make test-cover
### Updating dependencies

```bash
go get -u github.com/kardianos/govendor
go get -u github.com/tools/godep

govendor add +external
godep save
```

### Linting
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# To run:
# $ docker run skuid/helm-value-store

FROM alpine
FROM debian:latest

MAINTAINER Micah Hausler, <[email protected]>

RUN apk -U add ca-certificates
RUN apt-get update && apt-get install -y ca-certificates

COPY helm-value-store /bin/helm-value-store

Expand Down
Loading

0 comments on commit 918ad26

Please sign in to comment.