From 8c11a7b0f60a7d046219c67d324c9500fcc6cdf7 Mon Sep 17 00:00:00 2001 From: Max Xing Date: Thu, 23 Jul 2026 12:37:51 -0700 Subject: [PATCH] fix(self-managed): bump invocation-service chart pin 1.5.5 -> 1.5.6 Chart 1.5.6 bakes invocation image 0.8.8 (the arm64 SIGTRAP/UBSan-trap fix). Chart 1.5.5 shipped the crashing image 0.8.5. Related to NVBUG-6451362 --- deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl b/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl index 00d350178..112ed9faa 100644 --- a/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl +++ b/deploy/stacks/self-managed/helmfile.d/02-core.yaml.gotmpl @@ -71,7 +71,7 @@ releases: - template: service - name: invocation-service - version: 1.5.5 + version: 1.5.6 namespace: nvcf inherit: - template: service