From 68e9b1e0e39259df71a51a4800737cd67e42310f Mon Sep 17 00:00:00 2001 From: "azimuth-ci-bot[bot]" <142236172+azimuth-ci-bot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 17:25:29 +0000 Subject: [PATCH] Update dex to 0.15.3 (#14) Co-authored-by: mkjpryor --- .github/workflows/build-push-artifacts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-push-artifacts.yaml b/.github/workflows/build-push-artifacts.yaml index ac9c254..974b82e 100644 --- a/.github/workflows/build-push-artifacts.yaml +++ b/.github/workflows/build-push-artifacts.yaml @@ -26,7 +26,7 @@ env: HELM_VERSION: v3.13.2 DEX_CHART_NAME: dex DEX_CHART_REPO: https://charts.dexidp.io - DEX_CHART_VERSION: 0.13.0 + DEX_CHART_VERSION: 0.15.3 jobs: build_push_images: