release-helmchart-job
Passed Started
by
@n00bagqb
Albert Brzozowski
1Running with gitlab-runner 17.5.3 (12030cf4)2 on gitlab-runner-6b7fbcd75d-66tn9 C6vzW3PL6, system ID: r_7vTSKIsk5KqQ3Resolving secrets5Using Kubernetes namespace: gitlab-runner6Using Kubernetes executor with image alpine/helm ...7Using attach strategy to execute scripts...9Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 4h0m0s...10Waiting for pod gitlab-runner/runner-c6vzw3pl6-project-828-concurrent-0-u1c3yxvu to be running, status is Pending11Waiting for pod gitlab-runner/runner-c6vzw3pl6-project-828-concurrent-0-u1c3yxvu to be running, status is Pending12 ContainersNotInitialized: "containers with incomplete status: [init-permissions]"13 ContainersNotReady: "containers with unready status: [build helper]"14 ContainersNotReady: "containers with unready status: [build helper]"15Waiting for pod gitlab-runner/runner-c6vzw3pl6-project-828-concurrent-0-u1c3yxvu to be running, status is Pending16 ContainersNotInitialized: "containers with incomplete status: [init-permissions]"17 ContainersNotReady: "containers with unready status: [build helper]"18 ContainersNotReady: "containers with unready status: [build helper]"19Running on runner-c6vzw3pl6-project-828-concurrent-0-u1c3yxvu via gitlab-runner-6b7fbcd75d-66tn9...21Fetching changes with git depth set to 20...22Initialized empty Git repository in /builds/simpl/simpl-open/development/monitoring/eck-monitoring/.git/23Created fresh repository.24Checking out d06f19b1 as detached HEAD (ref is feature/logstash-adjust)...25Skipping Git submodules setup27$ export COMMIT_TIME=$(git show -s --format=%ct $CI_COMMIT_SHA)28$ echo "COMMIT_TIME = $COMMIT_TIME"29COMMIT_TIME = 173288159030$ echo "CI_COMMIT_REF_SLUG= $CI_COMMIT_REF_SLUG"31CI_COMMIT_REF_SLUG= feature-logstash-adjust32$ echo "CI_PROJECT_NAME= $CI_PROJECT_NAME"33CI_PROJECT_NAME= eck-monitoring34$ echo "CI_PROJECT_NAMESPACE= $CI_PROJECT_NAMESPACE"35CI_PROJECT_NAMESPACE= simpl/simpl-open/development/monitoring36$ echo "CI_PROJECT_PATH_SLUG= $CI_PROJECT_PATH_SLUG"37CI_PROJECT_PATH_SLUG= simpl-simpl-open-development-monitoring-eck-monitoring38$ GROUP_NAME=$(echo "$CI_PROJECT_PATH" | awk -F'/' '{print $(NF-1)}')39$ GROUP_NAME_LOWER=$(echo "$GROUP_NAME" | tr '[:upper:]' '[:lower:]')40$ export FORTIFY_PRJ=${GROUP_NAME_LOWER}/${CI_PROJECT_NAME}41$ export FORTIFY_PRJ_REPORT=${GROUP_NAME_LOWER}.${CI_PROJECT_NAME}42$ echo "$GROUP_NAME_LOWER/$CI_PROJECT_NAME"43monitoring/eck-monitoring44$ if [[ -s ${CI_PROJECT_DIR}/pipeline.variables.sh ]]45$ then46$ . ${CI_PROJECT_DIR}/pipeline.variables.sh47$ fi48$ echo ${PROJECT_VERSION_NUMBER}490.1.450$ case "$CI_COMMIT_REF_SLUG" in # collapsed multi-line command51$ export BRANCH_CONTEXT52$ export PROJECT_RELEASE_VERSION53$ export PROJECT_RELEASE_SHORT_VERSION54$ export DOCKER_IMAGE_NAME="${CI_REGISTRY_IMAGE}:${PROJECT_RELEASE_VERSION}"55$ export DOCKER_IMAGE_VERYLAST="${CI_REGISTRY_IMAGE}:latest"56$ export DOCKER_IMAGE_CURRENTLAST="${CI_REGISTRY_IMAGE}:${PROJECT_VERSION_NUMBER}-${BRANCH_CONTEXT}.latest"57$ echo "PROJECT_RELEASE_VERSION= $PROJECT_RELEASE_VERSION"58PROJECT_RELEASE_VERSION= 0.1.4-F-feature-logstash-adjust.108.d06f19b159$ echo "PROJECT_RELEASE_SHORT_VERSION= $PROJECT_RELEASE_SHORT_VERSION"60PROJECT_RELEASE_SHORT_VERSION= 0.1.4-F-feature-logstash-adjust61$ helm repo add --username gitlab-ci-token --password ${CI_JOB_TOKEN} ${CI_PROJECT_NAME} ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/stable62"eck-monitoring" has been added to your repositories63$ apk add gettext66(1/7) Installing libintl (0.22.5-r0)67(2/7) Installing gettext-envsubst (0.22.5-r0)68(3/7) Installing libgomp (13.2.1_git20240309-r0)69(4/7) Installing gettext-libs (0.22.5-r0)70(5/7) Installing xz-libs (5.6.2-r0)71(6/7) Installing libxml2 (2.12.7-r0)72(7/7) Installing gettext (0.22.5-r0)73Executing busybox-1.36.1-r29.trigger74OK: 37 MiB in 41 packages75$ cp -r ${CHART_PATH} ${CHART_TARGET}76$ cat ${CHART_PATH}/Chart.yaml | envsubst > ${CHART_TARGET}/Chart.yaml77$ cat ${CHART_PATH}/values.yaml | envsubst > ${CHART_TARGET}/values.yaml78$ for folder in $HELM_CHART_DIRS; do79$ helm package ${CHART_TARGET}80Successfully packaged chart and saved it to: /builds/simpl/simpl-open/development/monitoring/eck-monitoring/eck-monitoring-0.1.4-F-feature-logstash-adjust.108.d06f19b1.tgz81$ helm plugin install https://github.com/chartmuseum/helm-push.git82Downloading and installing helm-push v0.10.4 ...83https://github.com/chartmuseum/helm-push/releases/download/v0.10.4/helm-push_0.10.4_linux_amd64.tar.gz84Installed plugin: cm-push85$ helm cm-push ${CHART_TARGET} ${HELM_PROJECT}86Pushing eck-monitoring-0.1.4-F-feature-logstash-adjust.108.d06f19b1.tgz to eck-monitoring...87Done.89Job succeeded