Skip to content

Commit

Permalink
Update dependency kubernetes-sigs/kustomize to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored May 6, 2023
1 parent 49f698a commit 74b1cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV CATTLE_K3S_VERSION v1.24.8+k3s1
ENV CATTLE_HELM_UNITTEST_VERSION v0.1.7-rancher4
# helm 3 version
ENV HELM_VERSION v3.9.0
ENV KUSTOMIZE_VERSION v4.5.7
ENV KUSTOMIZE_VERSION v5.0.2

ENV YQ_VERSION=v4.30.8
RUN wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_linux_${ARCH} -O /usr/bin/yq && chmod +x /usr/bin/yq;
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ARG RKE2_CHART_DEFAULT_BRANCH=main
# kontainer-driver-metadata branch to be set for specific branch other than dev/master, logic at rancher/rancher/pkg/settings/setting.go
ARG CATTLE_KDM_BRANCH=dev-v2.7

ENV KUSTOMIZE_VERSION v4.5.7
ENV KUSTOMIZE_VERSION v5.0.2
ENV K9S_VERSION=v0.27.3

ENV CATTLE_SYSTEM_CHART_DEFAULT_BRANCH=$SYSTEM_CHART_DEFAULT_BRANCH
Expand Down

0 comments on commit 74b1cb2

Please sign in to comment.