Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion argo-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: argo-cd
version: 2.7.6
epoch: 0
epoch: 1
description: Declarative continuous deployment for Kubernetes.
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -41,6 +41,8 @@ pipeline:
# CVE-2023-2253
go get github.com/docker/[email protected]

go get k8s.io/[email protected]

go mod tidy

make argocd-all
Expand Down