Upgrade argocd, nginx and longhorn

This commit is contained in:
Khue Doan 2021-08-15 12:20:52 +00:00
parent 303e837230
commit ccf0e416df
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ spec:
source:
path: ''
repoURL: 'https://kubernetes.github.io/ingress-nginx'
targetRevision: 3.29.0
targetRevision: 3.35.0
chart: ingress-nginx
project: default
syncPolicy:

View File

@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
name = "argocd"
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
version = "3.6.8"
version = "3.12.1"
namespace = "argocd"
create_namespace = true
wait = true
@ -26,7 +26,7 @@ resource "helm_release" "longhorn" {
name = "longhorn"
repository = "https://charts.longhorn.io"
chart = "longhorn"
version = "1.1.1"
version = "1.1.2"
namespace = "longhorn"
create_namespace = true
wait = true