Skip to content

Commit

Permalink
update kops
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Jun 14, 2019
1 parent 240bff6 commit e032b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BUILD_TIME := $(shell date -u +%Y%m%d.%H%M%S)
BUILD_HASH := $(shell git rev-parse HEAD)

TERRAFORM_VERSION=0.11.14
KOPS_VERSION=1.11.1
KOPS_VERSION=1.12.1
HELM_VERSION=v2.14.1
KUBECTL_VERSION=v1.14.0

Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ COPY --from=build /mattermost-cloud/operator-manifests /mattermost-cloud/operato
COPY --from=build /mattermost-cloud/build/_output/bin/cloud /mattermost-cloud/cloud
COPY --from=build /mattermost-cloud/build/bin /usr/local/bin
RUN /usr/local/bin/user_setup

WORKDIR /mattermost-cloud/


VOLUME [ "/mattermost-cloud/clusters" ]

ENTRYPOINT ["/usr/local/bin/entrypoint"]
Expand Down

0 comments on commit e032b67

Please sign in to comment.