Загрузка данных
Running with gitlab-runner 15.8.0 (12335144)
on gitlab-runner-gitlab-runner-5c5d8dfd84-fc2jj x3T1Qxkg, system ID: r_0t1aE5p8nfLN
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.3 ...
Using attach strategy to execute scripts...
Preparing environment
00:08
Waiting for pod gitlab-runners/runner-x3t1qxkg-project-7919-concurrent-0znbvq to be running, status is Pending
Waiting for pod gitlab-runners/runner-x3t1qxkg-project-7919-concurrent-0znbvq to be running, status is Pending
ContainersNotReady: "containers with unready status: [build helper]"
ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-x3t1qxkg-project-7919-concurrent-0znbvq via gitlab-runner-gitlab-runner-5c5d8dfd84-fc2jj...
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/integrations/cki/ip2-services/flow-adapters/eprshb-flow/.git/
Created fresh repository.
Checking out 1141723d as 1.0.278-RC5...
Skipping Git submodules setup
Downloading artifacts
00:04
Downloading artifacts for init_dojo (21837732)...
Downloading artifacts from coordinator... ok id=21837732 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for devsecops_antivirus_scan (21837733)...
Downloading artifacts from coordinator... ok id=21837733 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for secrets_gitleaks (21837734)...
Downloading artifacts from coordinator... ok id=21837734 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for sast_ptai (21837736)...
Downloading artifacts from coordinator... ok id=21837736 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for sast_semgrep (21845706)...
Downloading artifacts from coordinator... ok id=21845706 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for dockerfilegen (21837737)...
Downloading artifacts from coordinator... ok id=21837737 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for sca_scan (21837739)...
Downloading artifacts from coordinator... ok id=21837739 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for build (21837741)...
Downloading artifacts from coordinator... ok id=21837741 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for unit (21837743)...
Downloading artifacts from coordinator... ok id=21837743 responseStatus=200 OK token=64_4ZmN-
Downloading artifacts for bca_trivy (21842069)...
Downloading artifacts from coordinator... ok id=21842069 responseStatus=200 OK token=64_4ZmN-
Executing "step_script" stage of the job script
00:37
$ ( 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-flow-adapters-rc
++ NAMESPACE=isys-flow-adapters-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 --kube-context rcsdstbl -n isys-flow-adapters-rc history eprshb-flow
+++ 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'
$ helmfile ${HELMFILE_DEFAULT_NAMESPACE:+--namespace $HELMFILE_DEFAULT_NAMESPACE} --environment ${CLUSTER:-default} -f deploy/helmfile.yaml --log-level info apply --suppress-secrets
++ helmfile --environment rcsdstbl -f deploy/helmfile.yaml --log-level info apply --suppress-secrets
== /usr/local/link/helmfile: Initialize base deploy hierarchy in /builds/rshbintech/integrations/cki/ip2-services/flow-adapters/eprshb-flow
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-eprshb-flow, chart=rshb-charts/raw
Comparing release=psvc-eprshb-flow, chart=rshb-charts/raw
Comparing release=links-eprshb-flow, chart=rshb-charts/raw
isys-flow-adapters-rc, eprshb-flow.to.cft-router-flow.8f65a1b45f88, LinkDefinition (production.platform.ckpr.integrations.rshbintech.ru) has changed:
# Source: raw/templates/resources.yaml
apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
kind: LinkDefinition
metadata:
labels:
app: raw
chart: raw-0.2.3-rshb.1.0.0
ci.kubeclientapps.app.farm/version: 8.21.3
heritage: Helm
release: links-eprshb-flow
sourceInformationSystemId: flow-adapters-rc
sourceProtocol: HTTP
sourceServiceId: eprshb-flow
targetInformationSystemId: flow-adapters-rc
targetProtocol: HTTP
targetServiceId: cft-router-flow
name: eprshb-flow.to.cft-router-flow.8f65a1b45f88
spec:
enabled: true
endpointMapping:
- endpointAlias: AccountStatusETPNotify
+ - endpointAlias: AnswerGetAcctStatementByClient
- endpointAlias: AnswerPaymentReceiversRegistry
- endpointAlias: CheckAvailabilityShare
+ - endpointAlias: GetAcctStatementByClient
+ - endpointAlias: GetAcctStatementByClientStatus
- endpointAlias: GetDepositCategoryClient
- endpointAlias: GetFreeOfficesAndBoxes
- endpointAlias: GetJusticeMinistryRegistry
- endpointAlias: GetPaymentReceiversRegistry
- endpointAlias: GetSafeBoxTariffs
- endpointAlias: GetUnexecutedExecDocInfo
- endpointAlias: OpenPersonDeposit_v3
- endpointAlias: SendClientInnResultCFT
- endpointAlias: SendClientSuspensionStatusCFT
- endpointAlias: SendDealNTPro
- endpointAlias: SendNewAccountAndCard
- endpointAlias: SendRegistryUpdateNotification
- endpointAlias: SendTemplateNoticeEmail
- endpointAlias: SendUnexecutedExecDocInfo
environment: RC
id: 8f65a1b45f88
sourceInformationSystemId: flow-adapters-rc
sourceParameters: {}
sourceProtocol: HTTP
sourceServiceId: eprshb-flow
targetInformationSystemId: flow-adapters-rc
targetProtocol: HTTP
targetServiceId: cft-router-flow
isys-flow-adapters-rc, eprshb-flow.to.fss-service.1d5175abfef3, LinkDefinition (production.platform.ckpr.integrations.rshbintech.ru) has changed:
# Source: raw/templates/resources.yaml
apiVersion: production.platform.ckpr.integrations.rshbintech.ru/v1
kind: LinkDefinition
metadata:
labels:
app: raw
chart: raw-0.2.3-rshb.1.0.0
ci.kubeclientapps.app.farm/version: 8.21.3
heritage: Helm
release: links-eprshb-flow
sourceInformationSystemId: flow-adapters-rc
sourceProtocol: HTTP
sourceServiceId: eprshb-flow
targetInformationSystemId: electronic-platform-rc
targetProtocol: HTTP
targetServiceId: fss-service
name: eprshb-flow.to.fss-service.1d5175abfef3
spec:
enabled: true
endpointMapping:
+ - endpointAlias: AnswerGetAcctStatementByClient
+ - endpointAlias: GetAcctStatementByClient
+ - endpointAlias: GetAcctStatementByClientStatus
- endpointAlias: GetUnexecutedExecDocInfo
- endpointAlias: SendUnexecutedExecDocInfo
environment: RC
id: 1d5175abfef3
sourceInformationSystemId: flow-adapters-rc
sourceParameters: {}
sourceProtocol: HTTP
sourceServiceId: eprshb-flow
targetInformationSystemId: electronic-platform-rc
targetProtocol: HTTP
targetServiceId: fss-service
Comparing release=eprshb-flow, chart=rshb-charts/base
isys-flow-adapters-rc, eprshb-flow, Deployment (apps) has changed:
# Source: base/templates/workload.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: eprshb-flow
labels:
app: eprshb-flow
fullname: eprshb-flow
chart: base-1.14.2
release: eprshb-flow
heritage: Helm
isys: "flow-adapters-rc"
psvc: "eprshb-flow"
- version: "1.0.278-RC4"
+ version: "1.0.278-RC5"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: a0b58ea6
- platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3115936"
+ platform.ckpr.integrations.rshbintech.ru/gitlab-commit-sha: 1141723d
+ platform.ckpr.integrations.rshbintech.ru/gitlab-pipeline-id: "3133301"
spec:
strategy:
type: Recreate
replicas: 1
selector:
matchLabels:
app: eprshb-flow
fullname: eprshb-flow
release: eprshb-flow
template:
metadata:
labels:
app: eprshb-flow
fullname: eprshb-flow
chart: base-1.14.2
release: eprshb-flow
heritage: Helm
isys: "flow-adapters-rc"
psvc: "eprshb-flow"
- version: "1.0.278-RC4"
+ version: "1.0.278-RC5"
workload.topology.app.farm/zone: "rumsk1"
annotations:
- checksum/configMapsEnv: "91d975809192b89425e97757f5a3e193cdaf0b20b314e1a490e67922b536e5eb"
- checksum/secretEnv: "f31fcf01a6901128b622a48bd3fc9f7be16478b590ee2a79e3ab57939dd149a1"
+ checksum/configMapsEnv: "9833888ed3a29dc9b332e392f0ae56684cf6dfa22d1e7a5da1525c9f2b968d60"
+ checksum/secretEnv: "27c99ecb41badb1e950895d9e710409e75e928ec44271c5f7b2232d9d16e1875"
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\": \"flow-adapters-rc-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/integrations/cki/ip2-services/flow-adapters/eprshb-flow:1.0.278-RC4
+ image: registry.rshbdev.ru/rshbintech/integrations/cki/ip2-services/flow-adapters/eprshb-flow:1.0.278-RC5
imagePullPolicy: IfNotPresent
envFrom:
- configMapRef:
name: eprshb-flow-app-cm-env
- secretRef:
name: eprshb-flow-app-secret-env
resources:
limits:
cpu: 1200m
memory: 1Gi
requests:
cpu: 1200m
memory: 1Gi
ports:
startupProbe:
failureThreshold: 72
httpGet:
path: /health/liveness
port: 8080
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 1
livenessProbe:
failureThreshold: 5
httpGet:
path: /health/liveness
port: 8080
initialDelaySeconds: 30
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
readinessProbe:
failureThreshold: 3
httpGet:
path: /health/readiness
port: 8080
initialDelaySeconds: 30
periodSeconds: 5
successThreshold: 1
timeoutSeconds: 3
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:
isys-flow-adapters-rc, eprshb-flow, Service (v1) has changed:
# Source: base/templates/svc.yaml
apiVersion: v1
kind: Service
metadata:
name: eprshb-flow
labels:
app: eprshb-flow
fullname: eprshb-flow
chart: base-1.14.2
release: eprshb-flow
heritage: Helm
isys: "flow-adapters-rc"
psvc: "eprshb-flow"
- version: "1.0.278-RC4"
+ version: "1.0.278-RC5"
spec:
ports:
- name: web
port: 80
protocol: TCP
targetPort: 8080
selector:
app: eprshb-flow
fullname: eprshb-flow
release: eprshb-flow
type: ClusterIP
isys-flow-adapters-rc, eprshb-flow-app-cm-env, ConfigMap (v1) has changed:
# Source: base/templates/cm-env.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: eprshb-flow-app-cm-env
labels:
app: eprshb-flow
fullname: eprshb-flow
chart: base-1.14.2
release: eprshb-flow
heritage: Helm
isys: "flow-adapters-rc"
psvc: "eprshb-flow"
- version: "1.0.278-RC4"
+ version: "1.0.278-RC5"
workload.topology.app.farm/zone: "rumsk1"
data:
APP_EXT_SERVICE_URL: "http://sign-backend.isys-electronic-platform-rc"
APP_FARM_TOKEN_GRANT_TYPE: "client_credentials"
APP_FARM_TOKEN_URL: "https://auth.rshbdev.ru/auth/realms/platform/protocol/openid-connect/token"
APP_KAFKA_BOOTSTRAP_SERVERS: "adapter-flow-adapters-flow-kafka-int.isys-flow-adapters-rc-links:9092"
APP_KAFKA_TOPIC_SEND_PASSPORT_CHECK_RESULT: "eprshb.publish-passport-check-result"
APP_KAFKA_TOPIC_SEND_PASSPORT_CHECK_RESULT_ONLINE: "eprshb.publish-passport-check-result-online"
APP_LOG_LEVEL_RU_RSHB: "INFO"
APP_LOG_LEVEL_RU_RSHBINTECH: "INFO"
APP_LOG_LEVEL_RU_RSHBINTECH_LOGGING_STARTER_ASPECT: "TRACE"
APP_LOG_LEVEL_SPRINGFRAMEWORK: "INFO"
APP_VALIDATOR_URL: "http://bd-validator.isys-integration-core-rc"
CDI_URL: "http://adapter-cdi.exsys-cdi-rc-links/api/v1/messages"
CFT2_URL: "http://adapter-cft.exsys-cft-rc-links/api/v1/messages"
CFT_FLOW_URL: "http://cft-flow.isys-flow-adapters-rc"
COLLECTION_URL: "http://adapter-collection.exsys-collection-rc-links/api/v1/messages"
DBO2_URL: "http://adapter-dbo2.exsys-dbo2-rc-links/api/v1/messages"
EBPZ_URL: "http://adapter-ebpz.exsys-ebpz-rc-links/api/v1/messages"
EFR_URL: "http://adapter-efr-ext.exsys-efr-ext-rc-links/api/v1/messages"
EPRSHB2_BACKEND_MVD_SERVICE_URL: "http://backend-mvd-service.isys-electronic-platform-rc"
EPRSHB2_CDI_INTEGRATION_URL: "http://cdi-integration.isys-electronic-platform-rc"
EPRSHB2_CFT_SERVICE_URL: "http://cft-service.isys-electronic-platform-rc"
EPRSHB2_DEPOSIT_SERVICE_URL: "http://deposit-service.isys-electronic-platform-rc"
EPRSHB2_DOCUMENT_CHECK_SIGN_SERVICE_URL: "http://document-check-sign.isys-electronic-platform-rc"
EPRSHB2_FSSP_INTEGRATION_URL: "http://fssp-integration.isys-electronic-platform-rc"
EPRSHB2_PFR_SERVICE_URL: "http://pfr-service.isys-electronic-platform-rc"
EPRSHB2_SAFEBOX_SERVICE_URL: "http://safebox-service.isys-electronic-platform-rc"
EPRSHB2_SENDSAY_SERVICE_URL: "http://sendsay-service.isys-electronic-platform-rc"
EPRSHB2_SITETOEPEZ_SERVICE_URL: "http://sitetoepez-service.isys-electronic-platform-rc"
EPRSHB2_SOCIAL_CARD_BACKEND_URL: "http://social-card-backend.isys-electronic-platform-rc"
EPRSHB2_URL: "http://adapter-eprshb2.exsys-eprshb2-rc-links/api/v1/messages"
EPRSHB_ASV_INFO_URL: "http://asv-info.isys-electronic-platform-rc"
EPRSHB_FLOW_URL: "http://eprshb-flow.isys-flow-adapters-rc"
EPRSHB_FSSP_SERVICE_URL: "http://fssp-service.isys-electronic-platform-rc"
EPRSHB_SEND_SMS_SERVICE_URL: "http://send-sms.isys-electronic-platform-rc"
EPRSHB_URL: "http://adapter-eprshb.exsys-eprshb-rc-links/api/v1/messages"
ESPP_URL: "http://adapter-espp.exsys-espp-rc-links/api/v1/messages"
IP1_URL: "http://adapter-flow-adapters.isys-flow-adapters-rc-links/api/v1/messages"
IP_CFT_CHECK_PERSON_V2: "2"
IP_CFT_FIND_PERSON_V2: "2"
IP_CFT_GET_PERSON_V2: "2"
IP_CFT_SET_CRS_CLIENT: "2"
IP_CFT_SET_FATCA_CLIENT: "2"
IP_CFT_SET_FATCA_STATUS: "2"
IP_CHECK_BLACK_LIST_CLIENT_LE: "2"
IP_CHECK_CASH_BALANCE_IN_OFFICE: "2"
IP_CHECK_PERSON_V2: "2"
IP_CREATE_PERSON_DEPOSIT_ACCOUNT_DBO: "2"
IP_FIND_CLIENT_ACCOUNT: "2"
IP_GET_BORROWER_CREDIT_DETAILS: "2"
IP_GET_BORROWER_CREDIT_LIST: "2"
IP_GET_DEPOSIT_CATEGORY_CLIENT: "2"
IP_GET_FREE_OFFICES_AND_BOXES: "2"
IP_GET_ORGANIZATION_STRUCTURE: "2"
IP_GET_SAFE_BOX_TARIFFS: "2"
IP_OPEN_PERSON_DEPOSIT_V3: "2"
IP_RESERVE_SAFE_BOX: "2"
IP_SEND_CLIENT_VALID_CONTRACT: "2"
IP_SET_PERSON_V2: "2"
JAVA_OPTS: "-XX:+PrintFlagsFinal -XX:MaxRAMPercentage=75.0 -XX:MinRAMPercentage=75.0 -XX:+UseTransparentHugePages"
KAFKA_CONSUMER_AUTO_COMMIT: "true"
KAFKA_CONSUMER_AUTO_OFFSET_RESET: "earliest"
KAFKA_CONSUMER_GROUP: "eprshb-flow-group"
KAFKA_CONSUMER_GROUP_FOR_CDI: "eprshb-flow-group-for-cdi"
KAFKA_CONSUMER_GROUP_FOR_CFT: "eprshb-flow-group-for-cft"
KAFKA_CONSUMER_POLL_TIMEOUT: "100"
KAFKA_CONSUMER_SER_KEY: "org.apache.kafka.common.serialization.StringDeserializer"
KAFKA_CONSUMER_SER_VALUE: "org.apache.kafka.common.serialization.JsonDeserializer"
KAFKA_PRODUCER_SER_KEY: "org.apache.kafka.common.serialization.StringSerializer"
KAFKA_PRODUCER_SER_VALUE: "org.apache.kafka.common.serialization.JsonSerializer"
KFO2_URL: "http://adapter-kfo2.exsys-kfo2-rc-links/api/v1/messages"
KKRLE_URL: "http://adapter-kkrle.exsys-kkrle-rc-links/api/v1/messages"
KONDOR_URL: "http://adapter-kondor.exsys-kondor-rc-links/api/v1/messages"
KUBERNETES_CLUSTER: "RC"
LOG_DATE_FORMAT: "yyyy-MM-dd HH:mm:ss.SSS"
LOG_MESSAGEFORMAT: "false"
LOG_ORDER_CLASS: "30"
LOG_ORDER_CLUSTER: "65"
LOG_ORDER_DIRECTION: "40"
LOG_ORDER_ENDPOINT: "45"
LOG_ORDER_LEVEL: "10"
LOG_ORDER_LOGGERNAME: "55"
LOG_ORDER_MESSAGE: "20"
LOG_ORDER_METHOD: "35"
LOG_ORDER_OFFSET: "15"
LOG_ORDER_QUERYSTRING: "50"
LOG_ORDER_THREAD: "60"
LOG_ORDER_TIMESTAMP: "5"
LOG_ORDER_TRACEID: "25"
LOG_SHOW_SENSITIVE_DATA: "true"
MT_URL: "http://adapter-mt.exsys-mt-rc-links/api/v1/messages"
NDBOLE_OWB_MS_PRD_ONE_WINDOW: "http://owb-ms-prd-one-window.isys-ndbo-rc"
OCRM_LE_FLOW_URL: "http://ocrm-le-flow.isys-flow-adapters-rc"
PC_URL: "http://adapter-pc.exsys-pc-rc-links/api/v1/messages"
PSZH_URL: "http://adapter-pszh.exsys-pszh-rc-links/api/v1/messages"
SITEEXT_URL: "http://adapter-siteext.exsys-siteext-rc-links/api/v1/messages"
SPRING_PROFILES_ACTIVE: "rc"
isys-flow-adapters-rc, eprshb-flow-app-secret-env, Secret (v1) has changed:
+ Changes suppressed on sensitive content of type Secret
Listing releases matching ^pjob-eprshb-flow$
Listing releases matching ^exsvc-eprshb-flow$
Listing releases matching ^data-eprshb-flow$
Listing releases matching ^assets-config-eprshb-flow$
Listing releases matching ^platform-database-eprshb-flow$
Listing releases matching ^eprshb-flow-raw$
Listing releases matching ^eprshb-flow-grafana-dashboard$
Listing releases matching ^eprshb-flow-rumsk1$
Listing releases matching ^eprshb-flow-rumsk2$
Upgrading release=links-eprshb-flow, chart=rshb-charts/raw
FAILED RELEASES:
NAME
links-eprshb-flow
in deploy/helmfile.yaml: failed processing release links-eprshb-flow: 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: links-eprshb-flow (17 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-flow-adapters-rc (21 bytes)
18: --values (8 bytes)
19: /tmp/helmfile3155204677/isys-flow-adapters-rc-links-eprshb-flow-values-74b4897559 (81 bytes)
20: --values (8 bytes)
21: /tmp/helmfile3444628497/isys-flow-adapters-rc-links-eprshb-flow-values-64b8ddfff5 (81 bytes)
22: --history-max (13 bytes)
23: 10 (2 bytes)
ERROR:
exit status 1
EXIT STATUS
1
STDERR:
Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress
COMBINED OUTPUT:
Error: UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress
Uploading artifacts for failed job
00:02
Uploading artifacts...
deploy.env: found 1 matching artifact files and directories
Uploading artifacts as "dotenv" to coordinator... 201 Created id=21845709 responseStatus=201 Created token=64_4ZmN-
Cleaning up project directory and file based variables
00:00
ERROR: Job failed: command terminated with exit code 1