Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion charts/uitestrig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,12 @@
registry: docker.io
repository: mosipqa/residenttest
tag: develop
- name: verifyui
enabled: true
image:
registry: docker.io
repository: mosipid/uitest-verify
tag: 0.13.0

crontime: "0 3 * * *" ## run cronjob every day at 3 AM (time hr: 0-23 )

Expand All @@ -494,9 +500,26 @@
residentPortalPath: 'https://resident.sandbox.xyz.net'
CHROME_DRIVER_CPU_LIMIT: "2"
CHROME_DRIVER_MEMORY: 3g
ENV_ENDPOINT: https://api-internal.sandbox.xyz.net
ENV_TESTLEVEL: smokeAndRegression
ENV_USER: api-internal.released
InsuranceUrl: https://registry.sandbox.xyz.net/api/v1/Insurance
MOSIP_INJIWEB_GOOGLE_REFRESH_TOKEN: <token> # pass the token

Check failure on line 507 in charts/uitestrig/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

507:51 [comments] too few spaces before comment: expected 2
MOSIP_INJIWEB_GOOGLE_CLIENT_ID: <client_id> # pass the google client id

Check failure on line 508 in charts/uitestrig/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

508:51 [comments] too few spaces before comment: expected 2
MOSIP_INJIWEB_GOOGLE_CLIENT_SECRET: <secret> # pass the google client secret

Check failure on line 509 in charts/uitestrig/values.yaml

View workflow job for this annotation

GitHub Actions / chart-lint-publish / chart-lint-publish

509:52 [comments] too few spaces before comment: expected 2
NS: <namespace> # provide the namespace
actuatorMimotoEndpoint: /v1/mimoto/actuator/env
eSignetbaseurl: https://esignet-mosipid.sandbox.xyz.net
injiverify: https://injiverify.sandbox.xyz.net/
injiweb: https://injiweb.sandbox.xyz.net/issuers
loginlang: sin
mosip_inji_web_url: https://injiweb.sandbox.xyz.net/
mosip_components_base_urls: auditmanager=api-internal.sandbox.xyz.net;idrepository=api-internal.sandbox.xyz.net;partnermanager=api-internal.sandbox.xyz.net;idauthentication=api-internal.sandbox.xyz.net;policymanager=api-internal.sandbox.xyz.net;authmanager=api-internal.sandbox.xyz.net;resident=api-internal.sandbox.xyz.net;preregistration=api-internal.sandbox.xyz.net;masterdata=api-internal.sandbox.xyz.net;idgenerator=api-internal.sandbox.xyz.net;
verifyPortalPath: https://injiverify.sandbox.xyz.net
push-reports-to-s3: 'yes'
s3-account: uitestrig
BROWSERSTACK_ACCESS_KEY: <Access_key>
BROWSERSTACK_USERNAME: <User_name>
scripts:
fetch_docker_image_hash_ids.sh: |
#!/bin/bash
Expand All @@ -514,7 +537,6 @@
sleep 5
cd /home/${container_user}/
bash ./entrypoint.sh
secrets:
volumes:
configmaps:
scripts:
Expand Down