From a2200f77b2f3ab3587847896f2119b6e9a1b0a0a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 20 Aug 2023 13:34:41 +0000 Subject: [PATCH] Update file helm.tpl.yml --- templates/helm.tpl.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/helm.tpl.yml b/templates/helm.tpl.yml index 01f6cad..826214a 100644 --- a/templates/helm.tpl.yml +++ b/templates/helm.tpl.yml @@ -2,6 +2,10 @@ image: dtzar/helm-kubectl script: - ./scripts/helm-package.sh + artifacts: + expire_in: 1 hour + paths: + - $CI_PROJECT_DIR/packages .helm-push: image: dtzar/helm-kubectl