Skip to content

Commit

Permalink
fix(github-release): update argoproj/argo-cd to v2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] authored Jan 3, 2025
1 parent a5fb949 commit 22e9a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
resources:
# renovate:github-url
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
- appset-certificate.yaml
- appset-ingress-route.yaml
- certificate.yaml
Expand Down
2 changes: 1 addition & 1 deletion setup-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.6.7/scripts/openapi2
export FILENAME_FORMAT='{fullgroup}-{kind}-{version}'

# renovate:github-url
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.2/manifests/install.yaml
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml

# renovate:github-url
python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.7.2/install.yaml
Expand Down

0 comments on commit 22e9a0a

Please sign in to comment.