diff --git a/infrastructure/images/terraform-azure-devops-agent/scripts/install.sh b/infrastructure/images/terraform-azure-devops-agent/scripts/install.sh index a4191a6c5..8060056da 100755 --- a/infrastructure/images/terraform-azure-devops-agent/scripts/install.sh +++ b/infrastructure/images/terraform-azure-devops-agent/scripts/install.sh @@ -3,7 +3,7 @@ set -e # Versions # renovate: datasource=github-tags depName=kubectl packageName=kubernetes/kubectl versioning=semver extractVersion=^kubernetes-(?.*)$ -KUBECTL_VERSION="v1.36.1" #Get the latest version with: curl -L -s https://dl.k8s.io/release/stable.txt +KUBECTL_VERSION="v1.36.2" #Get the latest version with: curl -L -s https://dl.k8s.io/release/stable.txt # renovate: datasource=github-releases depName=helm packageName=helm/helm versioning=semver HELM_VERSION="v4.2.0" #Find the latest version at https://github.com/helm/helm/releases