Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

Commit

Permalink
fix(argocd-customimage): use of latest argocd-secrets image for corre…
Browse files Browse the repository at this point in the history
…ct handling of ssh keys

Signed-off-by: Stefan Benz <[email protected]>
  • Loading branch information
stebenz committed Mar 30, 2020
1 parent 85f0028 commit 0d677e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ func GetImageTags() map[string]string {
"argoproj/argocd": "v1.4.2",
"quay.io/dexidp/dex": "v2.14.0",
"redis": "5.0.3",
"docker.pkg.github.com/caos/argocd-secrets/argocd": "v1.0.14",
"docker.pkg.github.com/caos/argocd-secrets/argocd": "v1.0.17",
}
}

0 comments on commit 0d677e7

Please sign in to comment.