Skip to content

Commit 415cc8d

Browse files
fix(github-release): update argoproj/argo-workflows to v3.7.6
1 parent 49a4dc5 commit 415cc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/setup-crd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases
1616
# NOTE: In Argo Workflows, install.yaml contains only minimal CRDs; use full CRDs for validation:
1717
# https://github.com/argoproj/argo-workflows/issues/11266
1818
# renovate:github-url
19-
kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.7.5 > crd.yaml
19+
kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.7.6 > crd.yaml
2020
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
2121

2222
# renovate:github-url

0 commit comments

Comments
 (0)