Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Bump kubeyaml to 0.4.1 for image obj support
Browse files Browse the repository at this point in the history
Support for updating FluxHelmRelease YAMLS using the {image:
{repository, tag}} format comes with kubeyaml 0.4.1.
  • Loading branch information
squaremo committed Jul 30, 2018
1 parent f231ad4 commit 77c388e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/kubeyaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
docker run --rm -i quay.io/squaremo/kubeyaml:0.4.0 "$@"
docker run --rm -i quay.io/squaremo/kubeyaml:0.4.1 "$@"
2 changes: 1 addition & 1 deletion docker/Dockerfile.flux
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ LABEL maintainer="Weaveworks <help@weave.works>" \
ENTRYPOINT [ "/sbin/tini", "--", "fluxd" ]

# Get the kubeyaml binary (files) and put them on the path
COPY --from=quay.io/squaremo/kubeyaml:0.4.0 /usr/lib/kubeyaml /usr/lib/kubeyaml/
COPY --from=quay.io/squaremo/kubeyaml:0.4.1 /usr/lib/kubeyaml /usr/lib/kubeyaml/
ENV PATH=/bin:/usr/bin:/usr/local/bin:/usr/lib/kubeyaml

COPY ./kubeconfig /root/.kube/config
Expand Down

0 comments on commit 77c388e

Please sign in to comment.