From e72dd930b971aca77d50d234402e7cd0b6350702 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Sat, 19 Jun 2021 22:03:25 -0500 Subject: [PATCH] st2.packs.images is an array --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index 9fcfdd43..d5122cc0 100644 --- a/values.yaml +++ b/values.yaml @@ -66,7 +66,7 @@ st2: # E.g. having all desired StackStorm-Exchange packs in one image and several custom packs in additional images # # This must be empty if st2.packs.volumes is enabled. - images: {} + images: [] #- repository: index.docker.io/stackstorm # name: st2packs # tag: example