Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored Jan 30, 2025
1 parent 340ab34 commit 9f2b518
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.suse.com/bci/golang:1.20 AS helm
RUN zypper -n install git
RUN git -C / clone --branch release-v3.9.0 --depth=1 https://github.com/rancher/helm
RUN git -C / clone --branch release-3.16 --depth=1 https://github.com/rancher/helm
RUN make -C /helm

FROM registry.suse.com/bci/golang:1.20
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ ENV ARCH $DAPPER_HOST_ARCH
RUN zypper -n install git docker vim less file curl wget patch
RUN go install golang.org/x/tools/cmd/goimports@latest
RUN if [ "${ARCH}" == "amd64" ]; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.51.2; \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.63.4; \
fi

ENV YQ_VERSION=v4.30.8
ENV YQ_VERSION=v4.45.1
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;

COPY --from=helm ./helm/bin/helm /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion charts/prometheus-federator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ helmProjectOperator:
cleanup:
image:
repository: rancher/shell
tag: v0.1.19
tag: v0.3.0
pullPolicy: IfNotPresent

## Define which Nodes the Pods are scheduled on.
Expand Down
2 changes: 1 addition & 1 deletion examples/helm-locker/helm-locker-chart-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ global:

kubectl:
repository: rancher/kubectl
tag: v1.25.16
tag: v1.27.16
pullPolicy: IfNotPresent

rbac:
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile-helm-project-operator
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG TARGETARCH
ENV BUILD_TARGET="helm-project-operator"

WORKDIR /usr/src/app
ENV YQ_VERSION=v4.25.1
ENV YQ_VERSION=v4.45.1
RUN zypper -n install git curl wget make
RUN export ARCH=$(go env GOHOSTARCH)
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${TARGETARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;
Expand Down

0 comments on commit 9f2b518

Please sign in to comment.