Загрузка данных
Running with gitlab-runner 15.8.0 (12335144)
on gitlab-runner-gitlab-runner-64775b4cff-qpdc8 9cgwHtm5, system ID: r_FsAm41LqwxCr
Preparing the "kubernetes" executor
00:00
Using Kubernetes namespace: gitlab-runners
Using Kubernetes executor with image registry.rshbdev.ru/appfarm/infra/images/kube-client-apps:8.21.11 ...
Using attach strategy to execute scripts...
Preparing environment
00:08
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-85232-concurrent-0z4xbz to be running, status is Pending
ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-85232-concurrent-0z4xbz to be running, status is Pending
ContainersNotInitialized: "containers with incomplete status: [init-permissions]"
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Waiting for pod gitlab-runners/runner-9cgwhtm5-project-85232-concurrent-0z4xbz to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-9cgwhtm5-project-85232-concurrent-0z4xbz via gitlab-runner-gitlab-runner-64775b4cff-qpdc8...
Getting source from Git repository
00:02
$ git config --global --add url."https://gitlab-ci-token:${CI_JOB_TOKEN}@${CI_SERVER_HOST}/".insteadOf "https://${CI_SERVER_HOST}" # collapsed multi-line command
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign/.git/
Created fresh repository.
Checking out 658adb2a as 1.0.0-rc2...
Skipping Git submodules setup
Downloading artifacts
00:13
Downloading artifacts for devsecops_antivirus_scan (23294514)...
Downloading artifacts from coordinator... ok id=23294514 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for dockerfilegen (23294518)...
Downloading artifacts from coordinator... ok id=23294518 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for init_dojo (23294513)...
Downloading artifacts from coordinator... ok id=23294513 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for secrets_gitleaks (23294515)...
Downloading artifacts from coordinator... ok id=23294515 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for sast_ptai (23294517)...
Downloading artifacts from coordinator... ok id=23294517 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for sast_semgrep (23294516)...
Downloading artifacts from coordinator... ok id=23294516 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for sca_scan (23294519)...
Downloading artifacts from coordinator... ok id=23294519 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for build (23294521)...
Downloading artifacts from coordinator... ok id=23294521 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for unit (23294523)...
Downloading artifacts from coordinator... ok id=23294523 responseStatus=200 OK token=64_t1DHP
Downloading artifacts for bca_trivy (23294526)...
Downloading artifacts from coordinator... ok id=23294526 responseStatus=200 OK token=64_t1DHP
Executing "step_script" stage of the job script
11:59
$ ( umask 0077; mkdir -p ~/.kube && echo "$KUBECONFIG_COMBINED" | base64 -d > ~/.kube/config )
$ if [[ ${IS_SENSITIVE_SYSTEM} = true ]]; then export K8S_CLUSTERS=$K8S_CLUSTERS_SENSITIVE; fi
$ echo 'IS_SENSITIVE_SYSTEM:' $IS_SENSITIVE_SYSTEM
IS_SENSITIVE_SYSTEM: true
$ echo 'TARGET_CLUSTERS:' $K8S_CLUSTERS
TARGET_CLUSTERS: rcsdstbl
$ set -x
++ echo '$ for CLUSTER in $K8S_CLUSTERS; do'
$ for CLUSTER in $K8S_CLUSTERS; do
++ for CLUSTER in $K8S_CLUSTERS
++ echo '$ export CLUSTER=$CLUSTER'
$ export CLUSTER=$CLUSTER
++ export CLUSTER=rcsdstbl
++ CLUSTER=rcsdstbl
++ echo '$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi'
$ if [[ ${CI_ENVIRONMENT_SLUG} = production ]]; then export NAMESPACE=isys-${ISYS_NAME}; else export NAMESPACE=isys-${ISYS_NAME}-${CI_ENVIRONMENT_SLUG}; fi
++ [[ rc = production ]]
++ export NAMESPACE=isys-ownfin-rc
++ NAMESPACE=isys-ownfin-rc
++ echo '$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true'
$ read -r REVISION STATUS < <(helm --kube-context ${CLUSTER:-default} -n $NAMESPACE history $CI_PROJECT_NAME | tail -1 | cut -f1,3) || true
++ read -r REVISION STATUS
+++ +++ helm tail --kube-context -1rcsdstbl
-n isys-ownfin-rc history owf-ms-prd-documents-to-sign
+++ cut -f1,3
Error: release: not found
++ true
++ echo '$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi'
$ if [[ "$STATUS" =~ "pending" ]]; then helm --kube-context ${CLUSTER:-default} -n $NAMESPACE rollback $CI_PROJECT_NAME $REVISION || true; fi
++ [[ '' =~ pending ]]
++ echo '$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"'
$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set "additionalWorkloadAnnotations.gitlabPipeline=${CI_PIPELINE_URL}" --set "additionalWorkloadAnnotations.gitlabCommit=${CI_COMMIT_SHA}"
++ helmfile --environment rcsdstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets --set additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign/-/pipelines/3342442 --set additionalWorkloadAnnotations.gitlabCommit=658adb2ab15b856176c5ce861a366931cd0ee26d
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
no matches for path: envs/rc/rcsdstbl/helmfile.yaml.gotmpl
Adding repo rshb-charts https://nexus.rshbdev.ru/repository/charts/
"rshb-charts" has been added to your repositories
Comparing release=vault-secrets-owf-ms-prd-documents-to-sign, chart=rshb-charts/raw
Comparing release=psvc-owf-ms-prd-documents-to-sign, chart=rshb-charts/raw
Comparing release=platform-database-owf-ms-prd-documents-to-sign, chart=rshb-charts/raw
Comparing release=links-owf-ms-prd-documents-to-sign, chart=rshb-charts/raw
Comparing release=owf-ms-prd-documents-to-sign, chart=rshb-charts/base
********************
Release was not present in Helm. Diff will show entire contents as new.
********************
isys-ownfin-rc, owf-ms-prd-documents-to-sign, Deployment (apps) has been added:
-
+ # Source: base/templates/workload.yaml
+ apiVersion: apps/v1
+ kind: Deployment
+ metadata:
+ name: owf-ms-prd-documents-to-sign
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ workload.topology.app.farm/zone: "rumsk1"
+ annotations:
+ gitlabCommit: 658adb2ab15b856176c5ce861a366931cd0ee26d
+ gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign/-/pipelines/3342442
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 658adb2a
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3342442"
+ spec:
+ strategy:
+ type: Recreate
+ replicas: 1
+ selector:
+ matchLabels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ release: owf-ms-prd-documents-to-sign
+ template:
+ metadata:
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ workload.topology.app.farm/zone: "rumsk1"
+ annotations:
+ checksum/configMapsEnv: "77162f84984368cc75401feb20a6cebe9f326d94348df6ce4ecb5f15fa5a4732"
+ checksum/secretEnv: "5e58c8dc27fb39f0138e0223e8994fc2d6d603e8762414f5f0c8ee166ae0fda9"
+ inject.istio.io/templates: "sidecar,custom"
+ prometheus.io/path: "/metrics"
+ prometheus.io/port: "8080"
+ prometheus.io/scrape: "true"
+ sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"ownfin-rc-envoy-filters\"}}]"
+ sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
+ spec:
+ automountServiceAccountToken: false
+ serviceAccountName: default
+ nodeSelector:
+ workload.topology.app.farm/zone: rumsk1
+ priorityClassName: rumsk1
+ containers:
+ - name: app
+ image: registry.rshbdev.ru/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign:1.0.0-rc2
+ imagePullPolicy: IfNotPresent
+ envFrom:
+ - configMapRef:
+ name: owf-ms-prd-documents-to-sign-app-cm-env
+ - secretRef:
+ name: owf-ms-prd-documents-to-sign-app-secret-env
+ resources:
+ limits:
+ cpu: 1000m
+ memory: 2Gi
+ requests:
+ cpu: 200m
+ memory: 512Mi
+ ports:
+ livenessProbe:
+ failureThreshold: 5
+ httpGet:
+ path: /health/liveness
+ port: 8080
+ initialDelaySeconds: 240
+ periodSeconds: 5
+ successThreshold: 1
+ timeoutSeconds: 1
+ readinessProbe:
+ failureThreshold: 3
+ httpGet:
+ path: /health/readiness
+ port: 8080
+ initialDelaySeconds: 60
+ periodSeconds: 4
+ successThreshold: 1
+ timeoutSeconds: 1
+ volumeMounts:
+ - name: app-vault-secrets
+ mountPath: /secrets
+ readOnly: true
+ securityContext:
+ allowPrivilegeEscalation: false
+ capabilities:
+ drop:
+ - ALL
+ privileged: false
+ procMount: Default
+ readOnlyRootFilesystem: false
+ runAsGroup: 1001
+ runAsNonRoot: true
+ runAsUser: 1001
+ securityContext:
+ fsGroup: 1001
+ fsGroupChangePolicy: OnRootMismatch
+ runAsGroup: 1001
+ runAsNonRoot: true
+ runAsUser: 1001
+ tolerations:
+ - effect: NoSchedule
+ key: workload.topology.app.farm/zone
+ operator: Exists
+ hostNetwork: false
+ volumes:
+ - name: app-vault-secrets
+ csi:
+ driver: secrets-store.csi.k8s.io
+ readOnly: true
+ volumeAttributes:
+ secretProviderClass: owf-ms-prd-documents-to-sign-app-secret-provider
isys-ownfin-rc, owf-ms-prd-documents-to-sign, Service (v1) has been added:
-
+ # Source: base/templates/svc.yaml
+ apiVersion: v1
+ kind: Service
+ metadata:
+ name: owf-ms-prd-documents-to-sign
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ spec:
+ ports:
+ - name: web
+ port: 80
+ protocol: TCP
+ targetPort: 8080
+ selector:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ release: owf-ms-prd-documents-to-sign
+ type: ClusterIP
isys-ownfin-rc, owf-ms-prd-documents-to-sign-app-cm-env, ConfigMap (v1) has been added:
-
+ # Source: base/templates/cm-env.yaml
+ apiVersion: v1
+ kind: ConfigMap
+ metadata:
+ name: owf-ms-prd-documents-to-sign-app-cm-env
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ workload.topology.app.farm/zone: "rumsk1"
+ data:
+ APP_POSTGRESQL_HOST: "10.21.21.29"
+ APP_POSTGRESQL_NAME: "ownfin-rc"
+ APP_POSTGRESQL_PORT: "5432"
+ APP_POSTGRESQL_SCHEMA: "owf_ms_prd_documents_to_sign"
+ APP_SERVICE_NAME: "owf-ms-prd-documents-to-sign.isys-ownfin-rc.app"
+ APP_TRACING_COLLECTOR: "[MASKED]"
+ AUDIT_KAFKA_BOOTSTRAP_SERVERS: "10.21.21.30:9092"
+ CLIENT_PROFILE_SERVICE_URL: "http://owf-ms-plt-client-profile.isys-ownfin-rs"
+ CONFIRMATION_URL: "http://owf-ms-plt-confirmation.isys-ownfin-rc"
+ DBO_2_FLOW_HOST: "http://dbo2-flow.isys-flow-adapters-rc"
+ DBO_2_FLOW_HOST_STUB: "http://owf-ms-prd-credit-app-stub.isys-ownfin-dev-rc/api/credit-app-stub/internal/v1/dbo2flow"
+ DB_GARBAGE_COLLECTOR_START_CRON_DEFAULT: "0 5 0 * * *"
+ DICTIONARY_COMMON_SERVICE_URL: "http://owf-ms-plt-general-dictionary.isys-ownfin-rc"
+ FILE_STORAGE_AUTH_URL: "https://epint.rc.go.rshbank.ru/oauth/token"
+ FILE_STORAGE_URL: "https://epint.rc.go.rshbank.ru/rest/api/v2/file"
+ FILE_STORAGE_URL_STUB: "http://owf-ms-prd-credit-app-stub.isys-ownfin-rc/api/credit-app-stub/internal/v1/file-api"
+ HTTP_LOGGING_ENABLED: "true"
+ HTTP_REQUEST_BODY_LOGGING_ENABLED: "true"
+ HTTP_RESPONSE_BODY_LOGGING_ENABLED: "true"
+ JAVA_OPTS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages"
+ KAFKA_CONN_SVC: "adapter-ownfin-cluster.isys-ownfin-rc-links:9092"
+ KAFKA_PRODUCER_ACKS: "all"
+ KAFKA_PRODUCER_BATCH_SIZE: "32000"
+ KAFKA_PRODUCER_LINGER_MS: "1000"
+ KAFKA_SECURITY_PROTOCOL: "SSL"
+ PROFILE: "rc"
+ STUB_INTEGRATION_ENABLE: "true"
isys-ownfin-rc, owf-ms-prd-documents-to-sign-app-secret-env, Secret (v1) has been added:
+ Changes suppressed on sensitive content of type Secret
isys-ownfin-rc, owf-ms-prd-documents-to-sign-app-secret-provider, SecretProviderClass (secrets-store.csi.x-k8s.io) has been added:
-
+ # Source: base/templates/secret-provider.yaml
+ apiVersion: secrets-store.csi.x-k8s.io/v1
+ kind: SecretProviderClass
+ metadata:
+ name: owf-ms-prd-documents-to-sign-app-secret-provider
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ workload.topology.app.farm/zone: "rumsk1"
+ spec:
+ provider: vault
+ parameters:
+ vaultKubernetesMountPath: rcsdstbl
+ roleName: "csi-secrets-reader-rc"
+ objects: |
+ - objectName: APP_CAMUNDA_ADMIN_LOGIN
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_CAMUNDA_ADMIN_LOGIN
+ - objectName: APP_CAMUNDA_ADMIN_PASSWORD
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_CAMUNDA_ADMIN_PASSWORD
+ - objectName: APP_POSTGRESQL_MIGRATION_PASSWORD
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_POSTGRESQL_MIGRATION_PASSWORD
+ - objectName: APP_POSTGRESQL_MIGRATION_USER
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_POSTGRESQL_MIGRATION_USER
+ - objectName: APP_POSTGRESQL_PASSWORD
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_POSTGRESQL_PASSWORD
+ - objectName: APP_POSTGRESQL_USER
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: APP_POSTGRESQL_USER
+ - objectName: FILEAPI_LOGIN
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: FILEAPI_LOGIN
+ - objectName: FILEAPI_PASSWORD
+ secretPath: manual_kv_rc/data/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign
+ secretKey: FILEAPI_PASSWORD
+ secretObjects:
+ - secretName: owf-ms-prd-documents-to-sign-app-secret-env
+ type: Opaque
+ labels:
+ app: owf-ms-prd-documents-to-sign
+ fullname: owf-ms-prd-documents-to-sign
+ chart: base-1.15.2
+ release: owf-ms-prd-documents-to-sign
+ heritage: Helm
+ isys: "ownfin-rc"
+ psvc: "owf-ms-prd-documents-to-sign"
+ version: "1.0.0-rc2"
+ workload.topology.app.farm/zone: "rumsk1"
+ data:
+ - objectName: APP_CAMUNDA_ADMIN_LOGIN
+ key: APP_CAMUNDA_ADMIN_LOGIN
+ - objectName: APP_CAMUNDA_ADMIN_PASSWORD
+ key: APP_CAMUNDA_ADMIN_PASSWORD
+ - objectName: APP_POSTGRESQL_MIGRATION_PASSWORD
+ key: APP_POSTGRESQL_MIGRATION_PASSWORD
+ - objectName: APP_POSTGRESQL_MIGRATION_USER
+ key: APP_POSTGRESQL_MIGRATION_USER
+ - objectName: APP_POSTGRESQL_PASSWORD
+ key: APP_POSTGRESQL_PASSWORD
+ - objectName: APP_POSTGRESQL_USER
+ key: APP_POSTGRESQL_USER
+ - objectName: FILEAPI_LOGIN
+ key: FILEAPI_LOGIN
+ - objectName: FILEAPI_PASSWORD
+ key: FILEAPI_PASSWORD
Listing releases matching ^pjob-owf-ms-prd-documents-to-sign$
Listing releases matching ^exsvc-owf-ms-prd-documents-to-sign$
Listing releases matching ^data-owf-ms-prd-documents-to-sign$
Listing releases matching ^assets-config-owf-ms-prd-documents-to-sign$
Listing releases matching ^owf-ms-prd-documents-to-sign-raw$
Listing releases matching ^owf-ms-prd-documents-to-sign-grafana-dashboard$
Listing releases matching ^owf-ms-prd-documents-to-sign-prometheus-rules$
Listing releases matching ^owf-ms-prd-documents-to-sign-rumsk1$
Listing releases matching ^owf-ms-prd-documents-to-sign-rumsk2$
Upgrading release=owf-ms-prd-documents-to-sign, chart=rshb-charts/base
Release "owf-ms-prd-documents-to-sign" does not exist. Installing it now.
FAILED RELEASES:
NAME
owf-ms-prd-documents-to-sign
in deploy/helmfile.yaml: failed processing release owf-ms-prd-documents-to-sign: command "/usr/local/link/helm" exited with non-zero status:
PATH:
/usr/local/link/helm
ARGS:
0: helm (4 bytes)
1: --kube-context (14 bytes)
2: rcsdstbl (8 bytes)
3: upgrade (7 bytes)
4: --install (9 bytes)
5: --reset-values (14 bytes)
6: owf-ms-prd-documents-to-sign (28 bytes)
7: rshb-charts/base (16 bytes)
8: --version (9 bytes)
9: 1.15.2 (6 bytes)
10: --wait (6 bytes)
11: --timeout (9 bytes)
12: 600s (4 bytes)
13: --atomic (8 bytes)
14: --kube-context (14 bytes)
15: rcsdstbl (8 bytes)
16: --namespace (11 bytes)
17: isys-ownfin-rc (14 bytes)
18: --values (8 bytes)
19: /tmp/helmfile3444658732/isys-ownfin-rc-owf-ms-prd-documents-to-sign-values-5d669dbcf5 (85 bytes)
20: --values (8 bytes)
21: /tmp/helmfile1000064172/isys-ownfin-rc-owf-ms-prd-documents-to-sign-values-549f86666 (84 bytes)
22: --set (5 bytes)
23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/crft/ckof/ownfin/backend/prd/owf-ms-prd-documents-to-sign/-/pipelines/3342442 (159 bytes)
24: --set (5 bytes)
25: additionalWorkloadAnnotations.gitlabCommit=658adb2ab15b856176c5ce861a366931cd0ee26d (83 bytes)
26: --history-max (13 bytes)
27: 10 (2 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: release owf-ms-prd-documents-to-sign failed, and has been uninstalled due to atomic being set: timed out waiting for the condition
COMBINED OUTPUT:
Release "owf-ms-prd-documents-to-sign" does not exist. Installing it now.
Error: release owf-ms-prd-documents-to-sign failed, and has been uninstalled due to atomic being set: timed out waiting for the condition
Uploading artifacts for failed job
00:01
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories
Uploading artifacts as "dotenv" to coordinator... 201 Created id=23297327 responseStatus=201 Created token=64_t1DHP
Cleaning up project directory and file based variables
00:01
ERROR: Job failed: command terminated with exit code 1