Skip to content

Commit

Permalink
Merge pull request #208 from rancher/renovate/kustomize
Browse files Browse the repository at this point in the history
chore(deps): update dependency kubernetes-sigs/kustomize to v5.3.0
  • Loading branch information
maxsokolovsky authored Jan 16, 2024
2 parents e6af850 + a3a1ac0 commit ad80ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ARG ARCH=amd64
RUN zypper -n install curl gzip tar
ENV KUBECTL_VERSION v1.26.9
ENV K9S_VERSION=v0.31.5
ENV KUSTOMIZE_VERSION=v5.2.1
ENV KUSTOMIZE_VERSION=v5.3.0
ENV KUSTOMIZE_URL=https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/${KUSTOMIZE_VERSION}/kustomize_${KUSTOMIZE_VERSION}_linux_${ARCH}.tar.gz
RUN curl -LO https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl && \
chmod +x kubectl
Expand Down

0 comments on commit ad80ffd

Please sign in to comment.