From 6c13c35ce1805ff9e0b359b5a2b3c7dba1620014 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:04:53 +0000 Subject: [PATCH 1/2] chore: changed lines [31] of file "/tmp/updatecli/jenkins-infra/docker-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... helmfile/Dockerfile" Made with ❤️️ by updatecli --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66f5685..2b10f7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN wget "https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz" --quiet && rm /tmp/* \ && helm version | grep -q "${HELM_VERSION}" -ARG KUBECTL_VERSION=1.21.12 +ARG KUBECTL_VERSION=1.22.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 | grep -q "${KUBECTL_VERSION}" From 2fbd46d0985345cf8d7f2cd6f45e201309a70467 Mon Sep 17 00:00:00 2001 From: "Jenkins Infra Bot (updatecli)" <60776566+jenkins-infra-bot@users.noreply.github.com> Date: Wed, 8 Jun 2022 15:04:54 +0000 Subject: [PATCH 2/2] chore: changed lines [31] of file "/tmp/updatecli/jenkins-infra/docker-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... helmfile/Dockerfile" Made with ❤️️ by updatecli --- cst.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cst.yml b/cst.yml index 08acf30..496fa7d 100644 --- a/cst.yml +++ b/cst.yml @@ -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.21.12" + value: "1.22.10" - key: io.jenkins-infra.tools.sops.version value: "3.7.3" - key: io.jenkins-infra.tools.aws-cli.version