diff options
| author | jannfis <jann@mistrust.net> | 2021-08-02 12:20:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-02 12:20:26 +0200 |
| commit | 3a773ea439e2220960a6cabc4e88e7271c536971 (patch) | |
| tree | ff0fd4e31adac70616f989742cb019ca3340ab3f /pkg/argocd/git.go | |
| parent | b4db40b3e23ef13af6e682d83713aa42ccf56b77 (diff) | |
chore: Upgrade Argo CD dependencies to v2.0.5 (#230)
Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'pkg/argocd/git.go')
| -rw-r--r-- | pkg/argocd/git.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/argocd/git.go b/pkg/argocd/git.go index 1a70978..7a52421 100644 --- a/pkg/argocd/git.go +++ b/pkg/argocd/git.go @@ -18,7 +18,7 @@ import ( "github.com/argoproj-labs/argocd-image-updater/ext/git" "github.com/argoproj-labs/argocd-image-updater/pkg/log" - "github.com/argoproj/argo-cd/pkg/apis/application/v1alpha1" + "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1" ) // templateCommitMessage renders a commit message template and returns it as |
