Skip to content

Commit

Permalink
Use argo-cd-2.8 version stream packages (#1273)
Browse files Browse the repository at this point in the history
* Use argo-cd-2.8 version stream packages

Signed-off-by: Nghia Tran <tcnghia@gmail.com>

* Update the right file

Signed-off-by: Nghia Tran <tcnghia@gmail.com>

---------

Signed-off-by: Nghia Tran <tcnghia@gmail.com>
  • Loading branch information
tcnghia authored Aug 29, 2023
1 parent 213f3b4 commit 62c16a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/argocd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module "version-tags" {
for_each = local.components

source = "../../tflib/version-tags"
package = (each.key == "argocd" ? "argo-cd" : "argo-cd-repo-server")
package = (each.key == "argocd" ? "argo-cd-2.8" : "argo-cd-2.8-repo-server")
config = module.latest[each.key].config
}

Expand Down

0 comments on commit 62c16a2

Please sign in to comment.