Skip to content

Commit

Permalink
chore(argo-workflows): Upgrade Argo Workflows to v3.6.0 (#3037)
Browse files Browse the repository at this point in the history
* chore(argo-workflows): Upgrade Argo Workflows to v3.6.0

Signed-off-by: yu-croco <[email protected]>

* fix: clean up cache to pass CI

Signed-off-by: yu-croco <[email protected]>

* test: rm cache clear. Try latest version of ct test

Signed-off-by: Tim Collins <[email protected]>

* just trying all the things. sorry

Signed-off-by: Tim Collins <[email protected]>

* add debug output

Signed-off-by: Tim Collins <[email protected]>

* additional debug

Signed-off-by: Tim Collins <[email protected]>

* MOAR debug

Signed-off-by: Tim Collins <[email protected]>

* typo

Signed-off-by: Tim Collins <[email protected]>

* specifically find files

Signed-off-by: Tim Collins <[email protected]>

* use minimal crds

Signed-off-by: Tim Collins <[email protected]>

* rm debug step

Signed-off-by: Tim Collins <[email protected]>

---------

Signed-off-by: yu-croco <[email protected]>
Signed-off-by: Tim Collins <[email protected]>
Co-authored-by: Tim Collins <[email protected]>
Co-authored-by: Tim Collins <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 5ab558e commit 7e397f7
Show file tree
Hide file tree
Showing 5 changed files with 1,841 additions and 35 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
with:
# Note: Also update in scripts/lint.sh
version: v3.10.0
version: v3.11.0

- name: List changed charts
id: list-changed
Expand Down Expand Up @@ -74,7 +74,6 @@ jobs:
if: steps.list-changed.outputs.changed == 'true'
with:
config: .github/configs/kind-config.yaml

- name: Deploy latest ArgoCD CRDs when testing ArgoCD extensions
if: |
contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater') ||
Expand Down
8 changes: 4 additions & 4 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v3.5.12
appVersion: v3.6.0
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.42.7
version: 0.43.0
icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: Support lifecycle and terminationGracePeriodSeconds for server
- kind: changed
description: Upgrade Argo Workflows to v3.6.0
Loading

0 comments on commit 7e397f7

Please sign in to comment.