Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Add helmfiles (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh authored Aug 4, 2018
1 parent c57e28a commit 0534d13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM cloudposse/terraform-root-modules:0.5.2 as terraform-root-modules
FROM cloudposse/terraform-root-modules:0.5.3 as terraform-root-modules

FROM cloudposse/geodesic:0.12.3
FROM cloudposse/helmfiles:0.2.0 as helmfiles

FROM cloudposse/geodesic:0.12.6

ENV DOCKER_IMAGE="cloudposse/dev.cloudposse.co"
ENV DOCKER_TAG="latest"
Expand Down Expand Up @@ -40,6 +42,10 @@ COPY --from=terraform-root-modules /aws/cloudtrail/ /conf/cloudtrail/
COPY --from=terraform-root-modules /aws/kops/ /conf/kops/
COPY --from=terraform-root-modules /aws/kops-aws-platform/ /conf/kops-aws-platform/

# Copy helmfiles
COPY --from=helmfiles /helmfile.d/ /conf/helmfile.d/
COPY --from=helmfiles /scripts/ /conf/scripts/

# Place configuration in 'conf/' directory
COPY conf/ /conf/

Expand Down
2 changes: 1 addition & 1 deletion codefresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
title: Init variables
image: alpine
commands:
- cf_export BUILD_HARNESS_VERSION=0.6.12
- cf_export BUILD_HARNESS_VERSION=0.7.0
- cf_export GIT_BRANCH=${{CF_BRANCH}}

build_image:
Expand Down

0 comments on commit 0534d13

Please sign in to comment.