From d711a60caec1c671ee54e472d9bcb152039655b9 Mon Sep 17 00:00:00 2001 From: jdorsch Date: Fri, 10 Nov 2023 18:35:21 +0100 Subject: [PATCH] added kong, openapi, and config for helm chart --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff17b0e1..2d25e47b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -283,7 +283,7 @@ tag_release: echo "Pushing helm charts to $CI_REGISTRY_HELM_URL" - images="certificator compute reservations status storage tasks utilities"; + images="config certificator compute reservations status storage tasks utilities openapi kong"; for img in $images; do helm package --version=$CI_COMMIT_TAG --app-version=$CI_COMMIT_TAG deploy/k8s/$img