From 9d18ca76d6144db25780e76a2ea8b13b0c52e35b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 00:42:01 +0000 Subject: [PATCH] chore(deps): update helm release argo-workflows to ~0.32.0 --- bke-development/gp-cicd-tools/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bke-development/gp-cicd-tools/Chart.yaml b/bke-development/gp-cicd-tools/Chart.yaml index 6ed280d5..9aad3b49 100644 --- a/bke-development/gp-cicd-tools/Chart.yaml +++ b/bke-development/gp-cicd-tools/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.2.5 +version: 1.3.0 dependencies: - name: argo-events @@ -26,7 +26,7 @@ dependencies: - name: argo-workflows alias: argo_workflows repository: "https://argoproj.github.io/argo-helm" - version: ~0.31.0 + version: ~0.32.0 condition: argo_workflows.enabled - name: postgresql repository: "https://charts.bitnami.com/bitnami"