Загрузка данных


Running with gitlab-runner 15.8.0 (12335144)
  on gitlab-runner-gitlab-runner-695bb55d66-jxll4 JJaR6g8V, system ID: r_34sswAxTYh8f
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.16 ...
Using attach strategy to execute scripts...
Preparing environment
00:06
Waiting for pod gitlab-runners/runner-jjar6g8v-project-49513-concurrent-0zc6jf to be running, status is Pending
Waiting for pod gitlab-runners/runner-jjar6g8v-project-49513-concurrent-0zc6jf to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-jjar6g8v-project-49513-concurrent-0zc6jf via gitlab-runner-gitlab-runner-695bb55d66-jxll4...
Getting source from Git repository
00:03
$ 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/retail/crm-systems/efrfl-ocrm/communication-service/.git/
Created fresh repository.
Checking out 9fd31af9 as 2.5.11...
Skipping Git submodules setup
Downloading artifacts
00:03
Downloading artifacts for devsecops_antivirus_scan (24433369)...
Downloading artifacts from coordinator... ok        id=24433369 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for init_dojo (24433368)...
Downloading artifacts from coordinator... ok        id=24433368 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for secrets_gitleaks (24433370)...
Downloading artifacts from coordinator... ok        id=24433370 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for sast_semgrep (24433371)...
Downloading artifacts from coordinator... ok        id=24433371 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for dockerfilegen (24433373)...
Downloading artifacts from coordinator... ok        id=24433373 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for sast_ptai (24433372)...
Downloading artifacts from coordinator... ok        id=24433372 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for sca_scan (24433374)...
Downloading artifacts from coordinator... ok        id=24433374 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for build (24433376)...
Downloading artifacts from coordinator... ok        id=24433376 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for unit (24433378)...
Downloading artifacts from coordinator... ok        id=24433378 responseStatus=200 OK token=64_TxJJi
Downloading artifacts for bca_trivy (24433381)...
Downloading artifacts from coordinator... ok        id=24433381 responseStatus=200 OK token=64_TxJJi
Executing "step_script" stage of the job script
00:17
$ ( 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
++ [[ production = production ]]
++ export NAMESPACE=isys-efrfl-ocrm
++ NAMESPACE=isys-efrfl-ocrm
++ 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 --kube-context rcsdstbl -n isys-efrfl-ocrm history communication-service
+++ tail -1
+++ cut -f1,3
++ 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
++ [[ deployed =~ 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/retail/crm-systems/efrfl-ocrm/communication-service/-/pipelines/3509698 --set additionalWorkloadAnnotations.gitlabCommit=9fd31af901a76c8ff20ed66a4984335ed5b2219e
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
no matches for path: envs/production/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-communication-service, chart=rshb-charts/raw
Comparing release=psvc-communication-service, chart=rshb-charts/raw
isys-efrfl-ocrm, communication-service, PlatformService (production.platform.ckpr.integrations.rshbintech.ru) has changed:
  # Source: raw/templates/resources.yaml
  apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
  kind: PlatformService
  metadata:
    annotations:
      ci.build.image.app.farm/version: 3.9.12-eclipse-temurin-21-rshb.0.2.1
      ci.runtime.image.app.farm/version: 21.0.9_10-jre-jammy-rshb.1.0.0
    labels:
      app: raw
      chart: raw-0.2.3-rshb.1.0.0
      ci.build.image.app.farm/name: maven
      ci.kubeclientapps.app.farm/version: 8.21.16
      ci.runtime.image.app.farm/name: jre
      ci.service.app.farm/lang: java
      ci.service.app.farm/side: backend
-     commitShortSHA: 1b02cd6b
+     commitShortSHA: 9fd31af9
      heritage: Helm
      release: psvc-communication-service
-     version: 2.5.10
+     version: 2.5.11
    name: communication-service
  spec:
    cpuLimits: 600m
    cpuRequests: 300m
    description: Сервис коммуникации
    environment: PRODUCTION
    informationSystemId: efrfl-ocrm
    istioSidecarSettings:
      limits:
        cpu: 500m
        memory: 1024Mi
      requests:
        cpu: 300m
        memory: 256Mi
    name: Communication service
    projectPath: /rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
    publicDomain: communication-service
    publishAPI: true
    ramLimits: 1536Mi
    ramRequests: 1024Mi
    replicaCount: 1
    serviceReference:
      name: communication-service
      namespace: isys-efrfl-ocrm
    side: backend
    updateStrategy: Recreate
Comparing release=data-communication-service, chart=rshb-charts/raw
Comparing release=platform-database-communication-service, chart=rshb-charts/raw
Comparing release=links-communication-service, chart=rshb-charts/raw
Comparing release=communication-service, chart=rshb-charts/base
isys-efrfl-ocrm, communication-service, Deployment (apps) has changed:
  # Source: base/templates/workload.yaml
  apiVersion: apps/v1
  kind: Deployment
  metadata:
    name: communication-service
    labels:
      app: communication-service
      fullname: communication-service
      chart: base-1.15.3
      release: communication-service
      heritage: Helm
      isys: "efrfl-ocrm"
      psvc: "communication-service"
-     version: "2.5.10"    
+     version: "2.5.11"    
      workload.topology.app.farm/zone: "rumsk1"
    annotations:
-     gitlabCommit: 1b02cd6b37b0f85d96aa05b854a998c42148f011
-     gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service/-/pipelines/3501763
-     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 1b02cd6b
-     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3501763"
+     gitlabCommit: 9fd31af901a76c8ff20ed66a4984335ed5b2219e
+     gitlabPipeline: https://gitlab.rshbdev.ru/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service/-/pipelines/3509698
+     platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 9fd31af9
+     platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3509698"
  spec:
    strategy:
      type: Recreate
    replicas: 1
    selector:
      matchLabels:
        app: communication-service
        fullname: communication-service
        release: communication-service
    template:
      metadata:
        labels:
          app: communication-service
          fullname: communication-service
          chart: base-1.15.3
          release: communication-service
          heritage: Helm
          isys: "efrfl-ocrm"
          psvc: "communication-service"
-         version: "2.5.10"        
+         version: "2.5.11"        
          workload.topology.app.farm/zone: "rumsk1"
        annotations:
-         checksum/configMapsEnv: "bc4e774553b14727486bfb91ed4a26501553cf00516c1493c79dd9a477220098"
-         checksum/secretEnv: "0a644990976cdc946fd379b1033a39781f269ef13d3a013132cc8ce97ae6ca29"
+         checksum/configMapsEnv: "3d558d529332bbabbe192e0eee5717f9b3804b567509deb0a9efba4f3dcbbe06"
+         checksum/secretEnv: "cf6deb2cce2aff02301aab5e9b16e01faf1695c05be246d5af7f4edde741914c"
          inject.istio.io/templates: "sidecar,custom"
          prometheus.io/path: "/metrics"
          prometheus.io/port: "8080"
          prometheus.io/scrape: "true"
          sidecar.istio.io/proxyCPU: "300m"
          sidecar.istio.io/proxyCPULimit: "500m"
          sidecar.istio.io/proxyMemory: "256Mi"
          sidecar.istio.io/proxyMemoryLimit: "1024Mi"
          sidecar.istio.io/userVolume: "[{\"name\": \"wasmfilters-dir\",\"configMap\": {\"name\": \"efrfl-ocrm-envoy-filters\"}}]"
          sidecar.istio.io/userVolumeMount: "[{\"mountPath\":\"/var/local/lib/wasm-filters\",\"name\":\"wasmfilters-dir\"}]"
      spec:
        serviceAccountName: default
        nodeSelector:
          workload.topology.app.farm/zone: rumsk1
        priorityClassName: rumsk1
        containers:
          - name: app
-           image: registry.rshbdev.ru/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service:2.5.10
+           image: registry.rshbdev.ru/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service:2.5.11
            imagePullPolicy: IfNotPresent
            envFrom:
              - configMapRef:
                  name: communication-service-app-cm-env
              - secretRef:
                  name: communication-service-app-secret-env
            resources:
              limits:
                cpu: 600m
                memory: 1536Mi
              requests:
                cpu: 300m
                memory: 1024Mi
            ports:
            livenessProbe:
              failureThreshold: 5
              httpGet:
                path: /health/liveness
                port: 8080
              initialDelaySeconds: 360
              periodSeconds: 5
              successThreshold: 1
              timeoutSeconds: 1
            readinessProbe:
              failureThreshold: 3
              httpGet:
                path: /health/readiness
                port: 8080
              initialDelaySeconds: 180
              periodSeconds: 5
              successThreshold: 1
              timeoutSeconds: 1
            volumeMounts:
              - name: app-data
                mountPath: /data
              - 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-data
            configMap:
              name: communication-service-data
              defaultMode: 420
          - name: app-vault-secrets
            csi:
              driver: secrets-store.csi.k8s.io
              readOnly: true
              volumeAttributes:
                secretProviderClass: communication-service-app-secret-provider
isys-efrfl-ocrm, communication-service, Service (v1) has changed:
  # Source: base/templates/svc.yaml
  apiVersion: v1
  kind: Service
  metadata:
    name: communication-service
    labels:
      app: communication-service
      fullname: communication-service
      chart: base-1.15.3
      release: communication-service
      heritage: Helm
      isys: "efrfl-ocrm"
      psvc: "communication-service"
-     version: "2.5.10"
+     version: "2.5.11"
  spec:
    ports:
      - name: web
        port: 80
        protocol: TCP
        targetPort: 8080
    selector:
      app: communication-service
      fullname: communication-service
      release: communication-service
    type: ClusterIP
isys-efrfl-ocrm, communication-service-app-cm-env, ConfigMap (v1) has changed:
  # Source: base/templates/cm-env.yaml
  apiVersion: v1
  kind: ConfigMap
  metadata:
    name: communication-service-app-cm-env
    labels:
      app: communication-service
      fullname: communication-service
      chart: base-1.15.3
      release: communication-service
      heritage: Helm
      isys: "efrfl-ocrm"
      psvc: "communication-service"
-     version: "2.5.10"    
+     version: "2.5.11"    
      workload.topology.app.farm/zone: "rumsk1"
  data:
    ACTIVE_DBO_LINK: "https://online.rshb.ru/b1/ib6/wf2/iclientadm/ib/login"
    ACTIVE_MQ_QUEUE_REQUEST: "TRANSPORT-REQUEST-QUEUE"
    ACTIVE_MQ_QUEUE_REQUEST_LISTENER_CONCURRENCY: "3-10"
    ACTIVE_MQ_QUEUE_RESPONSE: "TRANSPORT-RESPONSE-QUEUE"
    ACTIVE_MQ_QUEUE_RESPONSE_LISTENER_CONCURRENCY: "3-10"
    ACTIVE_MQ_QUEUE_SERVER: "failover:(tcp://10.21.16.9:61616,tcp://10.21.21.48:61616)?randomize=false&priorityBackup=true&jms.connectResponseTimeout=30000&maxReconnectAttempts=5&jms.prefetchPolicy.queuePrefetch=1"
    ACTIVE_MQ_TOPIC_EVENT: "TRANSPORT-EVENT-TOPIC"
    ACTIVE_MQ_TOPIC_SERVER: "failover:(tcp://10.21.16.9:61616,tcp://10.21.21.48:61616)?randomize=false&priorityBackup=true&jms.connectResponseTimeout=30000&maxReconnectAttempts=5&jms.prefetchPolicy.queuePrefetch=1"
    APP_KAFKA_BOOTSTRAP_SERVERS: "adapter-flow-adapters-flow-kafka-int.isys-efrfl-ocrm-links:9092"
    APP_KAFKA_TOPIC: "cft.send_discrepancy_fl_data"
    APP_POSTGRESQL_HOST: "10.21.11.31"
    APP_POSTGRESQL_NAME: "ocrmpg"
    APP_POSTGRESQL_PORT: "5432"
    APP_PROFILES_ACTIVE: "prod"
    CAS_AUTH_URL: "http://10.21.21.10:7777/cas-auth"
    CAS_ROUTER_URL: "http://10.21.21.10:7004/cas-router"
    CDI_CANCEL_CONSENT_URL: "/api/CdiCancelConsentRequest"
    CDI_CREATE_PERSON_URL: "/api/CdiCreatePersonRequest"
    CDI_EXPIRE_XREF_URL: "/api/CdiExpireXrefRequest"
    CDI_UPDATE_PERSON_URL: "/api/CdiUpdatePersonRequest"
    DIALER_HOST: "10.21.113.8"
    EMAIL_SENDER: "efr_fl_ocrm@go.rshbank.ru"
    EMAIL_SMTP_HOST: "10.21.200.17"
    EMAIL_SMTP_PORT: "25"
    ESPP_AVAILABILITY_MANAGEMENT_URL: "/api/AvailabilityManagementRequest"
    FLOW_ADAPTER_HOST: "efrfl-ocrm-flow.isys-flow-adapters"
    FLOW_ADAPTER_PORT: "80"
    JAVA_OPTS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages"
    LIQUIBASE_ENABLED: "true"
    LOGGING_APPLICATION_ID: "300"
    LOGGING_EXCHANGE_LOG: "JMS"
    LOGGING_JMS_BROKER_URL: "failover:(tcp://10.21.21.90:61616,tcp://10.21.21.91:61616)?randomize=false&priorityBackup=true&jms.connectResponseTimeout=30000"
    LOGGING_JMS_MESSAGE_LIFETIME: "10000"
    LOGGING_JMS_QUEUE_NAME: "systemjournal.event"
    LOGGING_OPERATION_LOG: "JMS"
    LOGGING_SETTINGS_SERVICE_TIMEOUT: "1"
    LOGGING_SYSTEM_LOG: "JMS"
    OAUTH_SSL_STORE_PATH: "/data/appfarm.jks"
    OAUTH_TOKEN_URL: "https://auth.rshbdev.ru/auth/realms/platform/protocol/openid-connect/token"
    OCRM_MARKETING_SERVICE_HOST: "http://marketing-service.isys-efrfl-ocrm"
    OCRM_SETTINGS_SERVICE_HOST: "http://settings-service.isys-efrfl-ocrm"
    OCRM_TELEPHONY_SERVICE_HOST: "http://telephony-service.isys-efrfl-ocrm"
isys-efrfl-ocrm, communication-service-app-secret-env, Secret (v1) has changed:
+ Changes suppressed on sensitive content of type Secret
isys-efrfl-ocrm, communication-service-app-secret-provider, SecretProviderClass (secrets-store.csi.x-k8s.io) has changed:
  # Source: base/templates/secret-provider.yaml
  apiVersion: secrets-store.csi.x-k8s.io/v1
  kind: SecretProviderClass
  metadata:
    name: communication-service-app-secret-provider
    labels:
      app: communication-service
      fullname: communication-service
      chart: base-1.15.3
      release: communication-service
      heritage: Helm
      isys: "efrfl-ocrm"
      psvc: "communication-service"
-     version: "2.5.10"    
+     version: "2.5.11"    
      workload.topology.app.farm/zone: "rumsk1"
  spec:
    provider: vault
    parameters:
      vaultKubernetesMountPath: rcsdstbl-secrets-store
      roleName: "csi-secrets-reader-production"
      objects: |
        - objectName: APP_POSTGRESQL_PASSWORD
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: APP_POSTGRESQL_PASSWORD
        - objectName: APP_POSTGRESQL_USER
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: APP_POSTGRESQL_USER
        - objectName: AUTHORIZATION_SSO_TOKEN_SECRET
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: AUTHORIZATION_SSO_TOKEN_SECRET
        - objectName: AUTHORIZATION_TOKEN_SECRET
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: AUTHORIZATION_TOKEN_SECRET
        - objectName: DIALER_LOGIN_CLIENT_ID
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: DIALER_LOGIN_CLIENT_ID
        - objectName: DIALER_USER_LOGIN
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: DIALER_USER_LOGIN
        - objectName: DIALER_USER_PASSWORD
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: DIALER_USER_PASSWORD
        - objectName: EMAIL_AUTH_PASSWORD
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: EMAIL_AUTH_PASSWORD
        - objectName: EMAIL_AUTH_USER
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: EMAIL_AUTH_USER
        - objectName: OAUTH_CLIENT_ID
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: OAUTH_CLIENT_ID
        - objectName: OAUTH_CLIENT_SECRET
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: OAUTH_CLIENT_SECRET
        - objectName: OAUTH_SSL_STORE_PASSWORD
          secretPath: manual_kv_production/data/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service
          secretKey: OAUTH_SSL_STORE_PASSWORD
    secretObjects:
      - secretName: communication-service-app-secret-env
        type: Opaque
        labels:
          app: communication-service
          fullname: communication-service
          chart: base-1.15.3
          release: communication-service
          heritage: Helm
          isys: "efrfl-ocrm"
          psvc: "communication-service"
-         version: "2.5.10"        
+         version: "2.5.11"        
          workload.topology.app.farm/zone: "rumsk1"
        data:
          - objectName: APP_POSTGRESQL_PASSWORD
            key: APP_POSTGRESQL_PASSWORD
          - objectName: APP_POSTGRESQL_USER
            key: APP_POSTGRESQL_USER
          - objectName: AUTHORIZATION_SSO_TOKEN_SECRET
            key: AUTHORIZATION_SSO_TOKEN_SECRET
          - objectName: AUTHORIZATION_TOKEN_SECRET
            key: AUTHORIZATION_TOKEN_SECRET
          - objectName: DIALER_LOGIN_CLIENT_ID
            key: DIALER_LOGIN_CLIENT_ID
          - objectName: DIALER_USER_LOGIN
            key: DIALER_USER_LOGIN
          - objectName: DIALER_USER_PASSWORD
            key: DIALER_USER_PASSWORD
          - objectName: EMAIL_AUTH_PASSWORD
            key: EMAIL_AUTH_PASSWORD
          - objectName: EMAIL_AUTH_USER
            key: EMAIL_AUTH_USER
          - objectName: OAUTH_CLIENT_ID
            key: OAUTH_CLIENT_ID
          - objectName: OAUTH_CLIENT_SECRET
            key: OAUTH_CLIENT_SECRET
          - objectName: OAUTH_SSL_STORE_PASSWORD
            key: OAUTH_SSL_STORE_PASSWORD
Listing releases matching ^pjob-communication-service$
Listing releases matching ^exsvc-communication-service$
Listing releases matching ^assets-config-communication-service$
Listing releases matching ^communication-service-raw$
Listing releases matching ^communication-service-grafana-dashboard$
Listing releases matching ^communication-service-prometheus-rules$
Listing releases matching ^communication-service-rumsk1$
Listing releases matching ^communication-service-rumsk2$
Upgrading release=psvc-communication-service, chart=rshb-charts/raw
FAILED RELEASES:
NAME
psvc-communication-service
in deploy/helmfile.yaml: failed processing release psvc-communication-service: 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: psvc-communication-service (26 bytes)
  7: rshb-charts/raw (15 bytes)
  8: --version (9 bytes)
  9: 0.2.3-rshb.1.0.0 (16 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-efrfl-ocrm (15 bytes)
  18: --values (8 bytes)
  19: /tmp/helmfile2588772568/isys-efrfl-ocrm-psvc-communication-service-values-7d6f49f4bb (84 bytes)
  20: --values (8 bytes)
  21: /tmp/helmfile2905833380/isys-efrfl-ocrm-psvc-communication-service-values-6c85f4b566 (84 bytes)
  22: --set (5 bytes)
  23: additionalWorkloadAnnotations.gitlabPipeline=https://gitlab.rshbdev.ru/rshbintech/retail/crm-systems/efrfl-ocrm/communication-service/-/pipelines/3509698 (153 bytes)
  24: --set (5 bytes)
  25: additionalWorkloadAnnotations.gitlabCommit=9fd31af901a76c8ff20ed66a4984335ed5b2219e (83 bytes)
  26: --history-max (13 bytes)
  27: 10 (2 bytes)
ERROR:
  exit status 1
EXIT STATUS
  1
STDERR:
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "communication-service" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "communication-service" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
COMBINED OUTPUT:
  Error: UPGRADE FAILED: an error occurred while rolling back the release. original upgrade error: cannot patch "communication-service" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused: cannot patch "communication-service" with kind PlatformService: Internal error occurred: failed calling webhook "platformservice.platform.ckpr.integrations.rshbintech.ru": failed to call webhook: Post "https://platform-operator.platform.svc:443/validate-production-platform-ckpr-integrations-rshbintech-ru-v1-platformservice?timeout=10s": dial tcp 100.79.0.193:443: connect: connection refused
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=24436111 responseStatus=201 Created token=64_TxJJi
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1