From 4dac6ab146571ae809f9da79230e9dc3b70331d8 Mon Sep 17 00:00:00 2001 From: huangzhangshu <109708205+JashBook@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:28:56 +0800 Subject: [PATCH] chore: fix release addon image error (#750) (cherry picked from commit 5a225096b93b2ebcde127cde9be5fe9ab190f136) --- docker/Dockerfile-charts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile-charts b/docker/Dockerfile-charts index c91f8d437..0d7b0c488 100644 --- a/docker/Dockerfile-charts +++ b/docker/Dockerfile-charts @@ -5,6 +5,8 @@ COPY docker/custom-scripts/package-all-helm-charts.sh /tmp/package-all-helm-char COPY addons addons +COPY addons-cluster/kblib addons-cluster/kblib + RUN bash /tmp/package-all-helm-charts.sh /tmp/charts RUN rm -rf addons