From 4a8928e9f6d98d8f22b30512f36031d7d8173296 Mon Sep 17 00:00:00 2001 From: Adrien Beaudouin Date: Sun, 14 Apr 2024 01:23:58 +0200 Subject: [PATCH] up vers --- content/posts/13-a-beautiful-gitops-day-3/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"