Skip to content

Commit c6a1ef3

Browse files
committed
Updated circleci conf
1 parent 98726e9 commit c6a1ef3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,14 +325,15 @@ jobs:
325325
- run:
326326
name: Download project dependencies
327327
command: helm dependency update
328-
- helm/install-helm-chart:
328+
- helm/upgrade-helm-chart:
329+
add-repo: "."
329330
chart: "."
330331
helm-version: "v3.7.2"
331332
namespace: "production"
332333
release-name: "v1"
333334
values-to-override: "gateway.service.certificateId=2b25c4eb-828e-4e9c-8c55-9f3deb85e331,subscription.service.certificateId=5fba8346-80ac-44a4-8521-3f7ab7dd3153,auth.audience=$PREDECOS_AUTH_AUDIENCE,auth.jwksUri=$PREDECOS_AUTH_JWKS_URI,auth.issuer=$PREDECOS_AUTH_ISSUER,collection.replicas=3,collection.twitter.bearer=$PREDECOS_TWITTER_BEARER,collection.data.collector.image=thinkdeeptech/data-collector:latest,replicas=1,global.docker.secretName=docker-secret,global.nodeEnv=$NODE_ENV"
334335
update-repositories: true
335-
# timeout: "480s"
336+
timeout: "480s"
336337
wait: true
337338
- run:
338339
name: Rolling deployment back.
@@ -377,6 +378,7 @@ jobs:
377378
name: Download project dependencies
378379
command: helm dependency update
379380
- helm/upgrade-helm-chart:
381+
add-repo: "."
380382
chart: "."
381383
helm-version: "v3.7.2"
382384
namespace: "development"

0 commit comments

Comments
 (0)