diff --git a/.scripts/setup-crd.sh b/.scripts/setup-crd.sh index 27c706bbf..9e143df78 100755 --- a/.scripts/setup-crd.sh +++ b/.scripts/setup-crd.sh @@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.7.0/scripts/openapi2 export FILENAME_FORMAT='{fullgroup}-{kind}-{version}' # renovate:github-url -python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml +python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml # renovate:github-url python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.8.3/install.yaml diff --git a/argocd/kustomization.yaml b/argocd/kustomization.yaml index 61aab3dc9..131f11ba3 100644 --- a/argocd/kustomization.yaml +++ b/argocd/kustomization.yaml @@ -1,6 +1,6 @@ resources: # renovate:github-url - - https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml + - https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.1/manifests/install.yaml - appset-certificate.yaml - appset-ingress-route.yaml - certificate.yaml