Skip to content

Commit

Permalink
fix(github-release): update argoproj/argo-workflows to v3.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] authored Feb 10, 2025
1 parent 10bb8d3 commit 3b6249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases
# NOTE: In Argo Workflows, install.yaml contains only minimal CRDs; use full CRDs for validation:
# https://github.com/argoproj/argo-workflows/issues/11266
# renovate:github-url
kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.6.3 > crd.yaml
kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.6.4 > crd.yaml
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml

# renovate:github-url
Expand Down

0 comments on commit 3b6249f

Please sign in to comment.