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
6 changes: 3 additions & 3 deletions argo-cd-2.14.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: argo-cd-2.14
version: "2.14.1"
version: "2.14.2"
epoch: 0
description: Declarative continuous deployment for Kubernetes.
copyright:
Expand All @@ -23,11 +23,11 @@ pipeline:
with:
repository: https://github.com/argoproj/argo-cd
tag: v${{package.version}}
expected-commit: 3345d05a43d8edd7ec42ec71ffe8b5f95bc68dbe
expected-commit: ad2724661b66ede607db9b5bd4c3c26491f5be67

- uses: go/bump
with:
deps: |
deps: |-
github.com/go-git/go-git/[email protected]
k8s.io/[email protected]

Expand Down
Loading