Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
djeebus committed Nov 1, 2024
1 parent efec422 commit d341180
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
earthly 0.8.6
earthly 0.8.15
golang 1.22.7
golangci-lint 1.61.0
helm 3.12.2
helm 3.16.2
helm-cr 1.6.1
helm-ct 3.8.0
kubeconform 0.6.3
kustomize 5.1.0
helm-ct 3.11.0
kubeconform 0.6.7
kustomize 5.5.0
staticcheck 2024.1.1
tilt 0.33.2
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker:
chmod 700 install_kustomize.sh && \
./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin

ARG HELM_VERSION=3.10.0
ARG HELM_VERSION=3.16.2
RUN \
curl \
--fail \
Expand Down Expand Up @@ -227,7 +227,7 @@ release-helm:
ARG CHART_RELEASER_VERSION="1.6.0"
FROM quay.io/helmpack/chart-releaser:v${CHART_RELEASER_VERSION}

ARG HELM_VERSION="3.8.1"
ARG HELM_VERSION="3.16.2"
RUN FILE=helm.tgz \
&& URL=https://get.helm.sh/helm-v${HELM_VERSION}-linux-${USERARCH}.tar.gz \
&& wget ${URL} \
Expand Down

0 comments on commit d341180

Please sign in to comment.