From b4afd2ab46f14bf570bd84bf3c71c1136be45d64 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Sat, 14 Mar 2026 21:08:17 -0500 Subject: [PATCH] feat: upgrade chart to v1 --- clusters/cl01tl/helm/argo-workflows/Chart.lock | 6 +++--- clusters/cl01tl/helm/argo-workflows/Chart.yaml | 2 +- clusters/cl01tl/helm/argo-workflows/values.yaml | 10 ++++++++++ 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.lock b/clusters/cl01tl/helm/argo-workflows/Chart.lock index e0c66b936..630245fa2 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.lock +++ b/clusters/cl01tl/helm/argo-workflows/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: argo-workflows repository: https://argoproj.github.io/argo-helm - version: 0.47.5 + version: 1.0.2 - name: argo-events repository: https://argoproj.github.io/argo-helm version: 2.4.20 - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.9.1 -digest: sha256:5b7f498040dd93f99a00c708c80fcefdb64dcdf473cfd3edcf8a94255b80b3b4 -generated: "2026-03-12T13:02:52.109982708Z" +digest: sha256:31596af063744c13afac459184cd027d922d927f4191446eef63646bada28f8f +generated: "2026-03-14T21:07:58.491981-05:00" diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml index 3554f1a64..e9bbc7185 100644 --- a/clusters/cl01tl/helm/argo-workflows/Chart.yaml +++ b/clusters/cl01tl/helm/argo-workflows/Chart.yaml @@ -18,7 +18,7 @@ maintainers: - name: alexlebens dependencies: - name: argo-workflows - version: 0.47.5 + version: 1.0.2 repository: https://argoproj.github.io/argo-helm - name: argo-events version: 2.4.20 diff --git a/clusters/cl01tl/helm/argo-workflows/values.yaml b/clusters/cl01tl/helm/argo-workflows/values.yaml index ae34a1a09..df2faa223 100644 --- a/clusters/cl01tl/helm/argo-workflows/values.yaml +++ b/clusters/cl01tl/helm/argo-workflows/values.yaml @@ -1,4 +1,14 @@ argo-workflows: + crds: + install: true + keep: true + # -- Use full CRDs with complete OpenAPI schemas. When false, uses minified CRDs with x-kubernetes-preserve-unknown-fields. + # Full CRDs are very large and are installed via a pre-install/pre-upgrade hook Job that uses server-side apply. + full: true + upgradeJob: + image: + repository: registry.k8s.io/kubectl + tag: v1.35.2 controller: metricsConfig: enabled: true