Skip to content

Commit

Permalink
Merge pull request #50 from neutronth/feat/bump-sops-kpt-versions
Browse files Browse the repository at this point in the history
feat: bump sops and kpt versions
  • Loading branch information
neutronth authored Jun 30, 2024
2 parents bf03754 + 928c62f commit 1452f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ build-sops:

RUN git clone https://github.com/mozilla/sops.git \
&& cd sops \
&& git checkout v3.8.1 \
&& git checkout v3.9.0 \
&& sed -i'' 's/e.SetIndent(4)/e.SetIndent(2)/g' stores/yaml/store.go \
&& go mod download -x \
&& go build -o /sops ./cmd/sops
Expand Down Expand Up @@ -63,7 +63,7 @@ download-tools:
FROM debian:bullseye-slim
ENV DEBIAN_FRONTEND=noninteractive

ARG KPT_VERSION="1.0.0-beta.51"
ARG KPT_VERSION="1.0.0-beta.52"
ARG KPT_URL="https://github.com/GoogleContainerTools/kpt/releases/download/v${KPT_VERSION}/kpt_linux_amd64"

ARG KUSTOMIZE_VERSION="5.4.2"
Expand Down

0 comments on commit 1452f95

Please sign in to comment.