From 4e3377fb8ad2bcf644b79104ee40f6aa6f503b3f Mon Sep 17 00:00:00 2001 From: Manu Gupta Date: Wed, 16 Feb 2022 10:07:06 -0800 Subject: [PATCH] Switch to latest supported CircleCI Ubuntu image (#1757) --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 835074ca..e4e15076 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,8 @@ jobs: shellcheck -x test/e2e-kind.sh lint-install-charts: - machine: true + machine: + image: ubuntu-2004:202201-02 environment: CHART_TESTING_IMAGE: quay.io/helmpack/chart-testing CHART_TESTING_TAG: v2.3.3