From e0cb4c7832e905127d754e4afa21ae34524c3549 Mon Sep 17 00:00:00 2001 From: PPawlowski Date: Thu, 5 Feb 2026 18:37:02 +0100 Subject: [PATCH] Bump OP version in `Deploy helm chart to EKS cluster` --- .github/workflows/deploy_helm_chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_helm_chart.yml b/.github/workflows/deploy_helm_chart.yml index b762ba3..0911b4a 100644 --- a/.github/workflows/deploy_helm_chart.yml +++ b/.github/workflows/deploy_helm_chart.yml @@ -152,7 +152,7 @@ jobs: - name: Install 1Password CLI uses: 1password/install-cli-action@143a85f84a90555d121cde2ff5872e393a47ab9f # v1.0.0 with: - version: 2.25.0 + version: 2.32.0 - name: Template value file if: ${{ env.OP_SERVICE_ACCOUNT_TOKEN != '' && inputs.chart_values_files_template != '' }}