From 5dc93da6b84c79cd542aa0346e93f35c6b144e06 Mon Sep 17 00:00:00 2001 From: Marco Franssen Date: Tue, 21 Feb 2023 19:46:25 +0100 Subject: [PATCH] Bump to latest Helm and Python versions Signed-off-by: Marco Franssen --- .github/workflows/helm-chart-ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index abec8e0..72ee2c0 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -15,8 +15,8 @@ concurrency: cancel-in-progress: true env: - HELM_VERSION: v3.11.0 - PYTHON_VERSION: 3.11.1 + HELM_VERSION: v3.11.1 + PYTHON_VERSION: 3.11.2 CHART_TESTING_VERSION: v3.7.1 jobs: