Skip to content

Commit 6271626

Browse files
chore(deps): update helm release argo-cd to v8.1.3
1 parent 379e67a commit 6271626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/training-cluster/argocd.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resource "helm_release" "argocd" {
2929
repository = "https://argoproj.github.io/argo-helm"
3030
chart = "argo-cd"
3131
namespace = kubernetes_namespace.argocd.metadata.0.name
32-
version = "8.1.2"
32+
version = "8.1.3"
3333
wait = true
3434
max_history = 2
3535

0 commit comments

Comments
 (0)