We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49a4dc5 commit 415cc8dCopy full SHA for 415cc8d
.scripts/setup-crd.sh
@@ -16,7 +16,7 @@ python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases
16
# NOTE: In Argo Workflows, install.yaml contains only minimal CRDs; use full CRDs for validation:
17
# https://github.com/argoproj/argo-workflows/issues/11266
18
# renovate:github-url
19
-kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.7.5 > crd.yaml
+kustomize build https://github.com/argoproj/argo-workflows//manifests/base/crds/full?ref=v3.7.6 > crd.yaml
20
python3 openapi2jsonschema.py crd.yaml && rm crd.yaml
21
22
0 commit comments