@toptal/davinci-ci 7.0.2-alpha-fx-4894-jsdom-fb4d29ca.44 → 7.0.2-alpha-FX-4930-unit-test-logs-debug-7c12e9a5.61

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-ci",
3
- "version": "7.0.2-alpha-fx-4894-jsdom-fb4d29ca.44+fb4d29ca",
3
+ "version": "7.0.2-alpha-FX-4930-unit-test-logs-debug-7c12e9a5.61+7c12e9a5",
4
4
  "keywords": [
5
5
  "ci",
6
6
  "docker",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@commitlint/cli": "^17.6.7",
32
32
  "@commitlint/config-conventional": "^17.1.0",
33
- "@toptal/davinci-cli-shared": "2.3.10-alpha-fx-4894-jsdom-fb4d29ca.89+fb4d29ca",
33
+ "@toptal/davinci-cli-shared": "2.3.10-alpha-FX-4930-unit-test-logs-debug-7c12e9a5.106+7c12e9a5",
34
34
  "chalk": "^4.1.2",
35
35
  "danger": "^11.2.2",
36
36
  "markdown-table": "^2.0.0"
@@ -41,5 +41,5 @@
41
41
  "publishConfig": {
42
42
  "access": "public"
43
43
  },
44
- "gitHead": "fb4d29cae06863925dba54d0d2664a631967741f"
44
+ "gitHead": "7c12e9a53ac0ff9af345d587d625a6171f0d7d3d"
45
45
  }
@@ -93,8 +93,6 @@ pipeline {
93
93
  --install --wait --timeout 600s \
94
94
  -f helm_vars/${chart}/temploy/values.yaml \
95
95
  -f helm_vars/${chart}/temploy/secrets.yaml \
96
- -f helm_vars/tls-certs/toptal.rocks/values.yaml \
97
- -f helm_vars/tls-certs/toptal.rocks/secrets.yaml \
98
96
  --set image.repository=${params.DOCKER_REGISTRY}/${params.REPOSITORY_NAME}${params.IS_RELEASE} \
99
97
  --set nameOverride=${params.REPOSITORY_NAME} \
100
98
  --set-string image.tag=${params.TAG} \
@@ -103,8 +101,6 @@ pipeline {
103
101
  --set-string davinci-app.image.tag=${params.TAG} \
104
102
  --set-string davinci-app.host=t-${params.RELEASE}.${params.DOMAIN} \
105
103
  --set-string host=t-${params.RELEASE}.${params.DOMAIN} \
106
- --set-string ingress.fqdn=t-${params.RELEASE}.${params.DOMAIN} \
107
- --set-string davinci-app.ingress.fqdn=t-${params.RELEASE}.${params.DOMAIN} \
108
104
  ${set_env} ${params.RELEASE} charts/${chart}
109
105
  then
110
106
  echo "\nHelm deploy succeeded!\n"