mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Upgrade argocd, nginx and longhorn
This commit is contained in:
parent
303e837230
commit
ccf0e416df
@ -12,7 +12,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
path: ''
|
path: ''
|
||||||
repoURL: 'https://kubernetes.github.io/ingress-nginx'
|
repoURL: 'https://kubernetes.github.io/ingress-nginx'
|
||||||
targetRevision: 3.29.0
|
targetRevision: 3.35.0
|
||||||
chart: ingress-nginx
|
chart: ingress-nginx
|
||||||
project: default
|
project: default
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
|
@ -11,7 +11,7 @@ resource "helm_release" "argocd" {
|
|||||||
name = "argocd"
|
name = "argocd"
|
||||||
repository = "https://argoproj.github.io/argo-helm"
|
repository = "https://argoproj.github.io/argo-helm"
|
||||||
chart = "argo-cd"
|
chart = "argo-cd"
|
||||||
version = "3.6.8"
|
version = "3.12.1"
|
||||||
namespace = "argocd"
|
namespace = "argocd"
|
||||||
create_namespace = true
|
create_namespace = true
|
||||||
wait = true
|
wait = true
|
||||||
@ -26,7 +26,7 @@ resource "helm_release" "longhorn" {
|
|||||||
name = "longhorn"
|
name = "longhorn"
|
||||||
repository = "https://charts.longhorn.io"
|
repository = "https://charts.longhorn.io"
|
||||||
chart = "longhorn"
|
chart = "longhorn"
|
||||||
version = "1.1.1"
|
version = "1.1.2"
|
||||||
namespace = "longhorn"
|
namespace = "longhorn"
|
||||||
create_namespace = true
|
create_namespace = true
|
||||||
wait = true
|
wait = true
|
||||||
|
Loading…
Reference in New Issue
Block a user