diff --git a/content/posts/13-a-beautiful-gitops-day-3/index.md b/content/posts/13-a-beautiful-gitops-day-3/index.md index 037cf9f..89029ea 100644 --- a/content/posts/13-a-beautiful-gitops-day-3/index.md +++ b/content/posts/13-a-beautiful-gitops-day-3/index.md @@ -200,7 +200,7 @@ resource "kubernetes_secret_v1" "longhorn_backup_credential" { resource "helm_release" "longhorn" { chart = "longhorn" - version = "1.5.1" + version = "1.6.1" repository = "https://charts.longhorn.io" name = "longhorn"