Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Bump kubectl version to 1.25.10 (#312)
Browse files Browse the repository at this point in the history
* chore: changed lines [31] of file "/tmp/updatecli/github/jenkins-infr...

... a/docker-helmfile/Dockerfile"

Made with ❤️️ by updatecli

* chore: Update key "metadataTest.labels[4].value" from file "/tmp/upda...

... tecli/github/jenkins-infra/docker-helmfile/cst.yml"

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 8447f6a commit 4b98fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN wget "https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz" --quiet
&& rm -f /tmp/helm.tgz \
&& helm version | grep -q "${HELM_VERSION}"

ARG KUBECTL_VERSION=1.24.14
ARG KUBECTL_VERSION=1.25.10
RUN wget "https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl" --quiet --output-document=/usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& kubectl version --client --output=yaml 2>&1 | grep -q "${KUBECTL_VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadataTest:
- key: "io.jenkins-infra.tools.helm.plugins"
value: "helm-diff,helm-git,helm-secrets"
- key: io.jenkins-infra.tools.kubectl.version
value: "1.24.14"
value: "1.25.10"
- key: io.jenkins-infra.tools.sops.version
value: "3.7.3"
- key: io.jenkins-infra.tools.aws-cli.version
Expand Down

0 comments on commit 4b98fa0

Please sign in to comment.