Skip to content

Commit

Permalink
update to kustomize 1.0.8 (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
essh authored and jessesuen committed Sep 26, 2018
1 parent dd94e5e commit ab02e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN wget https://storage.googleapis.com/kubernetes-helm/helm-v${HELM_VERSION}-li
mv /tmp/linux-amd64/helm /usr/local/bin/helm

# Install kustomize
ENV KUSTOMIZE_VERSION=1.0.7
ENV KUSTOMIZE_VERSION=1.0.8
RUN curl -L -o /usr/local/bin/kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_amd64 && \
chmod +x /usr/local/bin/kustomize

Expand Down

0 comments on commit ab02e10

Please sign in to comment.