Skip to content

Commit

Permalink
Merge pull request sunbird-cb#161 from KB-iGOT/cbrelease-4.8.18
Browse files Browse the repository at this point in the history
Cbrelease 4.8.18
  • Loading branch information
Haritest authored Oct 9, 2024
2 parents 645ac7d + cb1cedf commit ba5d30d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
"certImage": "assets/certimage/content",
"supportEmail": "[email protected]",
"telmetryUrl": "https://{{ static_domain_name }}/",
"showLookerProDashboard": true,
"lookerProDesktopUrl": "{{ staticdomain_lookerprodesktopurl}}",
"lookerProMobileUrl": "{{ staticdomain_lookerpromobileurl}}",
"telemetryConfig" : {
"pdata": {
"id": "sunbird-cb-staticportal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ kafka.topics.org.designation.bulk.upload.event.group=orgDesignationBulkUpload
redis.master.data.read.timeout=3600

kafka.topics.cqf.assessment.postpublish={{env}}.questionset.postpublish
kafka.groupId.cqf.assessment.postpublish={{env}}-questionset-publish-group
kafka.groupId.cqf.assessment.postpublish={{env}}-cqf-publish-group

spring.kafka.public.assessment.topic.name={{env}}.public.assessment.cert.generation.post.process
spring.kafka.public.assessment.consumer.group.id=public.assessment.cert.generation.post.process
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/helm_charts/igot-deploy/ui-mdo-igot/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,8 @@ envjson: |-
"userBucket": "content-store/user-report/",
"KCMframeworkName": "{{mdo_kcmframeworkname}}",
"connectionType": "online",
"ODCSMasterFramework": "{{mdo_odcsmasterframework}}"
"ODCSMasterFramework": "{{mdo_odcsmasterframework}}",
"compentencyVersionKey": "competencies_v5"
}

serviceMonitor:
Expand Down
3 changes: 2 additions & 1 deletion kubernetes/helm_charts/igot-deploy/ui-spv-igot/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -1381,7 +1381,8 @@ envjson: |-
"contentHost": "https://{{ portal_domain_name }}",
"KCMframeworkName": "{{ kcmframeworkname }}",
"connectionType": "online",
"azureBucket": "assets/public"
"azureBucket": "assets/public",
"compentencyVersionKey": "competencies_v5"
}
serviceMonitor:
enabled: true
Expand Down

0 comments on commit ba5d30d

Please sign in to comment.