Skip to content

Commit

Permalink
Release again with smaller image
Browse files Browse the repository at this point in the history
  • Loading branch information
cmattoon committed Jul 24, 2018
1 parent 8d3964b commit ef4a4c6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

[0.1.3] - 2018-07-24
--------------------
### Added
- Docker multi-stage build (copies only the aws-ssm binary): 330MB -> 12MB

[0.1.2] - 2018-07-23
--------------------
### Security
Expand All @@ -9,7 +14,7 @@

### Added
- Reasonable defaults for ENV in Dockerfile

### Other
- Testing .travis.yml

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go install -v ./...
## Stage 2
FROM library/alpine
LABEL org.label-schema.schema-version = "1.0.0"
LABEL org.label-schema.version = "0.1.2"
LABEL org.label-schema.version = "0.1.3"
LABEL org.label-schema.name = "aws-ssm"
LABEL org.label-schema.description = "Updates Kubernetes Secrets with AWS SSM Parameters"
LABEL org.label-schema.vendor = "com.cmattoon"
Expand Down
2 changes: 1 addition & 1 deletion aws-ssm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicas: 1
# Docker image for aws-ssm
image:
name: cmattoon/aws-ssm
tag: v0.1.2
tag: v0.1.3
# Pod Resources
resources: {}

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3

0 comments on commit ef4a4c6

Please sign in to comment.