mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 21:11:52 +07:00
Upgrade argocd, nginx and longhorn
This commit is contained in:
parent
303e837230
commit
ccf0e416df
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user