Skip to content

Commit 0b0cd88

Browse files
feat(github-release): update argoproj/argo-cd to v3.1.4
1 parent 92739e1 commit 0b0cd88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scripts/setup-crd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wget https://raw.githubusercontent.com/yannh/kubeconform/v0.7.0/scripts/openapi2
88
export FILENAME_FORMAT='{fullgroup}-{kind}-{version}'
99

1010
# renovate:github-url
11-
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml
11+
python3 openapi2jsonschema.py https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.4/manifests/install.yaml
1212

1313
# renovate:github-url
1414
python3 openapi2jsonschema.py https://github.com/argoproj/argo-rollouts/releases/download/v1.8.3/install.yaml

argocd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
resources:
22
# renovate:github-url
3-
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml
3+
- https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.4/manifests/install.yaml
44
- appset-certificate.yaml
55
- appset-ingress-route.yaml
66
- certificate.yaml

0 commit comments

Comments
 (0)