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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-fa26ac06.61+fa26ac06",
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-fa26ac06.106+fa26ac06",
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": "fa26ac06a7beb838ccf883fa2976a670896308da"
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"