From efeb5d928ae421f7f12f89d00a0ab975a9feeb36 Mon Sep 17 00:00:00 2001 From: GigiaJ Date: Wed, 26 Nov 2025 18:59:41 -0600 Subject: [PATCH] Swap to v4 impl --- src/main/infra/openbao.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/infra/openbao.cljs b/src/main/infra/openbao.cljs index e995175..211b061 100644 --- a/src/main/infra/openbao.cljs +++ b/src/main/infra/openbao.cljs @@ -274,7 +274,7 @@ :app-name "openbao" :exec-fn execute-fn :vault-load-yaml false - :k8s:chart-opts {:fetchOpts {:repo "https://openbao.github.io/openbao-helm"} + :k8s:chart-opts {:repositoryOpts {:repo "https://openbao.github.io/openbao-helm"} :transformations [(fn [props opts] (let [kind (:kind props)] (if (= kind "StatefulSet")